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 3e40468 commit f2a0355
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 @@ -33,9 +33,9 @@ jobs:
queries: +security-and-quality

- name: Autobuild
uses: github/codeql-action/autobuild@v3
uses: github/codeql-action/autobuild@v3.24.0

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
uses: github/codeql-action/analyze@v3.24.0
with:
category: "/language:${{ matrix.language }}"

0 comments on commit f2a0355

Please sign in to comment.