diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index 4a49079..eb8b3be 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -32,7 +32,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 6d91760..4439418 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -32,7 +32,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index 007cab6..5011f95 100644 --- a/.github/workflows/cache-cleanup.yml +++ b/.github/workflows/cache-cleanup.yml @@ -46,7 +46,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout main - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39c5f17..7973247 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,7 +65,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -100,7 +100,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 persist-credentials: false @@ -128,7 +128,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 persist-credentials: false @@ -153,7 +153,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -182,7 +182,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -211,7 +211,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -247,7 +247,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -300,7 +300,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -367,7 +367,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 4be2320..22f4db0 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -43,7 +43,7 @@ jobs: skip-commit-verification: true - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/infrastructure.yml b/.github/workflows/infrastructure.yml index 4bf6c52..75fdd52 100644 --- a/.github/workflows/infrastructure.yml +++ b/.github/workflows/infrastructure.yml @@ -49,7 +49,7 @@ jobs: username: ${{ github.actor }} - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ github.ref }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index d124fe6..cc24b54 100644 --- a/.github/workflows/integrity.yml +++ b/.github/workflows/integrity.yml @@ -46,7 +46,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.head_ref || github.ref_name }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 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 ddcb29a..ada9547 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -43,7 +43,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout main - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index e8cd666..3e01369 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -49,7 +49,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -84,7 +84,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} @@ -122,7 +122,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec4f43..613f239 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -56,7 +56,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: ref: ${{ env.REF }} - id: version @@ -96,7 +96,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index bce0829..b2fabaa 100644 --- a/.github/workflows/typescript-canary.yml +++ b/.github/workflows/typescript-canary.yml @@ -48,7 +48,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: persist-credentials: false ref: ${{ github.ref }}