File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 - name : Checkout
3636 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.28.1
38+ uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3.28.1
3939 with :
4040 languages : ${{ matrix.language }}
4141 build-mode : ${{ matrix.build-mode }}
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.28.1
43+ uses : github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3.28.1
4444 with :
4545 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 4242
4343 - name : Validate A2ML manifests
4444 if : steps.detect.outputs.count > 0
45- uses : hyperpolymath/a2ml-validate-action@cb3c1e298169dc5ac2b42e257068b0fb5920cd5e # main
45+ uses : hyperpolymath/a2ml-validate-action@05bcb78917c09702e90ed18004298a6728753914 # main
4646 with :
4747 path : ' .'
4848 strict : ' false'
9191
9292 - name : Validate K9 contracts
9393 if : steps.detect.outputs.k9_count > 0
94- uses : hyperpolymath/k9-validate-action@236f0035cc159051c8dd5dc7cd8af1e8cf961462 # main
94+ uses : hyperpolymath/k9-validate-action@bddcd9109ee96f9ea3fdb4bf51084fe9cd0909ce # main
9595 with :
9696 path : ' .'
9797 strict : ' false'
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Send push notification email
18- uses : dawidd6/action-send-mail@994f270325d4f7257aff241a35488ef54ba364a4 # pinned
18+ uses : dawidd6/action-send-mail@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
1919 with :
2020 server_address : ${{ secrets.SMTP_HOST }}
2121 server_port : ${{ secrets.SMTP_PORT }}
Original file line number Diff line number Diff line change 2626 run : |
2727 find . -type f -perm /111 -name "*.sh" | head -10 || true
2828 - name : Check for secrets
29- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.93.3
29+ uses : trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.93.3
3030 with :
3131 path : ./
3232 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change @@ -16,10 +16,7 @@ permissions:
1616
1717jobs :
1818 scorecard :
19- uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
20- # Reusable called-workflow permissions are CAPPED by the caller's grants;
21- # without security-events: write here the scorecard SARIF upload fails with
22- # startup_failure (hypatia WF018). id-token: write enables OIDC publish.
19+ uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@d7c22711e830e1f383846472f6e9b99debdb201e
2320 permissions :
2421 contents : read
2522 security-events : write
Original file line number Diff line number Diff line change @@ -13,8 +13,6 @@ concurrency:
1313# at plan time with zero jobs.
1414permissions :
1515 contents : read
16- pull-requests : write
17- actions : read
1816# Single secret scanner. The standards reusable runs gitleaks (+ a Rust-secrets
1917# check). An inline TruffleHog job previously lived here, but the reusable
2018# DELIBERATELY retired TruffleHog as redundant (gitleaks gives sufficient
@@ -23,5 +21,5 @@ permissions:
2321# .github/workflows/README.adoc.
2422jobs :
2523 scan :
26- uses : hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
24+ uses : hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@db12a6ad3ef9076d5f7bdcf98d7d15cf8547555a
2725 secrets : inherit
You can’t perform that action at this time.
0 commit comments