Skip to content

Commit

Permalink
Bump ossf/scorecard-action from 2.0.5 to 2.0.6 (#3179)
Browse files Browse the repository at this point in the history
* Bump ossf/scorecard-action from 2.0.5 to 2.0.6

Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](ossf/scorecard-action@ff6221f...99c5375)

---
updated-dependencies:
- dependency-name: ossf/scorecard-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Add notification

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
dependabot[bot] and lucacome authored Oct 19, 2022
1 parent d056f8b commit a19c288
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/notifications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:
- "Fossa"
- "Lint"
- "Update Docker Images"
- "OpenSSF Scorecards"
types:
- completed

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Scorecards supply-chain security
name: OpenSSF Scorecards
on:
# Only the default branch is supported.
branch_protection_rule:
Expand Down Expand Up @@ -30,7 +30,7 @@ jobs:
persist-credentials: false

- name: "Run analysis"
uses: ossf/scorecard-action@ff6221f2348c554e0bdd15d6fb8fd143f7a178a6 # tag=v2.0.5
uses: ossf/scorecard-action@99c53751e09b9529366343771cc321ec74e9bd3d # tag=v2.0.5
with:
results_file: results.sarif
results_format: sarif
Expand Down

0 comments on commit a19c288

Please sign in to comment.