diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 01b4cff..c0e9ccc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: timeout-minutes: 15 steps: - name: Checkout code - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false diff --git a/.github/workflows/news.yml b/.github/workflows/news.yml index 6b6e884..6cd2c2d 100644 --- a/.github/workflows/news.yml +++ b/.github/workflows/news.yml @@ -74,7 +74,7 @@ jobs: - name: Checkout code if: ${{ steps.cadence.outputs.should_run == 'true' }} - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 + uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6.1.0 with: persist-credentials: false