diff --git a/.github/workflows/check_links.yml b/.github/workflows/check_links.yml index a7d1779c51..165638c643 100644 --- a/.github/workflows/check_links.yml +++ b/.github/workflows/check_links.yml @@ -18,7 +18,7 @@ jobs: with: vercel_project_id: ${{ secrets.VERCEL_PROJECT_ID }} vercel_team_id: ${{ secrets.VERCEL_TEAM_ID }} - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Check for broken links if: steps.vercel_preview_url.outcome == 'success' uses: lycheeverse/lychee-action@v1.8.0 @@ -30,7 +30,7 @@ jobs: check-live-links: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Lychee Broken Link Checker if: github.ref == 'refs/heads/main' uses: lycheeverse/lychee-action@v1.8.0 diff --git a/.github/workflows/typos.yml b/.github/workflows/typos.yml index c4e042c940..1d30665af3 100644 --- a/.github/workflows/typos.yml +++ b/.github/workflows/typos.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Actions Repository - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - name: Check for typos uses: crate-ci/typos@master diff --git a/.github/workflows/vale.yml b/.github/workflows/vale.yml index cdc5994730..317cb500e6 100644 --- a/.github/workflows/vale.yml +++ b/.github/workflows/vale.yml @@ -6,7 +6,7 @@ jobs: name: Run Vale runs-on: ubuntu-latest steps: - - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4 - uses: errata-ai/vale-action@reviewdog with: reporter: github-pr-check