diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 30fe064..d2aa6a4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -33,4 +33,4 @@ concurrency: jobs: ci: - uses: cplieger/ci/.github/workflows/ci.yaml@8b102487e56ffa0b48102bb05edbbd98ecd42c38 # v2 + uses: cplieger/ci/.github/workflows/ci.yaml@e18b9a64157dea925d962be4265806b99e7f7680 # v2 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 7364dd6..d557897 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,4 +16,4 @@ jobs: security-events: write contents: read actions: read - uses: cplieger/ci/.github/workflows/codeql.yaml@8b102487e56ffa0b48102bb05edbbd98ecd42c38 # v2 + uses: cplieger/ci/.github/workflows/codeql.yaml@e18b9a64157dea925d962be4265806b99e7f7680 # v2 diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2e5e541..1a70005 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,4 +27,4 @@ jobs: # NOTE: pin this @SHA to the ci release tag that first contains # coverage.yaml when cutting that tag (see ci.md "Updating and propagating"). # Renovate then tracks the `# v2` comment and bumps the digest thereafter. - uses: cplieger/ci/.github/workflows/coverage.yaml@8b102487e56ffa0b48102bb05edbbd98ecd42c38 # v2 + uses: cplieger/ci/.github/workflows/coverage.yaml@e18b9a64157dea925d962be4265806b99e7f7680 # v2 diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 29c89db..8752d14 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -63,7 +63,7 @@ jobs: id-token: write attestations: write security-events: write - uses: cplieger/ci/.github/workflows/release.yaml@8b102487e56ffa0b48102bb05edbbd98ecd42c38 # v2 + uses: cplieger/ci/.github/workflows/release.yaml@e18b9a64157dea925d962be4265806b99e7f7680 # v2 # Forward only the two Docker Hub publish credentials the reusable pipeline # actually declares and consumes, rather than `secrets: inherit` (which # exposes every repo secret to the reusable-workflow trust boundary). Both diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 87ae7d4..ed4b37e 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -22,4 +22,4 @@ jobs: permissions: contents: read security-events: write - uses: cplieger/ci/.github/workflows/security-scan.yaml@8b102487e56ffa0b48102bb05edbbd98ecd42c38 # v2 + uses: cplieger/ci/.github/workflows/security-scan.yaml@e18b9a64157dea925d962be4265806b99e7f7680 # v2