Skip to content

Commit 9399c3a

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops
Signed-off-by: Project Mu UEFI Bot <[email protected]>
1 parent 1009044 commit 9399c3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ jobs:
217217
# and need to be investigated
218218
# - name: Attempt to Load cargo-make From Cache
219219
# id: cargo_make_cache
220-
# uses: actions/cache@v4
220+
# uses: actions/cache@v5
221221
# with:
222222
# path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }}
223223
# key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }}
@@ -362,7 +362,7 @@ jobs:
362362
363363
- name: Attempt to Load CodeQL CLI From Cache
364364
id: codeqlcli_cache
365-
uses: actions/cache@v4
365+
uses: actions/cache@v5
366366
with:
367367
path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }}
368368
key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}

0 commit comments

Comments
 (0)