File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,11 +38,11 @@ jobs:
3838 - name : Checkout
3939 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
41+ uses : github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3
4242 with :
4343 languages : ${{ matrix.language }}
4444 build-mode : ${{ matrix.build-mode }}
4545 - name : Perform CodeQL Analysis
46- uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
46+ uses : github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v3
4747 with :
4848 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 3333 fi
3434 - name : Validate A2ML manifests
3535 if : steps.detect.outputs.count > 0
36- uses : hyperpolymath/a2ml-validate-action@59145c7d1039fa3059b3ecacdb50ee23d7505898 # main
36+ uses : hyperpolymath/a2ml-validate-action@55e8c28bab4e7f2399fdbd57a6da1051369f3847 # main
3737 with :
3838 path : ' .'
3939 strict : ' false'
7777 fi
7878 - name : Validate K9 contracts
7979 if : steps.detect.outputs.k9_count > 0
80- uses : hyperpolymath/k9-validate-action@2d96f43c538964b097d159ed3a56ba5b5ceca227 # main
80+ uses : hyperpolymath/k9-validate-action@7c3c0e9fa5165626e74ecce78109b3295b798b92 # main
8181 with :
8282 path : ' .'
8383 strict : ' false'
Original file line number Diff line number Diff line change 2525 with :
2626 fetch-depth : 0
2727 - name : TruffleHog Secret Scan
28- uses : trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
28+ uses : trufflesecurity/trufflehog@27b0417c16317ca9a472a9a8092acce143b49c55 # v3.95.9
2929 with :
3030 extra_args : --only-verified --fail
You can’t perform that action at this time.
0 commit comments