diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 541de59ee..6c024343e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: @@ -61,7 +61,7 @@ jobs: runs-on: ubuntu-latest needs: build steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: @@ -83,7 +83,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 - uses: ruby/setup-ruby@250fcd6a742febb1123a77a841497ccaa8b9e939 with: @@ -97,7 +97,7 @@ jobs: # Checkout stripped-down gh-pages branch to a subdirectory, for publishing - name: Checkout gh-pages branch - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: ref: gh-pages path: tmp/publish diff --git a/.github/workflows/scorecards-analysis.yml b/.github/workflows/scorecards-analysis.yml index 1f405c06f..9e45c2a3f 100644 --- a/.github/workflows/scorecards-analysis.yml +++ b/.github/workflows/scorecards-analysis.yml @@ -20,7 +20,7 @@ jobs: steps: - name: "Checkout code" - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 with: persist-credentials: false