From b6fc484400331b83321f3ecd8d5c0f07d63972d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Dec 2024 15:40:34 -0500 Subject: [PATCH] Update github/codeql-action requirement to 277b89701e930e6af7a758f50afa5185bfc53c81 (#57) Updates the requirements on [github/codeql-action](https://github.com/github/codeql-action) to permit the latest version. - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/codeql-action/commits/277b89701e930e6af7a758f50afa5185bfc53c81) --- updated-dependencies: - dependency-name: github/codeql-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/codeql.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b97e7a4..6446c34 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,7 +43,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@df329aa0e224a5582af14d153cfb09a2e783e7f9 # v2 + uses: github/codeql-action/init@277b89701e930e6af7a758f50afa5185bfc53c81 # v2 with: languages: ${{ matrix.language }} @@ -58,7 +58,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@faa06bd0c3efe9bf73685e4489e70f0f552edc63 # v3 + uses: github/codeql-action/autobuild@277b89701e930e6af7a758f50afa5185bfc53c81 # v3 # Command-line programs to run using the OS shell. # See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -71,7 +71,7 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@faa06bd0c3efe9bf73685e4489e70f0f552edc63 # v3 + uses: github/codeql-action/analyze@277b89701e930e6af7a758f50afa5185bfc53c81 # v3 with: category: "/language:${{ matrix.language }}"