diff --git a/.github/workflows/on-pull-request.yml b/.github/workflows/on-pull-request.yml index bee5588..73c921b 100644 --- a/.github/workflows/on-pull-request.yml +++ b/.github/workflows/on-pull-request.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Log in to the Container registry 🔑 uses: docker/login-action@v2 diff --git a/.github/workflows/on-push.yml b/.github/workflows/on-push.yml index 47bdce2..542d8b1 100644 --- a/.github/workflows/on-push.yml +++ b/.github/workflows/on-push.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Create issue from TODO comments 📝 uses: derjuulsn/todo-issue@main @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Install cosign if: github.event_name != 'pull_request' @@ -122,7 +122,7 @@ jobs: needs: [build-container] steps: - name: Checkout 🛎️ - uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 - name: Docker meta 🏷 id: meta