diff --git a/.github/workflows/aem-sync-to-cloudmanager-repo.yml b/.github/workflows/aem-sync-to-cloudmanager-repo.yml index 2661cf1..a8cb00b 100644 --- a/.github/workflows/aem-sync-to-cloudmanager-repo.yml +++ b/.github/workflows/aem-sync-to-cloudmanager-repo.yml @@ -96,7 +96,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -135,7 +135,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -173,7 +173,7 @@ jobs: steps: - name: Checkout code with full history - 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/aio-app-deployment.yml b/.github/workflows/aio-app-deployment.yml index f5df86e..3f151fd 100644 --- a/.github/workflows/aio-app-deployment.yml +++ b/.github/workflows/aio-app-deployment.yml @@ -82,7 +82,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 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/aio-mesh-deployment.yml b/.github/workflows/aio-mesh-deployment.yml index acf2b60..2724c6c 100644 --- a/.github/workflows/aio-mesh-deployment.yml +++ b/.github/workflows/aio-mesh-deployment.yml @@ -91,7 +91,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} 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/aws-cdk.yml b/.github/workflows/aws-cdk.yml index 7a5ae05..3eaa400 100644 --- a/.github/workflows/aws-cdk.yml +++ b/.github/workflows/aws-cdk.yml @@ -122,7 +122,7 @@ jobs: role-session-name: ${{ steps.resolve-session-name.outputs.role-session-name }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: lfs: ${{ inputs.lfs }} persist-credentials: false @@ -419,7 +419,7 @@ jobs: deployment-status: ${{ steps.deploy.outputs.status }} steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: lfs: ${{ inputs.lfs }} persist-credentials: false diff --git a/.github/workflows/changeset-check.yml b/.github/workflows/changeset-check.yml index 2595bc4..25e3f7e 100644 --- a/.github/workflows/changeset-check.yml +++ b/.github/workflows/changeset-check.yml @@ -50,7 +50,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/changeset-release.yml b/.github/workflows/changeset-release.yml index e42c381..7d53f6e 100644 --- a/.github/workflows/changeset-release.yml +++ b/.github/workflows/changeset-release.yml @@ -75,7 +75,7 @@ jobs: id-token: write steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: token: ${{ secrets.GITHUB_PAT || github.token }} persist-credentials: false diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 677557e..dc53ef8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: contents: read # only needed for private or internal repos actions: read # only needed for private or internal repos steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/gadget-deploy.yml b/.github/workflows/gadget-deploy.yml index 1aaf0e4..c3f7bd8 100644 --- a/.github/workflows/gadget-deploy.yml +++ b/.github/workflows/gadget-deploy.yml @@ -64,7 +64,7 @@ jobs: env: INPUTS_ENVIRONMENT_NAME: ${{ inputs.environment-name }} - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -93,7 +93,7 @@ jobs: env: GGT_TOKEN: ${{ secrets.gadget-api-token }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -145,7 +145,7 @@ jobs: INPUTS_APP_NAME: ${{ inputs.app-name }} TEMP_ENV_NAME: deploy-${{ github.run_id }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/magento-cloud-deploy.yml b/.github/workflows/magento-cloud-deploy.yml index d09d90a..7b9a05d 100644 --- a/.github/workflows/magento-cloud-deploy.yml +++ b/.github/workflows/magento-cloud-deploy.yml @@ -136,7 +136,7 @@ jobs: echo "✅ NewRelic deployment start marker created" - name: Checkout code with full git history - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: fetch-depth: 0 # Full git history required for Magento Cloud persist-credentials: false diff --git a/.github/workflows/node-pr.yml b/.github/workflows/node-pr.yml index 26df0e5..6ed9d04 100644 --- a/.github/workflows/node-pr.yml +++ b/.github/workflows/node-pr.yml @@ -104,7 +104,7 @@ jobs: env: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false @@ -218,7 +218,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_OPTIONS: ${{ inputs.node-options }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false @@ -299,7 +299,7 @@ jobs: - name: Fetch all commits for Nx if: steps.check-build.outputs.exists-nx-target == 'true' - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: fetch-depth: 0 persist-credentials: false @@ -343,7 +343,7 @@ jobs: NPM_TOKEN: ${{ secrets.NPM_TOKEN }} NODE_OPTIONS: ${{ inputs.node-options }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: fetch-depth: ${{ inputs.fetch-depth }} persist-credentials: false @@ -449,7 +449,7 @@ jobs: steps.check-format.outputs.exists-nx-target == 'true' || steps.check-test-storybook.outputs.exists-nx-target == 'true' || steps.check-check-types.outputs.exists-nx-target == '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/nx-serverless-deployment.yml b/.github/workflows/nx-serverless-deployment.yml index 7ee670b..97e7f17 100644 --- a/.github/workflows/nx-serverless-deployment.yml +++ b/.github/workflows/nx-serverless-deployment.yml @@ -48,7 +48,7 @@ jobs: runs-on: ubuntu-latest environment: ${{ inputs.environment }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/php-quality-checks.yml b/.github/workflows/php-quality-checks.yml index 74fdee3..ad6ad68 100644 --- a/.github/workflows/php-quality-checks.yml +++ b/.github/workflows/php-quality-checks.yml @@ -162,7 +162,7 @@ jobs: env: COMPOSER_AUTH: ${{ secrets.composer-auth }} steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -354,7 +354,7 @@ jobs: needs.install.outputs.has-composer == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false fetch-depth: 0 @@ -473,7 +473,7 @@ jobs: needs.install.outputs.has-composer == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -591,7 +591,7 @@ jobs: needs.install.outputs.has-unit-tests == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -763,7 +763,7 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=5 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -890,7 +890,7 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=5 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false @@ -1038,7 +1038,7 @@ jobs: --health-interval=10s --health-timeout=5s --health-retries=5 steps: - - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/pwa-deployment.yml b/.github/workflows/pwa-deployment.yml index ded9a72..c84631f 100644 --- a/.github/workflows/pwa-deployment.yml +++ b/.github/workflows/pwa-deployment.yml @@ -316,7 +316,7 @@ jobs: matrix: ${{ fromJSON(needs.prepare.outputs.brand-matrix) }} steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/s3-deploy.yml b/.github/workflows/s3-deploy.yml index d7a7b34..6d9c795 100644 --- a/.github/workflows/s3-deploy.yml +++ b/.github/workflows/s3-deploy.yml @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest 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/shopify-deploy.yml b/.github/workflows/shopify-deploy.yml index 6a86b89..2e8377a 100644 --- a/.github/workflows/shopify-deploy.yml +++ b/.github/workflows/shopify-deploy.yml @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout code - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: persist-credentials: false diff --git a/.github/workflows/shopify-theme-pr.yml b/.github/workflows/shopify-theme-pr.yml index 04ba218..5deaa48 100644 --- a/.github/workflows/shopify-theme-pr.yml +++ b/.github/workflows/shopify-theme-pr.yml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false @@ -118,7 +118,7 @@ jobs: fi - 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-lockfile.yml b/.github/workflows/update-lockfile.yml index 1bd9f8c..18ab19c 100644 --- a/.github/workflows/update-lockfile.yml +++ b/.github/workflows/update-lockfile.yml @@ -59,7 +59,7 @@ jobs: pull-requests: write steps: - name: Checkout Repository - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 #v6.0.3 with: token: ${{ secrets.GITHUB_PAT || github.token }} ref: ${{ github.head_ref }}