From a8223cd1f41d389e8cda7883739c1a297de16fe2 Mon Sep 17 00:00:00 2001 From: Jason Ojisan Date: Fri, 16 Aug 2024 21:49:32 -0700 Subject: [PATCH] Bump the minor group with 2 updates Bumps the minor group with 2 updates: [softprops/action-gh-release](https://github.com/softprops/action-gh-release) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `softprops/action-gh-release` from 2.0.6 to 2.0.8 - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](https://github.com/softprops/action-gh-release/compare/a74c6b72af54cfa997e81df42d94703d6313a2d0...c062e08bd532815e2082a85e87e3ef29c3e6d191) Updates `ossf/scorecard-action` from 2.3.3 to 2.4.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/dc50aa9510b46c811795eb24b2f1ba02a914e534...62b2cac7ed8198b15735ed49ab1e5cf35480ba46) Zjc4ZTc2N2I5N2FkNzFmMjdlYmQ0MDY0OTBjYTgyZTc5MmFhYTQ1Ngo= --- .github/workflows/create-prerelease-on-tag.yml | 2 +- .github/workflows/scorecard.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-prerelease-on-tag.yml b/.github/workflows/create-prerelease-on-tag.yml index 80aee47c65..753b3082d8 100644 --- a/.github/workflows/create-prerelease-on-tag.yml +++ b/.github/workflows/create-prerelease-on-tag.yml @@ -40,7 +40,7 @@ jobs: - name: Release id: release - uses: softprops/action-gh-release@a74c6b72af54cfa997e81df42d94703d6313a2d0 # pin@v2 + uses: softprops/action-gh-release@c062e08bd532815e2082a85e87e3ef29c3e6d191 # pin@v2 with: generate_release_notes: true prerelease: true diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d56a143a45..45da4bf0dd 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@dc50aa9510b46c811795eb24b2f1ba02a914e534 # v2.3.3 + uses: ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0 with: results_file: results.sarif results_format: sarif