diff --git a/.github/workflows/crawl-site.yml b/.github/workflows/crawl-site.yml index 8c95e032..fe2f9332 100644 --- a/.github/workflows/crawl-site.yml +++ b/.github/workflows/crawl-site.yml @@ -14,5 +14,5 @@ jobs: PACTFLOW_ALGOLIA_KEY: ${{secrets.PACTFLOW_ALGOLIA_KEY}} name: Index PactFlow site steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - run: make crawl diff --git a/.github/workflows/sync-docs.yml b/.github/workflows/sync-docs.yml index 31734f9e..0ba4eb2c 100644 --- a/.github/workflows/sync-docs.yml +++ b/.github/workflows/sync-docs.yml @@ -89,7 +89,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 - uses: ruby/setup-ruby@v1 with: ruby-version: "2.7"