From 7e21b80af0e8e9e2b10cd25b1601299d7ec37560 Mon Sep 17 00:00:00 2001 From: Evan Simkowitz Date: Fri, 23 Feb 2024 16:43:32 -0800 Subject: [PATCH] Update to latest checkout action in CodeQL pipeline (#325) --- .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 b6b1c582..456593c5 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL