diff --git a/.github/workflows/build-artifacts.yml b/.github/workflows/build-artifacts.yml index c785d8b601..c0b064c393 100644 --- a/.github/workflows/build-artifacts.yml +++ b/.github/workflows/build-artifacts.yml @@ -53,7 +53,7 @@ jobs: version_display: ${{ steps.set-version.outputs.version_display }} steps: - name: Checkout Version - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.version }} persist-credentials: false @@ -102,7 +102,7 @@ jobs: KEYCHAIN_PWD: ${{ secrets.MACOS_CI_KEYCHAIN_PWD }} steps: - name: Checkout Version - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.version }} persist-credentials: false @@ -146,7 +146,7 @@ jobs: FETCH_BASE_URL: ${{ github.server_url }}/${{ github.repository }} steps: - name: Checkout Podman - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ inputs.version }} persist-credentials: false diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index 0ca64a883c..3460f3d2f7 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -76,7 +76,7 @@ jobs: - name: Checkout repository if: steps.auth.outputs.authorized == 'true' && steps.parse.outputs.branch != '' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -226,7 +226,7 @@ jobs: - name: Checkout repository if: steps.find-requests.outputs.has_requests == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5202844283..44798ce7e7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -34,7 +34,7 @@ jobs: windows: ${{ steps.filter.outputs.windows }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d # v4.0.1 @@ -55,7 +55,7 @@ jobs: PR_BODY: ${{ github.event.pull_request.body || '' }} steps: - name: Checkout PR head - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: # Check out the actual PR head (not the synthetic merge commit) so # the commit-range checks validate the contributor's commits. @@ -181,7 +181,7 @@ jobs: name: Cross Build (Linux, FreeBSD) runs-on: cncf-ubuntu-16-64-x86 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 @@ -224,7 +224,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -284,7 +284,7 @@ jobs: runs-on: macos-15 timeout-minutes: 15 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -425,7 +425,7 @@ jobs: # CNCF staff is looking if they can give us a bare metal host. # { runner: cncf-ubuntu-32-128-arm, arch: arm64 } ] steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0 @@ -485,7 +485,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -518,7 +518,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -564,7 +564,7 @@ jobs: git config --global core.eol lf - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -634,7 +634,7 @@ jobs: TMPDIR: /private/tmp/ci steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/dev-bump.yml b/.github/workflows/dev-bump.yml index 7fa25c62de..2ad1bc4fe8 100644 --- a/.github/workflows/dev-bump.yml +++ b/.github/workflows/dev-bump.yml @@ -14,7 +14,7 @@ jobs: contents: write # to create and push to a branch pull-requests: write # to read and create pull requests steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{ github.ref_name }} token: ${{ secrets.PODMANBOT_TOKEN }} @@ -92,7 +92,7 @@ jobs: env: GH_TOKEN: ${{ github.token }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: main token: ${{ secrets.PODMANBOT_TOKEN }} diff --git a/.github/workflows/first_contrib_cert_generator.yml b/.github/workflows/first_contrib_cert_generator.yml index c39d1fc2b8..383cc267a0 100644 --- a/.github/workflows/first_contrib_cert_generator.yml +++ b/.github/workflows/first_contrib_cert_generator.yml @@ -56,7 +56,7 @@ jobs: # Step 2: Checkout the repository containing the certificate HTML file. - name: Checkout containers/automation repository if: ${{ github.event_name == 'workflow_dispatch' || steps.check_first_pr.outputs.is_first_pr == 'true' }} - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: repository: containers/automation path: automation-repo diff --git a/.github/workflows/lima.yml b/.github/workflows/lima.yml index e389eae0ac..4cf3007ca1 100644 --- a/.github/workflows/lima.yml +++ b/.github/workflows/lima.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: ${{ inputs.timeout || 20 }} # default to 20m timeout if non specified permissions: {} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/machine-os-pr.yml b/.github/workflows/machine-os-pr.yml index ee389e736f..11f3402f1c 100644 --- a/.github/workflows/machine-os-pr.yml +++ b/.github/workflows/machine-os-pr.yml @@ -68,7 +68,7 @@ jobs: run: | pip3 install git+https://github.com/packit/wait-for-copr.git@main - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 if: steps.getversion.outputs.update == 'true' id: checkout with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 20a6d7a42b..bb46fe33dd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -73,7 +73,7 @@ jobs: needs: check steps: - name: Checkout Version - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{needs.check.outputs.version}} persist-credentials: false @@ -112,7 +112,7 @@ jobs: KEYCHAIN_PWD: ${{ secrets.MACOS_CI_KEYCHAIN_PWD }} steps: - name: Checkout Version - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{needs.check.outputs.version}} persist-credentials: false @@ -166,7 +166,7 @@ jobs: } Write-Output "version=$version" | Out-File -FilePath $env:GITHUB_OUTPUT -Append - name: Checkout Podman - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Download Windows zip artifact @@ -247,7 +247,7 @@ jobs: VERSION: ${{needs.check.outputs.version}} steps: - name: Checkout Version - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: ref: ${{needs.check.outputs.version}} persist-credentials: false diff --git a/.github/workflows/swagger.yml b/.github/workflows/swagger.yml index 83c1a4cb8d..67a7bc0678 100644 --- a/.github/workflows/swagger.yml +++ b/.github/workflows/swagger.yml @@ -27,7 +27,7 @@ jobs: runs-on: cncf-ubuntu-8-32-x86 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/update-podmanio.yml b/.github/workflows/update-podmanio.yml index a93fb86fcb..3d1756da10 100644 --- a/.github/workflows/update-podmanio.yml +++ b/.github/workflows/update-podmanio.yml @@ -73,7 +73,7 @@ jobs: echo "prexists=false" >> "$GITHUB_OUTPUT" fi - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 if: >- steps.getversion.outputs.notRC == 'true' && steps.checkpr.outputs.prexists == 'false' diff --git a/.github/workflows/zizmor.yml b/.github/workflows/zizmor.yml index 41613f3f11..ada806af13 100644 --- a/.github/workflows/zizmor.yml +++ b/.github/workflows/zizmor.yml @@ -22,7 +22,7 @@ jobs: actions: read # to read GitHub actions info steps: - name: Checkout repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false