diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index 263af134..dba94803 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -15,13 +15,13 @@ jobs: auto-pr-ref: ${{ steps.commit.outputs.auto-pr-ref }} steps: - name: Check out this repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 # credentials intentionally persisted for git operations below persist-credentials: true - - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5 + - uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0 with: python-version: "3.x" diff --git a/.github/workflows/auto-pr.yml b/.github/workflows/auto-pr.yml index f9af3a79..7bd5cfc9 100644 --- a/.github/workflows/auto-pr.yml +++ b/.github/workflows/auto-pr.yml @@ -42,7 +42,7 @@ jobs: AUTO_PR_LIMIT: ${{ inputs.pr-limit }} - name: Check out this repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 with: fetch-depth: 0 persist-credentials: false @@ -59,7 +59,7 @@ jobs: - name: Cache Homebrew Bundler RubyGems id: cache - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4 + uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 with: path: ${{ steps.set-up-homebrew.outputs.gems-path }} key: ${{ runner.os }}-rubygems-${{ steps.set-up-homebrew.outputs.gems-hash }}