Skip to content

Commit

Permalink
Revert "chore: update codeql-action to support new go toolchains (#948)"
Browse files Browse the repository at this point in the history
This reverts commit 35fc6a0.
  • Loading branch information
fnaranjo-vmw committed Feb 9, 2024
1 parent 96a285e commit 3dca8c3
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.24.0
uses: github/codeql-action/autobuild@v3

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

0 comments on commit 3dca8c3

Please sign in to comment.