diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 0c1d6d51..60cea50d 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -68,6 +68,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@e12f0178983d466f2f6028f5cc7a6d786fd97f4b # v4.31.4 + uses: github/codeql-action/upload-sarif@fdbfb4d2750291e159f0156def62b853c2798ca2 # v4.31.5 with: sarif_file: results.sarif diff --git a/changes/20251125090748.bugfix b/changes/20251125090748.bugfix new file mode 100644 index 00000000..90d640e8 --- /dev/null +++ b/changes/20251125090748.bugfix @@ -0,0 +1 @@ +Dependency upgrade: codeql-action-4.31.5