diff --git a/.github/workflows/code-ql.yml b/.github/workflows/code-ql.yml index 2031776..f4616a3 100644 --- a/.github/workflows/code-ql.yml +++ b/.github/workflows/code-ql.yml @@ -25,10 +25,10 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Initialize CodeQL - uses: github/codeql-action/init@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8 with: languages: javascript queries: security-extended - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8 diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml index 68da6b3..8b47869 100644 --- a/.github/workflows/scorecards.yml +++ b/.github/workflows/scorecards.yml @@ -33,6 +33,6 @@ jobs: publish_results: true - name: 'Upload to code-scanning' - uses: github/codeql-action/upload-sarif@181d5eefc20863364f96762470ba6f862bdef56b + uses: github/codeql-action/upload-sarif@4e828ff8d448a8a6e532957b1811f387a63867e8 with: sarif_file: results.sarif