diff --git a/.github/workflows/auto-update.yml b/.github/workflows/auto-update.yml index 38b036c..27598b2 100644 --- a/.github/workflows/auto-update.yml +++ b/.github/workflows/auto-update.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repository - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/validate-package.yml b/.github/workflows/validate-package.yml index 5797b37..009a26e 100644 --- a/.github/workflows/validate-package.yml +++ b/.github/workflows/validate-package.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: false @@ -45,7 +45,7 @@ jobs: statuses: write steps: - name: Checkout Code - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: # Full git history is needed to get a proper list of changed files within `super-linter`