From 620bedbc3139b31b5f091bdea160562221648745 Mon Sep 17 00:00:00 2001 From: "stacklok-cloud[bot]" <165083860+github-actions[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 23:48:42 +0000 Subject: [PATCH] Replace unpinned actions with pinned action --- .github/workflows/codeql.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a08cd4acfd66d..a1dbb9e1edd6e 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -37,11 +37,11 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@0affec2c8518bbdc526c092ee84b0fe9c582ecd2 # v2 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -54,7 +54,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@v3 + uses: github/codeql-action/autobuild@5b6460bd19dedd951c959e366dabbfa22cf5bc25 # 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 @@ -67,6 +67,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@5b6460bd19dedd951c959e366dabbfa22cf5bc25 # v3 with: category: "/language:${{ matrix.language }}"