Skip to content

Commit

Permalink
Merge pull request #64 from KoolTheba/release/v2.0.0-beta6
Browse files Browse the repository at this point in the history
chore: bump to v2.0.0-beta6
  • Loading branch information
KoolTheba authored Jun 3, 2023
2 parents d57f0d0 + 9ba35a4 commit d52f37a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: OpenSSF Scorecard Monitor
uses: UlisesGascon/[email protected]beta5
uses: UlisesGascon/[email protected]beta6
with:
scope: reporting/scope.json
database: reporting/database.json
Expand Down Expand Up @@ -135,7 +135,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: OpenSSF Scorecard Monitor
uses: UlisesGascon/[email protected]beta5
uses: UlisesGascon/[email protected]beta6
id: openssf-scorecard-monitor
with:
# ....
Expand Down Expand Up @@ -167,7 +167,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: OpenSSF Scorecard Monitor
uses: UlisesGascon/[email protected]beta5
uses: UlisesGascon/[email protected]beta6
id: openssf-scorecard-monitor
with:
auto-commit: false
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openssf-scorecard-monitor",
"version": "2.0.0-beta5",
"version": "2.0.0-beta6",
"description": "A simple way to monitor OpenSSF Scorecard at organization level",
"main": "src/index.js",
"private": true,
Expand Down

0 comments on commit d52f37a

Please sign in to comment.