diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 19e7285c..bf16ecfb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -39,6 +39,6 @@ jobs: megalinter-reports - name: Upload Megalint Sarif Report - uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4 + uses: github/codeql-action/upload-sarif@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6 with: sarif_file: megalinter-reports/megalinter-report.sarif \ No newline at end of file diff --git a/.github/workflows/ssfscorecard.yml b/.github/workflows/ssfscorecard.yml index a3ae4478..d0f63959 100644 --- a/.github/workflows/ssfscorecard.yml +++ b/.github/workflows/ssfscorecard.yml @@ -56,6 +56,6 @@ jobs: # Upload the results to GitHub's code scanning dashboard (optional). # Commenting out will disable upload of results to your repo's Code Scanning dashboard - name: "Upload to code-scanning" - uses: github/codeql-action/upload-sarif@ee117c905ab18f32fa0f66c2fe40ecc8013f3e04 # v3.28.4 + uses: github/codeql-action/upload-sarif@4e83f6b818d7c9f52143570963b2c7f7f055decb # v3.28.6 with: sarif_file: results.sarif \ No newline at end of file