@@ -41,14 +41,14 @@ jobs:
4141 python-version : " 3.10"
4242
4343 - name : Initialize CodeQL
44- uses : github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
44+ uses : github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
51+ uses : actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
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@51f77329afa6477de8c49fc9c7046c15b9a4e79d # v3.29.5
111+ uses : github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # 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@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
120+ uses : actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
121121 with :
122122 path : ${{github.workspace}}/vcpkg_pkgs_cache.zip
123123 key : ${{ steps.cache.outputs.cache-primary-key }}
0 commit comments