diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 30d654703..1aa2d239e 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -43,12 +43,12 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/init@b398f525a5587552e573b247ac661067fafa920b # v2.1.22 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/autobuild@b398f525a5587552e573b247ac661067fafa920b # v2.1.22 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/analyze@b398f525a5587552e573b247ac661067fafa920b # v2.1.22 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index e1894d657..ba37dd5a4 100644 --- a/.github/workflows/scorecard_action.yml +++ b/.github/workflows/scorecard_action.yml @@ -52,6 +52,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard. - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@c7f292ea4f542c473194b33813ccd4c207a6c725 # v2.1.21 + uses: github/codeql-action/upload-sarif@b398f525a5587552e573b247ac661067fafa920b # v2.1.22 with: sarif_file: results.sarif