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/governance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ permissions:
contents: read
jobs:
governance:
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@a521ed701f0e58cc5e7effd239b10b360908365a
uses: hyperpolymath/standards/.github/workflows/governance-reusable.yml@b1a3b7b7c9c8cef5e8c8d44771426e7764b9521e
permissions:
actions: read
contents: read
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/hypatia-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@ permissions:
pull-requests: write
jobs:
hypatia:
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@a521ed701f0e58cc5e7effd239b10b360908365a
uses: hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@b1a3b7b7c9c8cef5e8c8d44771426e7764b9521e
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ jobs:
contents: read
security-events: write
id-token: write
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@a521ed701f0e58cc5e7effd239b10b360908365a
uses: hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@b1a3b7b7c9c8cef5e8c8d44771426e7764b9521e
2 changes: 1 addition & 1 deletion .github/workflows/secret-scanner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ permissions:
contents: read
jobs:
scan:
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@a521ed701f0e58cc5e7effd239b10b360908365a
uses: hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@b1a3b7b7c9c8cef5e8c8d44771426e7764b9521e
secrets: inherit
permissions:
actions: read
Expand Down
Loading