From 7251393d83c3bb6eb94ac4dca930900300b3562c Mon Sep 17 00:00:00 2001 From: Molly Crendraven Date: Tue, 24 Dec 2024 08:13:25 -0500 Subject: [PATCH] Update codeql-analyis.yml --- .github/workflows/codeql-analyis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analyis.yml b/.github/workflows/codeql-analyis.yml index 60da669..6af8303 100644 --- a/.github/workflows/codeql-analyis.yml +++ b/.github/workflows/codeql-analyis.yml @@ -20,7 +20,7 @@ on: jobs: analyze: name: Analyze - runs-on: ubuntu-latest + runs-on: ubuntu-24.04 permissions: actions: read contents: read @@ -40,7 +40,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file.