Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflow-templates/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ concurrency:

jobs:
ci:
uses: cplieger/ci/.github/workflows/ci.yaml@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/.github/workflows/ci.yaml@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
2 changes: 1 addition & 1 deletion .github/workflow-templates/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ jobs:
security-events: write
contents: read
actions: read
uses: cplieger/ci/.github/workflows/codeql.yaml@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/.github/workflows/codeql.yaml@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
2 changes: 1 addition & 1 deletion .github/workflow-templates/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/.github/workflows/coverage.yaml@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
2 changes: 1 addition & 1 deletion .github/workflow-templates/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id-token: write
attestations: write
security-events: write
uses: cplieger/ci/.github/workflows/release.yaml@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/.github/workflows/release.yaml@3eabce92fc0abefa4455e653c8b46157655966b7 # 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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflow-templates/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
permissions:
contents: read
security-events: write
uses: cplieger/ci/.github/workflows/security-scan.yaml@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/.github/workflows/security-scan.yaml@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ jobs:
# move.
- name: Publish coverage badge
if: ${{ steps.d.outputs.kind != 'none' }}
uses: cplieger/ci/actions/publish-badge@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/actions/publish-badge@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
with:
repo: ${{ github.repository }}
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -757,7 +757,7 @@ jobs:
- name: Publish image-size badge
if: ${{ steps.sizebadge.outputs.json != '' }}
continue-on-error: true
uses: cplieger/ci/actions/publish-badge@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/actions/publish-badge@3eabce92fc0abefa4455e653c8b46157655966b7 # v2
with:
repo: ${{ github.repository }}
token: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ jobs:
# resolves against the CONSUMER's checked-out workspace, not this
# repo, so it 404s when release.yaml is called from another repo. This
# action's content is stable, so pin-lag is a non-issue here.
uses: cplieger/ci/actions/git-cliff-version@f259cab7cefd4532c541b0c92243f105513a4565 # v2
uses: cplieger/ci/actions/git-cliff-version@3eabce92fc0abefa4455e653c8b46157655966b7 # v2

- name: Detect type + subpackages
id: type
Expand Down
Loading