Skip to content

Commit

Permalink
Update version comment
Browse files Browse the repository at this point in the history
  • Loading branch information
thornbill committed Jun 3, 2024
1 parent fc23045 commit 343a83f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ jobs:
uses: actions/checkout@1e31de5234b9f8995739874a8ce0492dc87873e2 # v4.0.0

- name: Initialize CodeQL
uses: github/codeql-action/init@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2
uses: github/codeql-action/init@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2.25.7
with:
languages: ${{ matrix.language }}
queries: +security-extended

- name: Autobuild
uses: github/codeql-action/autobuild@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2
uses: github/codeql-action/autobuild@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2.25.7

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2
uses: github/codeql-action/analyze@366cd9811409649a3e1276ce7f1a1c9023832b56 # v2.25.7

0 comments on commit 343a83f

Please sign in to comment.