@@ -71,11 +71,11 @@ jobs:
7171
7272 steps :
7373 - name : Checkout repository
74- uses : actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
74+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
7575
7676 # Initializes the CodeQL tools for scanning.
7777 - name : Initialize CodeQL
78- uses : github/codeql-action/init@f779452ac5af1c261dce0346a8f964149f49322b # v2.227
78+ uses : github/codeql-action/init@662472033e021d55d94146f66f6058822b0b39fd # v2.227
7979 with :
8080 languages : ${{ matrix.language }}
8181 # If you wish to specify custom queries, you can do so here or in a config file.
8989 # Automates dependency installation for Python, Ruby, and JavaScript, optimizing the CodeQL analysis setup.
9090 # If this step fails, then you should remove it and run the build manually (see below)
9191 - name : Autobuild
92- uses : github/codeql-action/autobuild@f779452ac5af1c261dce0346a8f964149f49322b # v2.227
92+ uses : github/codeql-action/autobuild@662472033e021d55d94146f66f6058822b0b39fd # v2.227
9393
9494 # ℹ️ Command-line programs to run using the OS shell.
9595 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -102,6 +102,6 @@ jobs:
102102 # ./location_of_script_within_repo/buildscript.sh
103103
104104 - name : Perform CodeQL Analysis
105- uses : github/codeql-action/analyze@f779452ac5af1c261dce0346a8f964149f49322b # v2.227
105+ uses : github/codeql-action/analyze@662472033e021d55d94146f66f6058822b0b39fd # v2.227
106106 with :
107107 category : ' /language:${{matrix.language}}'
0 commit comments