Skip to content

Commit

Permalink
use same version of Go toolchain in CodeQL build
Browse files Browse the repository at this point in the history
  • Loading branch information
vroldanbet committed Nov 6, 2023
1 parent 66f66fe commit f0c4b46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ jobs:
language: ["go"]
steps:
- uses: "actions/checkout@v3"
- uses: "authzed/actions/setup-go@main"
with:
go-version: "${{ env.GO_VERSION }}"
- uses: "authzed/actions/codeql@main"

trivy-fs:
Expand Down

0 comments on commit f0c4b46

Please sign in to comment.