diff --git a/.github/workflows/make-based-ci.yml b/.github/workflows/make-based-ci.yml index fecf0b7..f4790eb 100644 --- a/.github/workflows/make-based-ci.yml +++ b/.github/workflows/make-based-ci.yml @@ -18,7 +18,7 @@ jobs: contents: read steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 # This will post a comment on PRs when poetry.lock changes - name: Diff poetry.lock uses: nborrmann/diff-poetry-lock@c0afd3666864cec339f03ee5c5cf9cb671780c12 @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - name: Set up Homebrew id: set-up-homebrew diff --git a/.github/workflows/pre-commit-updates.yml b/.github/workflows/pre-commit-updates.yml index 2892605..35045ee 100644 --- a/.github/workflows/pre-commit-updates.yml +++ b/.github/workflows/pre-commit-updates.yml @@ -11,7 +11,7 @@ jobs: auto-update: runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5