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/workflows/secrets-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
scan:
uses: praetorian-inc/public-workflows/.github/workflows/titus-scan.yml@e2da966933b2c8f02a32540e7bd5812f93a056fb # v2.2.1
uses: praetorian-inc/public-workflows/.github/workflows/titus-scan.yml@23254e12b026871dd9bbf2bad4ef6fee29910fb1 # v2.6.0
permissions:
contents: read
security-events: write
Expand Down
16 changes: 16 additions & 0 deletions .github/workflows/verify-pins.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Verify Pins
# Fails CI if any first-party praetorian-inc/public-workflows `uses:` pin carries a
# dishonest version comment (missing tag, nonexistent tag, or SHA != that tag).
on:
pull_request:
paths: ['.github/workflows/**']
push:
branches: [main]
paths: ['.github/workflows/**']
permissions:
contents: read
jobs:
verify:
uses: praetorian-inc/public-workflows/.github/workflows/verify-pins.yml@23254e12b026871dd9bbf2bad4ef6fee29910fb1 # v2.6.0
permissions:
contents: read
Loading