@@ -41,14 +41,14 @@ jobs:
41
41
python-version : " 3.10"
42
42
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
44
+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
45
45
with :
46
46
languages : cpp
47
47
trap-caching : false
48
48
49
49
- name : " [Win] Restore vcpkg cache"
50
50
if : matrix.os == 'windows-latest'
51
- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51
+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
52
52
id : cache
53
53
with :
54
54
path : vcpkg_pkgs_cache.zip
@@ -108,7 +108,7 @@ jobs:
108
108
run : cmake --build ${{env.BUILD_DIR}} --config Release -j
109
109
110
110
- name : Perform CodeQL Analysis
111
- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
111
+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
112
112
113
113
- name : " [Win] Prepare vcpkg cache"
114
114
if : matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
@@ -117,7 +117,7 @@ jobs:
117
117
118
118
- name : " [Win] Save vcpkg cache"
119
119
if : matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
120
- uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
120
+ uses : actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
121
121
with :
122
122
path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
123
123
key : ${{ steps.cache.outputs.cache-primary-key }}
0 commit comments