Skip to content

Commit

Permalink
Upgrade codeql actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
bcodesido committed Oct 17, 2024
1 parent 8a9a404 commit 4c1851f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,15 @@ jobs:
run: ./configure.sh

- name: Initialize CodeQL
uses: github/codeql-action/init@083cd45dc7d463f048a5d0975943f0e19e9c9378 #v2.26.13
uses: github/codeql-action/init@0f779452ac5af1c261dce0346a8f964149f49322b #v3.26.13
with:
languages: ${{ matrix.language }}
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@083cd45dc7d463f048a5d0975943f0e19e9c9378 #v2.26.13
uses: github/codeql-action/autobuild@0f779452ac5af1c261dce0346a8f964149f49322b #v3.26.13

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@083cd45dc7d463f048a5d0975943f0e19e9c9378 #v2.26.13
uses: github/codeql-action/analyze@0f779452ac5af1c261dce0346a8f964149f49322b #v3.26.13
with:
category: "/language:${{ matrix.language }}"

0 comments on commit 4c1851f

Please sign in to comment.