From 399d0c50801f1b60d42d2c5dee54d81abc712d1d Mon Sep 17 00:00:00 2001 From: Kay Robbins Date: Mon, 3 Aug 2026 13:22:40 -0500 Subject: [PATCH] Updated the codeql action version --- .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 78cc6a5d..2d82ea09 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -62,7 +62,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@f205ea1f2010db9f182c1bfb6d4b29f018e7e1c1 # v4.37.4 + uses: github/codeql-action/init@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} @@ -91,6 +91,6 @@ jobs: exit 1 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@f205ea1f2010db9f182c1bfb6d4b29f018e7e1c1 # v4.37.4 + uses: github/codeql-action/analyze@d1ba80a13dd99fba24a470575428917156a28b43 # v4.37.5 with: category: '/language:${{matrix.language}}'