From 1245ac6b75bb21da6fef2dee451b89a6c3f5e03b Mon Sep 17 00:00:00 2001 From: Hayden B Date: Tue, 19 Mar 2024 13:42:42 -0700 Subject: [PATCH] Run reusable scorecard workflow at main The reusable workflow in community gets regular updates from dependabot. We don't cut releases for community, so if you don't run the reusable workflow off main, you'll be stuck on an outdated version of the underlying scorecard action. Signed-off-by: Hayden B --- .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 e3958c9ca..7ba0c0341 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -21,7 +21,7 @@ jobs: security-events: write # Needed to publish results and get a badge (see publish_results below). id-token: write - uses: sigstore/community/.github/workflows/reusable-scorecard.yml@d0c95c8803672313d0bf72e1a44021be5b583c24 # main + uses: sigstore/community/.github/workflows/reusable-scorecard.yml@main # (Optional) Disable publish results: # with: # publish_results: false