diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-05-31 22:01:54 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-01 05:01:54 +0000 |
commit | 5def37a23b8e8943c3ee22cb05b79294ba8d2aaf (patch) | |
tree | 1b631d9d2492cf2eefa8babe04fa0df2954712f7 /.github/workflows/scorecard.yml | |
parent | b6341f312d8332ccff0d928d936e9290da0e9584 (diff) |
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 in the minor group (#1020)
Bumps the minor group with 1 update: [ossf/scorecard-action](https://github.com/ossf/scorecard-action).
Updates `ossf/scorecard-action` from 2.3.1 to 2.3.3
- [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/0864cf19026789058feabb7e87baa5f140aac736...dc50aa9510b46c811795eb24b2f1ba02a914e534)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/scorecard.yml')
-rw-r--r-- | .github/workflows/scorecard.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index 2128cfc6..e1ee58ae 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -34,7 +34,7 @@ jobs: persist-credentials: false - name: "Run analysis" - uses: ossf/scorecard-action@0864cf19026789058feabb7e87baa5f140aac736 # v2.3.1 + uses: ossf/scorecard-action@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3 with: results_file: results.sarif results_format: sarif |