Skip to content

Commit b54f2c9

Browse files
committed
fix: enable Go build cache in the scheduled CodeQL workflow, aligning with merge-gate's analyze job
Signed-off-by: Byron McAdams <bmcadams@nvidia.com>
1 parent f0658e9 commit b54f2c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/codeql.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/setup-go@b7ad1dad31e06c5925ef5d2fc7ad053ef454303e # v7.0.0
4040
with:
4141
go-version: ${{ steps.versions.outputs.go }}
42-
cache: false # vendor/ provides deps; disable to save disk on constrained runners
42+
cache: true
4343
- uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v4.37.7
4444
with:
4545
languages: go

0 commit comments

Comments
 (0)