mirror of
https://github.com/containers/podman.git
synced 2025-08-24 10:04:57 +08:00
Merge pull request #20410 from containers/renovate/actions-checkout-digest
[skip-ci] Update actions/checkout digest to b4ffde6
This commit is contained in:
2
.github/workflows/check_cirrus_cron.yml
vendored
2
.github/workflows/check_cirrus_cron.yml
vendored
@ -44,7 +44,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
# This is where the scripts live
|
||||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
repository: containers/podman
|
||||
ref: 'main'
|
||||
|
2
.github/workflows/mac-pkg.yml
vendored
2
.github/workflows/mac-pkg.yml
vendored
@ -88,7 +88,7 @@ jobs:
|
||||
steps.check.outputs.buildamd == 'true' ||
|
||||
steps.check.outputs.buildarm == 'true' ||
|
||||
steps.actual_dryrun.outputs.dryrun == 'true'
|
||||
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
ref: ${{steps.getversion.outputs.version}}
|
||||
- name: Set up Go
|
||||
|
2
.github/workflows/rerun_cirrus_cron.yml
vendored
2
.github/workflows/rerun_cirrus_cron.yml
vendored
@ -42,7 +42,7 @@ jobs:
|
||||
cron_rerun:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
# All scripts used by this workflow live in podman repo.
|
||||
repository: "containers/podman"
|
||||
|
2
.github/workflows/upload-win-installer.yml
vendored
2
.github/workflows/upload-win-installer.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
}
|
||||
}
|
||||
Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append
|
||||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
with:
|
||||
ref: ${{steps.getversion.outputs.version}}
|
||||
# This step is super-duper critical for the built/signed windows installer .exe file.
|
||||
|
Reference in New Issue
Block a user