diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 55b697c4..302fe44e 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -39,7 +39,7 @@ jobs: run: echo "GITHUB_TOKEN=${{ steps.bot-token.outputs.token }}" >>$GITHUB_ENV - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-review.yml b/.github/workflows/auto-review.yml index d2eab107..b88a7bd8 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index fbaaa7f3..14bf3762 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d23f75d4..411e4cb7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -102,7 +102,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 persist-credentials: false @@ -130,7 +130,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 persist-credentials: false @@ -155,7 +155,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -184,7 +184,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -213,7 +213,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -249,7 +249,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -301,7 +301,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 ref: ${{ env.REF }} @@ -363,7 +363,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ env.REF }} @@ -418,7 +418,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/dependabot-dedupe.yml b/.github/workflows/dependabot-dedupe.yml index 0d0c1e36..293bc3e4 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/git.yml b/.github/workflows/git.yml index 463c0e23..287a7d05 100644 --- a/.github/workflows/git.yml +++ b/.github/workflows/git.yml @@ -49,7 +49,7 @@ jobs: uses: hmarr/debug-action@v3.0.0 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.ref }} @@ -80,7 +80,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 ref: ${{ github.ref }} @@ -94,7 +94,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 ref: ${{ github.ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 18b184c2..2cfb5f55 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.sha }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index ef298119..7249d213 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@v4.1.5 + uses: actions/checkout@v4.1.7 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 9bdcb48e..4fde5983 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index bf1be439..e1d48539 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false - id: version @@ -82,7 +82,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - id: npmrc-cleanup name: Remove stale .npmrc file run: rm .npmrc @@ -118,7 +118,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 - id: npmrc-cleanup name: Remove stale .npmrc file run: rm .npmrc diff --git a/.github/workflows/release-chore.yml b/.github/workflows/release-chore.yml index 62c94488..e08c62a6 100644 --- a/.github/workflows/release-chore.yml +++ b/.github/workflows/release-chore.yml @@ -49,7 +49,7 @@ jobs: exit 1 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.ref }} @@ -105,7 +105,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: ref: ${{ github.ref }} token: ${{ steps.bot-token.outputs.token }} @@ -132,7 +132,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 persist-credentials: false @@ -185,7 +185,7 @@ jobs: private-key: ${{ secrets.BOT_PRIVATE_KEY }} - id: checkout name: Checkout ${{ needs.preflight.outputs.branch }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ needs.preflight.outputs.branch }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1b2d61d..4b799617 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: ref: ${{ env.REF }} - id: version @@ -89,7 +89,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.1.5 + uses: actions/checkout@v4.1.7 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index 54b66d20..282acf86 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@v4.1.5 + uses: actions/checkout@v4.1.7 with: persist-credentials: false ref: ${{ github.ref }}