File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,12 +40,12 @@ jobs:
4040 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4141
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3
43+ uses : github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v3
4444 with :
4545 languages : ${{ matrix.language }}
4646 build-mode : ${{ matrix.build-mode }}
4747
4848 - name : Perform CodeQL Analysis
49- uses : github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3
49+ uses : github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v3
5050 with :
5151 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -13,4 +13,4 @@ permissions:
1313
1414jobs :
1515 governance :
16- uses : hyperpolymath/standards/.github/workflows/governance-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
16+ uses : hyperpolymath/standards/.github/workflows/governance-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
Original file line number Diff line number Diff line change 1212
1313permissions :
1414 contents : read
15- security-events : read
15+ security-events : write
1616
1717jobs :
1818 scan :
19- uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
19+ uses : hyperpolymath/standards/.github/workflows/hypatia-scan-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
Original file line number Diff line number Diff line change @@ -18,4 +18,4 @@ permissions:
1818
1919jobs :
2020 scorecard :
21- uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
21+ uses : hyperpolymath/standards/.github/workflows/scorecard-reusable.yml@81dbf2dd854b1444fd6236fa2352474383b2c2b9
Original file line number Diff line number Diff line change 1919 scan :
2020 uses : hyperpolymath/standards/.github/workflows/secret-scanner-reusable.yml@a44c93a5cd3d293ee3e8b488444dcdc19c4e5d49
2121 secrets : inherit
22- trufflehog :
23- runs-on : ubuntu-latest
24- steps :
25- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
26- with :
27- fetch-depth : 0
28- - name : TruffleHog Secret Scan
29- uses : trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
30- with :
31- extra_args : --results=verified
You can’t perform that action at this time.
0 commit comments