Skip to content

Bump github/codeql-action from 2.2.5 to 3.23.0 #37

Bump github/codeql-action from 2.2.5 to 3.23.0

Bump github/codeql-action from 2.2.5 to 3.23.0 #37

Workflow file for this run

name: 'Main'
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
permissions: # added using https://github.com/step-security/secure-repo
contents: read
jobs:
CodeQL-Build:
# CodeQL runs on ubuntu-latest
runs-on: ubuntu-latest
permissions:
# required for all workflows
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0