@@ -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 :
@@ -187,7 +187,8 @@ jobs:
187187
188188 - name : Cache nuget packages
189189 if : steps.skip_check.outputs.should_skip != 'true'
190- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
190+ continue-on-error : true
191+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
191192 env :
192193 cache-name : cache-nuget-modules
193194 with :
@@ -197,7 +198,7 @@ jobs:
197198 - name : Cache verifier project
198199 # The hash is based on the HEAD of the ebpf-verifier submodule, the Directory.Build.props file, and the build variant.
199200 if : steps.skip_check.outputs.should_skip != 'true'
200- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809
201+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830
201202 env :
202203 cache-name : cache-verifier-project
203204 with :
@@ -355,4 +356,4 @@ jobs:
355356
356357 - name : Perform CodeQL Analysis
357358 if : inputs.build_codeql == true && steps.skip_check.outputs.should_skip != 'true'
358- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3
359+ uses : github/codeql-action/analyze@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
0 commit comments