Skip to content
Open
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/workflows/claim-sweep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ concurrency:
jobs:
sweep:
# SHA-pinned, per org policy — never a branch.
uses: bounded-systems/.github/.github/workflows/_claim-sweep.yml@14c1a9b3ade8bb6416f46c890eda21823647da09
uses: bounded-systems/.github/.github/workflows/_claim-sweep.yml@2cd9ebc0a2543b3ba11dc7673b351a9d1f6c9445
permissions:
contents: read
issues: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,6 @@ jobs:
osv:
# SHA-pinned per org policy. `# main` records what the SHA was at the time, so a
# reviewer can tell an intentional bump from a drifted one.
uses: bounded-systems/ci-workflows/.github/workflows/osv-scan.yml@30978ba6776c30081379e23fa20a12f36db3a48c # main
uses: bounded-systems/ci-workflows/.github/workflows/osv-scan.yml@fb7ca62fd9fb8af90af1097a0b21ee703c103dc4 # main
with:
report-only: true # adoption grace — delete this once findings are clear (ci-workflows#2)
2 changes: 1 addition & 1 deletion .github/workflows/front-desk-add.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
id: app-token
if: ${{ vars.CF_BROKER_URL != '' }}
continue-on-error: true
uses: bounded-systems/.github/.github/actions/broker-gh-token@99e88a0335519cb78be8a1b6623105613fa6aca1 # broker-gh-token (prx-26bq), .github#109
uses: bounded-systems/.github/.github/actions/broker-gh-token@2cd9ebc0a2543b3ba11dc7673b351a9d1f6c9445 # broker-gh-token (prx-26bq), .github#109
with:
app: front-desk
broker-url: ${{ vars.CF_BROKER_URL }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-claim.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,4 +53,4 @@ jobs:
issues: read
pull-requests: read
# SHA-pinned, per org policy — never a branch.
uses: bounded-systems/.github/.github/workflows/_pr-claim.yml@8a56f22f32bd007affbef503a4f1ac736c9aa52d
uses: bounded-systems/.github/.github/workflows/_pr-claim.yml@2cd9ebc0a2543b3ba11dc7673b351a9d1f6c9445
2 changes: 1 addition & 1 deletion .github/workflows/publish-jsr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Harden runner
uses: step-security/harden-runner@05e31511f85b41b11d1cf0ef85d0992719546e2c # v2.21.0
uses: step-security/harden-runner@e14015d583714f6e62063499dc959a02595150a1 # v2.21.1
with:
egress-policy: audit

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ permissions:

jobs:
release:
uses: bounded-systems/mint/.github/workflows/release-provenance.yml@v0.5.0 # mint
uses: bounded-systems/mint/.github/workflows/release-provenance.yml@v0.8.0 # mint
with:
ref: v0.3.1
2 changes: 1 addition & 1 deletion .github/workflows/standard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ permissions:
contents: read
jobs:
standard:
uses: bounded-systems/.github/.github/workflows/repo-standard.yml@99e88a0335519cb78be8a1b6623105613fa6aca1
uses: bounded-systems/.github/.github/workflows/repo-standard.yml@2cd9ebc0a2543b3ba11dc7673b351a9d1f6c9445
with:
security: true
test: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ permissions:

jobs:
version:
uses: bounded-systems/mint/.github/workflows/version.yml@v0.5.0 # mint
uses: bounded-systems/mint/.github/workflows/version.yml@v0.8.0 # mint
with:
ref: v0.3.1
Loading