From 89f658d640bb49e42129532c96539e26dbfd5e8c Mon Sep 17 00:00:00 2001 From: "Project Mu UEFI Bot [bot]" <45776386+uefibot@users.noreply.github.com> Date: Wed, 13 Sep 2023 10:06:14 -0400 Subject: [PATCH] Repo File Sync: codeql-platform.yml - Update actions/checkout from v3 to v4 (#701) 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 [#6170290732](https://github.com/microsoft/mu_devops/actions/runs/6170290732) Signed-off-by: Project Mu UEFI Bot --- .github/workflows/codeql-platform.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-platform.yml b/.github/workflows/codeql-platform.yml index c2e30e2d1f..60a232a659 100644 --- a/.github/workflows/codeql-platform.yml +++ b/.github/workflows/codeql-platform.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v4 @@ -124,7 +124,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Python uses: actions/setup-python@v4