There was an error while loading. Please reload this page.
1 parent f0658e9 commit b54f2c9Copy full SHA for b54f2c9
1 file changed
.github/workflows/codeql.yaml
@@ -39,7 +39,7 @@ jobs:
39
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
40
with:
41
go-version: ${{ steps.versions.outputs.go }}
42
- cache: false # vendor/ provides deps; disable to save disk on constrained runners
+ cache: true
43
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
44
45
languages: go
0 commit comments