From 7da90b201a68b43c86fbab67defe737f5eaa603a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 22:05:07 +0000 Subject: [PATCH] ci(deps): Bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [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/v6.0.0...v6.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/auto-merge.yml | 2 +- .github/workflows/auto-review.yml | 2 +- .github/workflows/cache-cleanup.yml | 2 +- .github/workflows/ci.yml | 20 ++++++++++---------- .github/workflows/dependabot-dedupe.yml | 2 +- .github/workflows/infrastructure.yml | 2 +- .github/workflows/integrity.yml | 2 +- .github/workflows/label-linked-issues.yml | 2 +- .github/workflows/publish.yml | 6 +++--- .github/workflows/release-chore.yml | 8 ++++---- .github/workflows/release.yml | 4 ++-- .github/workflows/typescript-canary.yml | 2 +- 12 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 560948bf..59dd6699 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -35,7 +35,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 41190a90..f89bd281 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -58,7 +58,7 @@ jobs: run: gh auth status - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index 54b18405..0c3b65bb 100644 --- a/.github/workflows/cache-cleanup.yml +++ b/.github/workflows/cache-cleanup.yml @@ -46,7 +46,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout main - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a5761575..90d34632 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -68,7 +68,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -115,7 +115,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 persist-credentials: false @@ -143,7 +143,7 @@ jobs: steps: - id: checkout name: Checkout - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 - id: scan @@ -166,7 +166,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -195,7 +195,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -224,7 +224,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -263,7 +263,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -318,7 +318,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -389,7 +389,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -441,7 +441,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 3d9123d7..d3c8936a 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -48,7 +48,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 6015d271..dc845285 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -51,7 +51,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }}@${{ github.sha }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.sha }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index 4cf050e5..93b7ed6f 100644 --- a/.github/workflows/integrity.yml +++ b/.github/workflows/integrity.yml @@ -43,7 +43,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml index 89dc687e..3f741d5f 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -44,7 +44,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout main - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 8d7d0478..c8de88f1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -47,7 +47,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.ref }} @@ -83,7 +83,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.ref }} @@ -122,7 +122,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.ref }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index a0e48fbc..7c0fbceb 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -53,7 +53,7 @@ jobs: exit 1 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.ref }} @@ -109,7 +109,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: ref: ${{ github.ref }} token: ${{ steps.bot-token.outputs.token }} @@ -136,7 +136,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 persist-credentials: false @@ -196,7 +196,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ needs.preflight.outputs.branch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a613c0b6..d7d03939 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -57,7 +57,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: ref: ${{ env.REF }} - id: version @@ -89,7 +89,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index f24bceaa..3f2f6dbf 100644 --- a/.github/workflows/typescript-canary.yml +++ b/.github/workflows/typescript-canary.yml @@ -48,7 +48,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v6.0.0 + uses: actions/checkout@v6.0.1 with: persist-credentials: false ref: ${{ github.ref }}