@@ -41,14 +41,14 @@ jobs:
4141 python-version : " 3.10"
4242
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
44+ uses : github/codeql-action/init@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
4545 with :
4646 languages : cpp
4747 trap-caching : false
4848
4949 - name : " [Win] Restore vcpkg cache"
5050 if : matrix.os == 'windows-latest'
51- uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
51+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5252 id : cache
5353 with :
5454 path : vcpkg_pkgs_cache.zip
@@ -108,7 +108,7 @@ jobs:
108108 run : cmake --build ${{env.BUILD_DIR}} --config Release -j
109109
110110 - name : Perform CodeQL Analysis
111- uses : github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
111+ uses : github/codeql-action/analyze@3599b3baa15b485a2e49ef411a7a4bb2452e7f93 # v3.29.5
112112
113113 - name : " [Win] Prepare vcpkg cache"
114114 if : matrix.os == 'windows-latest' && steps.cache.outputs.cache-hit != 'true'
@@ -117,7 +117,7 @@ jobs:
117117
118118 - name : " [Win] Save vcpkg cache"
119119 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
121121 with :
122122 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
123123 key : ${{ steps.cache.outputs.cache-primary-key }}
0 commit comments