diff --git a/.github/workflows/daily-link-checker.yml b/.github/workflows/daily-link-checker.yml index ecc4bcbb7f..cf3ad30419 100644 --- a/.github/workflows/daily-link-checker.yml +++ b/.github/workflows/daily-link-checker.yml @@ -12,7 +12,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Check links uses: gaurav-nelson/github-action-markdown-link-check@0f074c8562c5a8fed38282b7c741d1970bb1512d diff --git a/.github/workflows/vale-linter.yml b/.github/workflows/vale-linter.yml index a96445fee6..d843089d12 100644 --- a/.github/workflows/vale-linter.yml +++ b/.github/workflows/vale-linter.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 + uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 - name: Vale uses: errata-ai/vale-action@c4213d4de3d5f718b8497bd86161531c78992084