diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index c0ce649cb2726..9bcc465d18cb2 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b - name: Initialize CodeQL - uses: github/codeql-action/init@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 + uses: github/codeql-action/init@32dc499307d133bb5085bae78498c0ac2cf762d5 with: languages: ${{ matrix.language }} config-file: ./.github/codeql-config.yml @@ -53,7 +53,7 @@ jobs: - run: sudo -E .github/workflows/unit_tests.sh SETUP - name: Autobuild - uses: github/codeql-action/autobuild@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 + uses: github/codeql-action/autobuild@32dc499307d133bb5085bae78498c0ac2cf762d5 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 + uses: github/codeql-action/analyze@32dc499307d133bb5085bae78498c0ac2cf762d5 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 75f71b0ced4d3..c0a68c9be564c 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -65,6 +65,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: Upload to code-scanning if: github.event_name != 'pull_request' - uses: github/codeql-action/upload-sarif@ec3cf9c605b848da5f1e41e8452719eb1ccfb9a6 # tag=v1.0.26 + uses: github/codeql-action/upload-sarif@32dc499307d133bb5085bae78498c0ac2cf762d5 # tag=v1.0.26 with: sarif_file: results.sarif