Skip to content

Commit

Permalink
Merge pull request #58 from KoolTheba/release/v2.0.0-beta4
Browse files Browse the repository at this point in the history
Release v2.0.0-beta4
  • Loading branch information
KoolTheba authored Apr 21, 2023
2 parents a008e7e + 79b3166 commit 1e297bb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: OpenSSF Scorecard Monitor
uses: UlisesGascon/[email protected]beta3
uses: UlisesGascon/[email protected]beta4
with:
scope: reporting/scope.json
database: reporting/database.json
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: OpenSSF Scorecard Monitor
uses: UlisesGascon/[email protected]beta3
uses: UlisesGascon/[email protected]beta4
id: openssf-scorecard-monitor
with:
# ....
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-beta1",
"version": "2.0.0-beta4",
"description": "A simple way to monitor OpenSSF Scorecard at organization level",
"main": "src/index.js",
"private": true,
Expand Down

0 comments on commit 1e297bb

Please sign in to comment.