From e8ef0221d24f158d1bea5c47a58b0066962916a9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 05:31:26 +0700 Subject: [PATCH] chore: bump ossf/scorecard-action from 2.3.0 to 2.3.1 (#73) Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.0 to 2.3.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/v2.3.0...v2.3.1) --- updated-dependencies: - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 961ace6..fe8280c 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.3.0 + uses: ossf/scorecard-action@v2.3.1 with: results_file: results.sarif results_format: sarif