Skip to content

Commit

Permalink
chore: update codeql-action to support new go toolchains
Browse files Browse the repository at this point in the history
Related Issues:
- github/codeql#13992
  • Loading branch information
fnaranjo-vmw committed Feb 9, 2024
1 parent b90e8c9 commit 3009dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
uses: github/codeql-action/init@v3.24.0
with:
languages: ${{ matrix.language }}
queries: +security-and-quality
Expand Down

0 comments on commit 3009dd6

Please sign in to comment.