From fdf29a66d751346879a9b07e90050a3db8d2c535 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 9 Sep 2022 11:09:39 -0700 Subject: [PATCH] Bump ossf/scorecard-action from 2.0.0 to 2.0.1 (#2238) * Bump ossf/scorecard-action from 2.0.0 to 2.0.1 Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.0 to 2.0.1. - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/13ec8c77e8a5dae7e0a0d47bde3e3004df15d34f...f437b3cc043103683806977b725b99217c67bd46) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * update version comment Signed-off-by: cpanato Signed-off-by: dependabot[bot] Signed-off-by: cpanato Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: cpanato --- .github/workflows/scorecard_action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/scorecard_action.yml b/.github/workflows/scorecard_action.yml index cf85cb8f3e9..9002fcfed47 100644 --- a/.github/workflows/scorecard_action.yml +++ b/.github/workflows/scorecard_action.yml @@ -28,7 +28,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@13ec8c77e8a5dae7e0a0d47bde3e3004df15d34f # v2.0.0-alpha.2 + uses: ossf/scorecard-action@f437b3cc043103683806977b725b99217c67bd46 # v2.0.1 with: results_file: results.sarif results_format: sarif