Skip to content

Commit d94bf02

Browse files
authored
Mitigate GitHub Actions cache poisoning attacks (#141)
1 parent 53ce67f commit d94bf02

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ jobs:
2929
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
3030
with:
3131
go-version-file: "${{ github.workspace }}/go.mod"
32+
cache: false
3233
- name: Run unit tests and integration tests
3334
id: unittest
3435
run: |
@@ -43,6 +44,7 @@ jobs:
4344
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
4445
with:
4546
go-version-file: "${{ github.workspace }}/go.mod"
47+
cache: false
4648
- name: Run lint
4749
run: |
4850
make go/lint

0 commit comments

Comments
 (0)