From 59e086f643d63eb93d7e3ce51c9615079d3aa66d Mon Sep 17 00:00:00 2001 From: Hayden B Date: Tue, 19 Mar 2024 14:52:33 -0700 Subject: [PATCH] Run reusable scorecard workflow at main (#1679) 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