diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 41b7b91..5947422 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index 5ef3c04..4103182 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index 0c3b65b..c32ade7 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.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ca63a8f..9fe423d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,7 +69,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ env.REF }} @@ -103,7 +103,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false @@ -131,7 +131,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ env.REF }} @@ -167,7 +167,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 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.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: ${{ github.event_name == 'pull_request' && 0 || 1 }} persist-credentials: false @@ -217,7 +217,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ env.REF }} @@ -258,7 +258,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ env.REF }} @@ -340,7 +340,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ env.REF }} @@ -440,7 +440,7 @@ jobs: echo "result=${{ format('@{0}-{1}-{2}.tgz', github.repository_owner, matrix.package, needs.preflight.outputs.version) }}" >>$GITHUB_OUTPUT - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index ab41958..cbfebba 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 4733de5..c7b51ee 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.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ github.sha }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index a716767..75675bc 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@v6.0.1 + uses: actions/checkout@v6.0.2 with: persist-credentials: false ref: ${{ github.head_ref || github.ref }}