From 56c4c40afb0a9895074b1c8ac0462e336f3a8ed7 Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 15 Nov 2024 20:16:58 +0100 Subject: [PATCH 1/2] :construction_worker: support for OpenSSF Scorecard --- .github/workflows/scorecard.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index bf9d97c..aabea97 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -23,14 +23,14 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@v2 + uses: ossf/scorecard-action@v2.4.0 with: results_file: results.sarif results_format: sarif publish_results: true - name: "Upload artifact" - uses: actions/upload-artifact@4 + uses: actions/upload-artifact@v4 with: name: SARIF file path: results.sarif From 6317cce3158f962205446118aa07bdf04715108c Mon Sep 17 00:00:00 2001 From: Michael Mortensen Date: Fri, 15 Nov 2024 20:19:40 +0100 Subject: [PATCH 2/2] fix --- .github/workflows/pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/pipelines.yml b/.github/workflows/pipelines.yml index 1f7ce31..abed2f6 100644 --- a/.github/workflows/pipelines.yml +++ b/.github/workflows/pipelines.yml @@ -5,17 +5,15 @@ on: paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' push: branches: [main] paths-ignore: - .codecov/** - .docfx/** - - .github/** - .nuget/** - - '**.md' + - '**/*.md' workflow_dispatch: inputs: configuration: