From 841f075618afb7d8349e88e74e401e013169e06a Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Tue, 16 Apr 2024 11:21:26 -0400 Subject: [PATCH] Repo File Sync: synced file(s) with microsoft/mu_devops (#263) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#8702888095](https://github.com/microsoft/mu_devops/actions/runs/8702888095) Signed-off-by: Project Mu UEFI Bot --- .github/workflows/codeql.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 3ccb42177c..2ee07366db 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -198,7 +198,7 @@ jobs: - name: Download cargo-make if: steps.cargo_make_cache.outputs.cache-hit != 'true' - uses: robinraju/release-downloader@v1.10 + uses: robinraju/release-downloader@v1.9 with: repository: 'sagiegurari/cargo-make' tag: '${{ steps.get_cargo_tool_details.outputs.cargo_make_version }}'