2626 packages : read
2727 security-events : write
2828 steps :
29- - uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
29+ - uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
3030 with :
3131 egress-policy : audit
3232 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
7878 check-latest : true
7979 cache : true
8080 - name : Initialize CodeQL
81- uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
81+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
8282 with :
8383 languages : go
8484 build-mode : manual
8989 PKG_CONFIG_PATH: ${{ github.workspace }}/yara-x-install
9090 LD_LIBRARY_PATH: ${{ github.workspace }}/yara-x-install
9191 - name : Perform CodeQL Analysis
92- uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
92+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
9393 with :
9494 category : " /language:go"
9595 analyze-actions :
@@ -101,17 +101,17 @@ jobs:
101101 packages : read
102102 security-events : write
103103 steps :
104- - uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
104+ - uses : step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
105105 with :
106106 egress-policy : audit
107107 - name : Checkout repository
108108 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109 - name : Initialize CodeQL
110- uses : github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
110+ uses : github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
111111 with :
112112 languages : actions
113113 build-mode : none
114114 - name : Perform CodeQL Analysis
115- uses : github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
115+ uses : github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
116116 with :
117117 category : " /language:actions"
0 commit comments