Skip to content

Commit

Permalink
Merge pull request #52 from bunkerity/dependabot/github_actions/dev/g…
Browse files Browse the repository at this point in the history
…ithub/codeql-action-3.24.3

deps/gha: bump github/codeql-action from 3.23.0 to 3.24.3
  • Loading branch information
TheophileDiot authored Feb 20, 2024
2 parents 836890f + 1840384 commit cf6d4a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Checkout repository
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: Initialize CodeQL
uses: github/codeql-action/init@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
uses: github/codeql-action/init@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
with:
languages: ${{ matrix.language }}
config-file: ./.github/codeql.yml
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@e5f05b81d5b6ff8cfa111c80c22c5fd02a384118 # v3.23.0
uses: github/codeql-action/analyze@379614612a29c9e28f31f39a59013eb8012a51f0 # v3.24.3
with:
category: "/language:${{matrix.language}}"

0 comments on commit cf6d4a6

Please sign in to comment.