From 803669f6d28b9cf46405b0a7f8cd7f5189a171fb Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 4 Jun 2026 14:06:08 -0400 Subject: [PATCH 1/2] fix update CodeQL SARIF upload action version --- .github/workflows/scorecard.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index dafd9d1..1a81e3e 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,6 +13,7 @@ on: - cron: "37 17 * * 6" push: branches: ["main"] + workflow_dispatch: # Declare default permissions as read only. permissions: read-all @@ -73,6 +74,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@f0489abddd4e5e9dff53ed28a45b1d6f88978a1b # v4.36.2 + uses: github/codeql-action/upload-sarif@e46ed2cbd01164d986452f91f178727624ae40d7 # v4.35.3 with: sarif_file: results.sarif From dbc838f5633774f9b91d6c13d786e3fa3d832cfe Mon Sep 17 00:00:00 2001 From: Really Him Date: Thu, 4 Jun 2026 14:08:14 -0400 Subject: [PATCH 2/2] chore: format workflow --- .github/workflows/scorecard.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 1a81e3e..3a91899 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -13,7 +13,7 @@ on: - cron: "37 17 * * 6" push: branches: ["main"] - workflow_dispatch: + workflow_dispatch: # Declare default permissions as read only. permissions: read-all