diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 1350b2b..0ab90c8 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -41,7 +41,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.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 b639295..b98370b 100644 --- a/.github/workflows/auto-review.yml +++ b/.github/workflows/auto-review.yml @@ -65,7 +65,7 @@ jobs: run: gh auth status - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e57cdfc..811ec42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -95,7 +95,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 persist-credentials: false @@ -123,7 +123,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -159,7 +159,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ env.REF }} @@ -187,7 +187,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 persist-credentials: false @@ -215,7 +215,7 @@ jobs: echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, github.event.repository.name, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 9f35c44..79794e2 100644 --- a/.github/workflows/dependabot-dedupe.yml +++ b/.github/workflows/dependabot-dedupe.yml @@ -46,7 +46,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 71de312..de50721 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@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.sha }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index 27a285d..9fc74ed 100644 --- a/.github/workflows/integrity.yml +++ b/.github/workflows/integrity.yml @@ -39,7 +39,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.head_ref || github.ref }} diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 9ee5a70..87b8a2d 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -55,7 +55,7 @@ jobs: exit 1 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.ref }} @@ -119,7 +119,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: ref: ${{ github.ref }} token: ${{ steps.bot-token.outputs.token }} @@ -142,7 +142,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 persist-credentials: false @@ -197,7 +197,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ needs.preflight.outputs.branch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1fe79d6..0ef1f82 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -50,7 +50,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: ref: ${{ github.event.pull_request.merge_commit_sha }} - id: tag-prefix @@ -87,7 +87,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 2c9e941..203529f 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -32,7 +32,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v5.0.0 + uses: actions/checkout@v5.0.1 with: persist-credentials: false ref: ${{ github.head_ref || github.ref }}