From df20830254c5e0b846ef190e3b32c90ba1bc3b2a Mon Sep 17 00:00:00 2001 From: "mu-automation[bot]" <204385837+mu-automation[bot]@users.noreply.github.com> Date: Tue, 23 Dec 2025 09:07:22 +0000 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops Signed-off-by: Project Mu UEFI Bot --- .github/workflows/codeql.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 68682c7..ee2b9cd 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -217,7 +217,7 @@ jobs: # and need to be investigated # - name: Attempt to Load cargo-make From Cache # id: cargo_make_cache - # uses: actions/cache@v4 + # uses: actions/cache@v5 # with: # path: ${{ steps.get_cargo_tool_details.outputs.cargo_bin_path }} # key: ${{ steps.get_cargo_tool_details.outputs.cargo_make_cache_key }} @@ -362,7 +362,7 @@ jobs: - name: Attempt to Load CodeQL CLI From Cache id: codeqlcli_cache - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ${{ steps.cache_key_gen.outputs.codeql_cli_ext_dep_dir }} key: ${{ steps.cache_key_gen.outputs.codeql_cli_cache_key }}