From 9fa0ce6a09480225f492aaaded8703830eac2d18 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 18 Nov 2024 17:13:17 +0000 Subject: [PATCH] chore(deps): update actions/checkout action --- .github/workflows/PREVIEW-ENV-CLEAN.yml | 2 +- .github/workflows/PREVIEW-ENV-DEPLOY.yml | 2 +- .github/workflows/PREVIEW-ENV-TEARDOWN.yml | 2 +- .github/workflows/RUN_UNIQUET.yml | 2 +- .github/workflows/check-pr-conflicts.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/PREVIEW-ENV-CLEAN.yml b/.github/workflows/PREVIEW-ENV-CLEAN.yml index 57f2df668c..9f29ba83cf 100644 --- a/.github/workflows/PREVIEW-ENV-CLEAN.yml +++ b/.github/workflows/PREVIEW-ENV-CLEAN.yml @@ -27,7 +27,7 @@ jobs: group: ${{ github.workflow }}-${{ inputs.pull-request }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Generate a GitHub token id: github-token diff --git a/.github/workflows/PREVIEW-ENV-DEPLOY.yml b/.github/workflows/PREVIEW-ENV-DEPLOY.yml index f91eea98e5..47f727bc70 100644 --- a/.github/workflows/PREVIEW-ENV-DEPLOY.yml +++ b/.github/workflows/PREVIEW-ENV-DEPLOY.yml @@ -46,7 +46,7 @@ jobs: # Setup: checkout code. This is required because we are using # composite actions and deployment manifests. - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 ######################################################################### # Determine the argocd arguments that need to be passed to the create app command - name: Determine Argocd Arguments for ${{ matrix.product_context }} diff --git a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml index 1779f6f982..73d69c303b 100644 --- a/.github/workflows/PREVIEW-ENV-TEARDOWN.yml +++ b/.github/workflows/PREVIEW-ENV-TEARDOWN.yml @@ -41,7 +41,7 @@ jobs: # Setup: checkout code. This is required because we are using # composite actions and deployment manifests. - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 ######################################################################### # Tear down preview environment - name: Tear down Preview Environment for ${{ matrix.product_context }} diff --git a/.github/workflows/RUN_UNIQUET.yml b/.github/workflows/RUN_UNIQUET.yml index 7111ccbb6c..162084329a 100644 --- a/.github/workflows/RUN_UNIQUET.yml +++ b/.github/workflows/RUN_UNIQUET.yml @@ -18,7 +18,7 @@ jobs: distribution: 'temurin' - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.branch_name }} diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml index e5d0545c2e..a567bd239d 100644 --- a/.github/workflows/check-pr-conflicts.yml +++ b/.github/workflows/check-pr-conflicts.yml @@ -10,6 +10,6 @@ jobs: check-pr-conflicts: runs-on: ubuntu-latest steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Check all PRs for conflict uses: camunda/infra-global-github-actions/preview-env/conflicts@main