Skip to content

Commit 31e2847

Browse files
Repo File Sync: synced file(s) with microsoft/mu_devops (#347)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). Signed-off-by: Project Mu UEFI Bot <uefibot@microsoft.com> Co-authored-by: mu-automation[bot] <204385837+mu-automation[bot]@users.noreply.github.com>
1 parent 0b8a526 commit 31e2847

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.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)