Skip to content

Commit

Permalink
Fix workflows for scorecards and publish (#140)
Browse files Browse the repository at this point in the history
* Update node version

* Add allowed-endpoints in the scorecards workflow
  • Loading branch information
juliandsg0222 committed Apr 24, 2024
1 parent fff3a47 commit b1ee384
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Setup .npmrc file to publish to npm
- uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
with:
node-version: "16.x"
node-version: 20.x
registry-url: "https://registry.npmjs.org"
- run: yarn install --immutable --immutable-cache --check-cache
- run: npm publish
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@ jobs:
fulcio.sigstore.dev:443
github.com:443
rekor.sigstore.dev:443
*.sigstore.dev:443
sigstore-tuf-root.storage.googleapis.com:443
oss-fuzz-build-logs.storage.googleapis.com:443
www.bestpractices.dev:443
- name: "Checkout code"
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
Expand Down

0 comments on commit b1ee384

Please sign in to comment.