diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index 9e2d7ca4..88ed0706 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 473c8355..404e9d25 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/cache-cleanup.yml b/.github/workflows/cache-cleanup.yml index ac5eea34..a8d9d1f9 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0b9e5ddf..f7469013 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -96,7 +96,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: fetch-depth: 0 persist-credentials: false @@ -124,7 +124,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: fetch-depth: 0 persist-credentials: false @@ -148,7 +148,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -176,7 +176,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -204,7 +204,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -241,7 +241,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -296,7 +296,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -354,7 +354,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index a5ab35c7..76214929 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@v3.5.2 + uses: actions/checkout@v3.5.3 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 40e79c0f..f830b91c 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ github.ref }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index 0d4a37e2..16ea193f 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@v3.5.2 + uses: actions/checkout@v3.5.3 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 100fee3d..a255f886 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: main diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 848efda9..8d9ad2e8 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -84,7 +84,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} @@ -122,7 +122,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 31c25770..a6be6d0f 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: ref: ${{ env.REF }} - id: version @@ -96,7 +96,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF_NAME }} - uses: actions/checkout@v3.5.2 + uses: actions/checkout@v3.5.3 with: fetch-depth: 0 persist-credentials: true diff --git a/.github/workflows/typescript-canary.yml b/.github/workflows/typescript-canary.yml index 8e006ce1..91e76672 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@v3.5.2 + uses: actions/checkout@v3.5.3 with: persist-credentials: false ref: ${{ github.ref }}