From 98fecd04f281eb5c1ed3dd90a4ff3fa10de9ad66 Mon Sep 17 00:00:00 2001 From: Steve Desmond Date: Mon, 18 Nov 2024 10:03:01 -0500 Subject: [PATCH] Upgrade built-in GitHub Actions steps to v4 --- .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 8f3e742..f9be51c 100644 --- a/.github/workflows/CodeQL.yml +++ b/.github/workflows/CodeQL.yml @@ -38,7 +38,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL