diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index e911d068..0f801657 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Install Nix diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 67960eb7..6514799d 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: persist-credentials: false - name: Ensure SHA pinned actions diff --git a/.github/workflows/scrape.yml b/.github/workflows/scrape.yml index 0d07a532..aeacd7df 100644 --- a/.github/workflows/scrape.yml +++ b/.github/workflows/scrape.yml @@ -10,14 +10,14 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Check out repository (main) - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: main ref: main persist-credentials: true # required for pushing - name: Check out repository (archive) - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 + uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 with: path: archive ref: archive