mirror of
https://github.com/containers/podman.git
synced 2026-03-13 08:01:19 +08:00
ci: disable caching for actions/setup-go
This mitigates a potential cache-poisoning attack. For details, see: https://docs.zizmor.sh/audits/#cache-poisoning Signed-off-by: Daniel Hast <hast.daniel@protonmail.com>
This commit is contained in:
1
.github/workflows/mac-pkg.yml
vendored
1
.github/workflows/mac-pkg.yml
vendored
@@ -111,6 +111,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
- name: Create Keychain
|
||||
if: >-
|
||||
steps.check.outputs.buildamd == 'true' ||
|
||||
|
||||
1
.github/workflows/release-artifacts.yml
vendored
1
.github/workflows/release-artifacts.yml
vendored
@@ -112,6 +112,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
|
||||
- name: Setup artifact directory
|
||||
if: >-
|
||||
|
||||
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
@@ -77,6 +77,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
- name: Set up pandoc
|
||||
run: |
|
||||
sudo apt-get install -y pandoc
|
||||
@@ -115,6 +116,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
- name: Create Keychain
|
||||
run: |
|
||||
echo $APPLICATION_CERTIFICATE | base64 --decode -o appcert.p12
|
||||
@@ -175,6 +177,7 @@ jobs:
|
||||
uses: actions/setup-go@v6
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
- name: Set up WiX
|
||||
run: dotnet tool install --global wix
|
||||
- name: Setup Signature Tooling
|
||||
|
||||
1
.github/workflows/upload-win-installer.yml
vendored
1
.github/workflows/upload-win-installer.yml
vendored
@@ -92,6 +92,7 @@ jobs:
|
||||
if: steps.check.outputs.already-exists != 'true' || steps.actual_dryrun.outputs.dryrun == 'true'
|
||||
with:
|
||||
go-version: stable
|
||||
cache: false
|
||||
- name: Set up WiX
|
||||
run: dotnet tool install --global wix
|
||||
- name: Setup Signature Tooling
|
||||
|
||||
Reference in New Issue
Block a user