diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 6b0dbad4..81ef5037 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -20,7 +20,7 @@ jobs: - ubuntu-latest runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0 diff --git a/.github/workflows/sanity.yml b/.github/workflows/sanity.yml index 6ed729d5..b75fdb8f 100644 --- a/.github/workflows/sanity.yml +++ b/.github/workflows/sanity.yml @@ -21,7 +21,7 @@ jobs: runs-on: ${{ matrix.platform }} steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false