From cd124bba212934836a86b551ba5259b29488d7d5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 17:25:01 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.7 to 4.2.0 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/doc-publish.yml | 2 +- .github/workflows/merge.yaml | 2 +- .github/workflows/pre-main.yaml | 14 +++++++------- .github/workflows/preflight.yml | 4 ++-- .github/workflows/qe-hosted.yml | 6 +++--- .github/workflows/qe-ocp-414-intrusive.yaml | 8 ++++---- .github/workflows/qe-ocp-414.yaml | 8 ++++---- .github/workflows/qe-ocp-415-intrusive.yaml | 8 ++++---- .github/workflows/qe-ocp-415.yaml | 8 ++++---- .github/workflows/qe-ocp-416-intrusive.yaml | 8 ++++---- .github/workflows/qe-ocp-416.yaml | 8 ++++---- .github/workflows/qe-ocp-417-intrusive.yaml | 8 ++++---- .github/workflows/qe-ocp-417.yaml | 8 ++++---- .github/workflows/qe-ocp-arm-416.yaml | 6 +++--- .github/workflows/qe-ocp-pre-main.yaml | 6 +++--- .github/workflows/scorecard.yml | 2 +- .github/workflows/tnf-image.yaml | 8 ++++---- .github/workflows/update-rhcos-mapping.yml | 2 +- .github/workflows/upload-release-assets.yaml | 2 +- 20 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index db4d1ddab..9bc6fd666 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,7 +43,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up Go 1.23 uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 diff --git a/.github/workflows/doc-publish.yml b/.github/workflows/doc-publish.yml index 224c4fa7d..1562f8ce6 100644 --- a/.github/workflows/doc-publish.yml +++ b/.github/workflows/doc-publish.yml @@ -15,7 +15,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: generate site uses: ./.github/actions/documentation diff --git a/.github/workflows/merge.yaml b/.github/workflows/merge.yaml index eb8e64f60..6e0957355 100644 --- a/.github/workflows/merge.yaml +++ b/.github/workflows/merge.yaml @@ -30,7 +30,7 @@ jobs: go-version: 1.23.1 - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Run Tests run: make test diff --git a/.github/workflows/pre-main.yaml b/.github/workflows/pre-main.yaml index 7630a44af..5e3d9c123 100644 --- a/.github/workflows/pre-main.yaml +++ b/.github/workflows/pre-main.yaml @@ -50,7 +50,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -125,7 +125,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -195,7 +195,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -286,7 +286,7 @@ jobs: # Perform smoke tests using a Certsuite container. - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -396,7 +396,7 @@ jobs: if: github.event_name != 'pull_request' && needs.smoke-tests-container.result == 'success' && needs.unit-tests.result == 'success' steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -439,7 +439,7 @@ jobs: if: github.event_name != 'pull_request' && needs.smoke-tests-container.result == 'success' && needs.unit-tests.result == 'success' steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -481,7 +481,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Check all dependent Pull Requests are merged uses: depends-on/depends-on-action@9e8a61fce18b15281e831f1bba0e14c71d1e1f46 # main diff --git a/.github/workflows/preflight.yml b/.github/workflows/preflight.yml index 4d0d3d899..5bacedc80 100644 --- a/.github/workflows/preflight.yml +++ b/.github/workflows/preflight.yml @@ -18,7 +18,7 @@ jobs: IMAGE_NAME: quay.io/redhat-best-practices-for-k8s/certsuite:unstable steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Set up Go 1.23 uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 # v5.0.2 @@ -29,7 +29,7 @@ jobs: run: echo "::remove-matcher owner=go::" - name: Clone the preflight repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: redhat-openshift-ecosystem/openshift-preflight path: openshift-preflight diff --git a/.github/workflows/qe-hosted.yml b/.github/workflows/qe-hosted.yml index 104027cc1..070687218 100644 --- a/.github/workflows/qe-hosted.yml +++ b/.github/workflows/qe-hosted.yml @@ -30,7 +30,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -89,7 +89,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -142,7 +142,7 @@ jobs: timeout-minutes: 10 - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-414-intrusive.yaml b/.github/workflows/qe-ocp-414-intrusive.yaml index eb0342da3..66ca9801e 100644 --- a/.github/workflows/qe-ocp-414-intrusive.yaml +++ b/.github/workflows/qe-ocp-414-intrusive.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -57,7 +57,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -68,7 +68,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-414.yaml b/.github/workflows/qe-ocp-414.yaml index 2e9116923..5b1bc1be3 100644 --- a/.github/workflows/qe-ocp-414.yaml +++ b/.github/workflows/qe-ocp-414.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -56,7 +56,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -67,7 +67,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-415-intrusive.yaml b/.github/workflows/qe-ocp-415-intrusive.yaml index 1afad5158..d3f0dd559 100644 --- a/.github/workflows/qe-ocp-415-intrusive.yaml +++ b/.github/workflows/qe-ocp-415-intrusive.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -57,7 +57,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -68,7 +68,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-415.yaml b/.github/workflows/qe-ocp-415.yaml index e250bac15..e448af488 100644 --- a/.github/workflows/qe-ocp-415.yaml +++ b/.github/workflows/qe-ocp-415.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -56,7 +56,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -67,7 +67,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-416-intrusive.yaml b/.github/workflows/qe-ocp-416-intrusive.yaml index bdadecb89..418f8da42 100644 --- a/.github/workflows/qe-ocp-416-intrusive.yaml +++ b/.github/workflows/qe-ocp-416-intrusive.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -57,7 +57,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -68,7 +68,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-416.yaml b/.github/workflows/qe-ocp-416.yaml index 8de53caed..c58084496 100644 --- a/.github/workflows/qe-ocp-416.yaml +++ b/.github/workflows/qe-ocp-416.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -56,7 +56,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -67,7 +67,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-417-intrusive.yaml b/.github/workflows/qe-ocp-417-intrusive.yaml index 07817fc17..3afb49192 100644 --- a/.github/workflows/qe-ocp-417-intrusive.yaml +++ b/.github/workflows/qe-ocp-417-intrusive.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -57,7 +57,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -68,7 +68,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-417.yaml b/.github/workflows/qe-ocp-417.yaml index 511e9234d..33a470892 100644 --- a/.github/workflows/qe-ocp-417.yaml +++ b/.github/workflows/qe-ocp-417.yaml @@ -22,12 +22,12 @@ jobs: FORCE_DOWNLOAD_UNSTABLE: true steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe @@ -56,7 +56,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -67,7 +67,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-arm-416.yaml b/.github/workflows/qe-ocp-arm-416.yaml index 5f687c52f..d62fc928a 100644 --- a/.github/workflows/qe-ocp-arm-416.yaml +++ b/.github/workflows/qe-ocp-arm-416.yaml @@ -27,7 +27,7 @@ jobs: runs-on: qe-ocp-arm1 steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -64,7 +64,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -88,7 +88,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/qe-ocp-pre-main.yaml b/.github/workflows/qe-ocp-pre-main.yaml index 4a6b621bc..1a947b92f 100644 --- a/.github/workflows/qe-ocp-pre-main.yaml +++ b/.github/workflows/qe-ocp-pre-main.yaml @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-22.04 steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -60,7 +60,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ github.sha }} @@ -84,7 +84,7 @@ jobs: run: oc get pods -A - name: Clone the QE repository - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: repository: ${{ env.QE_REPO }} path: certsuite-qe diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 66f81b03d..9d5aef28b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -32,7 +32,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: persist-credentials: false diff --git a/.github/workflows/tnf-image.yaml b/.github/workflows/tnf-image.yaml index 0277fbed3..9e658e420 100644 --- a/.github/workflows/tnf-image.yaml +++ b/.github/workflows/tnf-image.yaml @@ -54,7 +54,7 @@ jobs: echo '{ "auths": {} }' >> ${PFLT_DOCKERCONFIG} - name: Checkout generic working branch of the current version - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ env.CURRENT_VERSION_GENERIC_BRANCH }} fetch-depth: '0' @@ -110,7 +110,7 @@ jobs: run: echo "Tag '$PROBE_IMAGE_VERSION' does not exist on remote $PROBE_IMAGE_SRC_URL" - name: Checkout the version tag - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ env.CERTSUITE_VERSION }} @@ -166,7 +166,7 @@ jobs: echo '{ "auths": {} }' >> ${PFLT_DOCKERCONFIG} - name: Checkout generic working branch of the current version - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ env.CURRENT_VERSION_GENERIC_BRANCH }} fetch-depth: '0' @@ -222,7 +222,7 @@ jobs: run: echo "Tag '$PROBE_IMAGE_VERSION' does not exist on remote $PROBE_IMAGE_SRC_URL" - name: Checkout the version tag - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: ${{ env.CERTSUITE_VERSION }} diff --git a/.github/workflows/update-rhcos-mapping.yml b/.github/workflows/update-rhcos-mapping.yml index 7d6d3dbf7..63dc9cf41 100644 --- a/.github/workflows/update-rhcos-mapping.yml +++ b/.github/workflows/update-rhcos-mapping.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 with: ref: main diff --git a/.github/workflows/upload-release-assets.yaml b/.github/workflows/upload-release-assets.yaml index bff521925..bc2fd506d 100644 --- a/.github/workflows/upload-release-assets.yaml +++ b/.github/workflows/upload-release-assets.yaml @@ -19,7 +19,7 @@ jobs: go-version: 1.23.1 - name: Check out code - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 + uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 - name: Build Certsuite binary (x86_64) env: