Skip to content

Commit

Permalink
Merge branch 'main' into chore-specify-go1.22.0-in-gomod
Browse files Browse the repository at this point in the history
  • Loading branch information
fnaranjo-vmw authored Feb 9, 2024
2 parents b65a7da + 35fc6a0 commit 96a285e
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 @@ -39,9 +39,9 @@ jobs:
go-version-file: "go.mod"

- 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 96a285e

Please sign in to comment.