@@ -137,7 +137,7 @@ jobs:
137137
138138 - name : Initialize CodeQL
139139 if : inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
140- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3
140+ uses : github/codeql-action/init@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
141141 with :
142142 languages : ' cpp'
143143
@@ -148,7 +148,7 @@ jobs:
148148
149149 - name : Cache chocolatey packages
150150 if : steps.skip_check.outputs.should_skip != 'true'
151- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
151+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
152152 env :
153153 cache-name : cache-choco-packages
154154 with :
@@ -188,7 +188,7 @@ jobs:
188188 - name : Cache nuget packages
189189 if : steps.skip_check.outputs.should_skip != 'true'
190190 continue-on-error : true
191- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
191+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
192192 env :
193193 cache-name : cache-nuget-modules
194194 with :
@@ -198,7 +198,7 @@ jobs:
198198 - name : Cache verifier project
199199 # The hash is based on the HEAD of the ebpf-verifier submodule, the Directory.Build.props file, and the build variant.
200200 if : steps.skip_check.outputs.should_skip != 'true'
201- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
201+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
202202 env :
203203 cache-name : cache-verifier-project
204204 with :
@@ -356,4 +356,4 @@ jobs:
356356
357357 - name : Perform CodeQL Analysis
358358 if : inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
359- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
359+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
0 commit comments