diff --git a/.github/workflows/PREVIEW-ENV-CLEAN.yml b/.github/workflows/PREVIEW-ENV-CLEAN.yml index 3729360af..57f2df668 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - 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 380ffc73e..f91eea98e 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 ######################################################################### # 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 a54762d88..1779f6f98 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 ######################################################################### # Tear down preview environment - name: Tear down Preview Environment for ${{ matrix.product_context }} diff --git a/.github/workflows/check-pr-conflicts.yml b/.github/workflows/check-pr-conflicts.yml index 9ccd7d862..e5d0545c2 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@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0 + - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1 - name: Check all PRs for conflict uses: camunda/infra-global-github-actions/preview-env/conflicts@main