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 e16d5c8..2037a0e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,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 }} @@ -94,7 +94,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 @@ -122,7 +122,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 }} @@ -158,7 +158,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 }} @@ -186,7 +186,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 @@ -214,7 +214,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 1287ad3..9aac670 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -54,7 +54,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 }} @@ -118,7 +118,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 }} @@ -141,7 +141,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 @@ -196,7 +196,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 2135e24..96df2e9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -49,7 +49,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 @@ -86,7 +86,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 5b44b22..366e72d 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 }}