diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index 4a49079c..eb8b3be3 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 6d917603..44394180 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 007cab6d..5011f958 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 6f33cfe5..afaa3388 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 }} @@ -97,7 +97,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 @@ -125,7 +125,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 @@ -149,7 +149,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 }} @@ -177,7 +177,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 }} @@ -208,7 +208,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 }} @@ -244,7 +244,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 }} @@ -296,7 +296,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 }} @@ -357,7 +357,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 }} @@ -415,7 +415,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: ref: ${{ env.REF }} - id: node diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 5ea6c457..87e7538f 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -42,7 +42,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 4bf6c520..75fdd526 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 d124fe6f..cc24b549 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 ddcb29a4..ada95476 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 1e05af74..3528a127 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -51,7 +51,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 }} @@ -86,7 +86,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 }} @@ -124,7 +124,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 }} @@ -166,7 +166,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v4.0.0 + uses: actions/checkout@v4.1.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: env diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ec4f430..613f239b 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 bce0829d..b2fabaa3 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 }}