diff --git a/.github/workflows/approve-pr.yml b/.github/workflows/approve-pr.yml index b4aa736c..29a52961 100644 --- a/.github/workflows/approve-pr.yml +++ b/.github/workflows/approve-pr.yml @@ -33,7 +33,7 @@ jobs: skip-commit-verification: true - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: persist-credentials: false ref: ${{ github.head_ref }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb791968..f6f149e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -50,7 +50,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -75,7 +75,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -100,7 +100,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -125,7 +125,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -158,7 +158,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -194,7 +194,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node @@ -219,7 +219,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: node diff --git a/.github/workflows/dependabot-auto.yml b/.github/workflows/dependabot-auto.yml index 9bd6fe99..53afec08 100644 --- a/.github/workflows/dependabot-auto.yml +++ b/.github/workflows/dependabot-auto.yml @@ -39,7 +39,7 @@ jobs: skip-commit-verification: true - id: checkout name: Checkout ${{ github.head_ref }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: persist-credentials: ${{ steps.metadata.outputs.package-ecosystem == 'npm_and_yarn' }} ref: ${{ github.head_ref }} diff --git a/.github/workflows/integrity.yml b/.github/workflows/integrity.yml index fed4f58b..99e2f8b4 100644 --- a/.github/workflows/integrity.yml +++ b/.github/workflows/integrity.yml @@ -38,7 +38,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: persist-credentials: false ref: ${{ env.REF }} diff --git a/.github/workflows/label-linked-issues.yml b/.github/workflows/label-linked-issues.yml index 86dae2c9..600cb616 100644 --- a/.github/workflows/label-linked-issues.yml +++ b/.github/workflows/label-linked-issues.yml @@ -33,7 +33,7 @@ jobs: steps: - id: checkout name: Checkout main - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: persist-credentials: false ref: main diff --git a/.github/workflows/labels.yml b/.github/workflows/labels.yml index 729f554b..74ae5d3b 100644 --- a/.github/workflows/labels.yml +++ b/.github/workflows/labels.yml @@ -28,7 +28,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.ref_name }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ github.ref }} - id: sync diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 98a1b73f..2e5e7bd0 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -41,7 +41,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: version @@ -66,7 +66,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: npmrc-cleanup @@ -101,7 +101,7 @@ jobs: steps: - id: checkout name: Checkout ${{ env.TAG }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ format('refs/tags/{0}', env.TAG) }} - id: npmrc-cleanup diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index feb3e7cd..abf84285 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -47,7 +47,7 @@ jobs: uses: hmarr/debug-action@v2.1.0 - id: checkout name: Checkout ${{ env.REF }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: ref: ${{ env.REF }} - id: version @@ -82,7 +82,7 @@ jobs: steps: - id: checkout name: Checkout ${{ github.event.inputs.sha || 'event.pull_request.merge_commit_sha' }} - uses: actions/checkout@v3.2.0 + uses: actions/checkout@v3.3.0 with: fetch-depth: 0 ref: ${{ github.event.inputs.sha || github.event.pull_request.merge_commit_sha }}