From b06bd84e497f7bb5d6f352fc129d2682ac472d1b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 7 Oct 2023 06:44:59 +0700 Subject: [PATCH] chore: bump ossf/scorecard-action from 2.2.0 to 2.3.0 (#72) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.2.0 to 2.3.0. - [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/v2.2.0...v2.3.0) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/analyzer.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/analyzer.yaml b/.github/workflows/analyzer.yaml index ef0d3ca..961ace6 100644 --- a/.github/workflows/analyzer.yaml +++ b/.github/workflows/analyzer.yaml @@ -31,7 +31,7 @@ jobs: - name: Checkout Repository uses: actions/checkout@v4 - name: Perform Scorecards Analysis - uses: ossf/scorecard-action@v2.2.0 + uses: ossf/scorecard-action@v2.3.0 with: results_file: results.sarif results_format: sarif