diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5d356f0..ea3270b 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@904d0acf90cac7eebff96392ba334b027f7470d5 + uses: github/codeql-action/init@312e093a1892bd801f026f1090904ee8e460b9b6 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -46,7 +46,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@904d0acf90cac7eebff96392ba334b027f7470d5 + uses: github/codeql-action/autobuild@312e093a1892bd801f026f1090904ee8e460b9b6 # â„šī¸ Command-line programs to run using the OS shell. # 📚 https://git.io/JvXDl @@ -60,4 +60,4 @@ jobs: # make release - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@904d0acf90cac7eebff96392ba334b027f7470d5 + uses: github/codeql-action/analyze@312e093a1892bd801f026f1090904ee8e460b9b6 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index d420513..a517426 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -51,6 +51,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@5f532563584d71fdef14ee64d17bafb34f751ce5 # v1.0.26 + uses: github/codeql-action/upload-sarif@312e093a1892bd801f026f1090904ee8e460b9b6 # v1.0.26 with: sarif_file: results.sarif