Skip to content
Closed
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
4 changes: 2 additions & 2 deletions .github/workflows/dast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
permissions:
contents: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-zap.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-zap.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
target: ${{ inputs.target }}
fail-action: false
Expand All @@ -72,7 +72,7 @@ jobs:
attestations: write
contents: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-attest-scan.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-attest-scan.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
subject-name: ${{ needs.subject.outputs.subject-name }}
subject-digest: ${{ needs.subject.outputs.subject-digest }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
pin-check:
permissions:
contents: read
uses: attested-delivery/.github/.github/workflows/pin-check.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/pin-check.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c

build:
needs: pin-check
Expand All @@ -49,7 +49,7 @@ jobs:
artifact-digest: ${{ steps.digest.outputs.sha256 }}
steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
- uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0
with:
node-version: 24
# Enable pnpm via Node's built-in corepack rather than the third-party
Expand Down Expand Up @@ -146,7 +146,7 @@ jobs:
attestations: write
contents: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-attest-scan.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-attest-scan.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
subject-name: artifact.tar
subject-digest: sha256:${{ needs.build.outputs.artifact-digest }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/quality-gates.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
permissions:
contents: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/pin-check.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/pin-check.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c

# SAST: this repo has CodeQL *default setup* enabled (org onboarding standard),
# which provides SAST and uploads its own SARIF. An *advanced* CodeQL caller
Expand All @@ -41,7 +41,7 @@ jobs:
security-events: write
pull-requests: write
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-sca-osv.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-sca-osv.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
fail-on-severity: high

Expand All @@ -53,7 +53,7 @@ jobs:
contents: read
actions: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-scorecard.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-scorecard.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
publish-results: false

Expand All @@ -64,6 +64,6 @@ jobs:
actions: read
packages: read
# attested-delivery/.github main @ 698148e (post-#4, 2026-06-19)
uses: attested-delivery/.github/.github/workflows/reusable-trivy.yml@ee1f93b566abc109efa0588d3d5308b4dd4a7492
uses: attested-delivery/.github/.github/workflows/reusable-trivy.yml@78f1933ef020e3d94af848a191297d26e8dc8b4c
with:
scan-iac: true