diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6ea21ecf1..d3a24899f 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@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2.1.9 + uses: github/codeql-action/init@75b4f1c4669133dc294b06c2794e969efa2e5316 # v2.1.10 with: languages: ${{ matrix.language }} - name: Autobuild - uses: github/codeql-action/autobuild@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2.1.9 + uses: github/codeql-action/autobuild@75b4f1c4669133dc294b06c2794e969efa2e5316 # v2.1.10 - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2.1.9 + uses: github/codeql-action/analyze@75b4f1c4669133dc294b06c2794e969efa2e5316 # v2.1.10 diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index e24233ded..1e6a9ecc8 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@7502d6e991ca767d2db617bfd823a1ed925a0d59 # v2.1.9 + uses: github/codeql-action/upload-sarif@75b4f1c4669133dc294b06c2794e969efa2e5316 # v2.1.10 with: sarif_file: results.sarif