Skip to content

Commit

Permalink
Merge branch 'main' into 1838
Browse files Browse the repository at this point in the history
  • Loading branch information
cmwylie19 authored Feb 25, 2025
2 parents 03a469b + 2c6eeae commit 604e11e
Show file tree
Hide file tree
Showing 8 changed files with 594 additions and 555 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
id-token: write
contents: read
actions: read
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_nodejs_slsa3.yml@v2.0.0
uses: slsa-framework/slsa-github-generator/.github/workflows/builder_nodejs_slsa3.yml@v2.1.0
with:
run-scripts: "set:version, ci, build"

Expand All @@ -82,7 +82,7 @@ jobs:
registry-url: "https://registry.npmjs.org"
- name: Publish package
id: publish
uses: slsa-framework/slsa-github-generator/actions/nodejs/publish@5a775b367a56d5bd118a224a811bba288150a563 # v2.0.0
uses: slsa-framework/slsa-github-generator/actions/nodejs/publish@9103ac683d00ceecdb1c21507a9c7a9983ef46f4 # v2.0.0
with:
access: public
node-auth-token: ${{ secrets.NPM_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/secret-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ jobs:
with:
fetch-depth: 0
- name: Default Secret Scanning
uses: trufflesecurity/trufflehog@a2a17cd73d74376209d6323c80a9a55b424e25b0 # main
uses: trufflesecurity/trufflehog@03e8af1075a7f7410664de9f6a1101268c9c8c92 # main
with:
extra_args: --debug --no-verification # Warn on potential violations
16 changes: 8 additions & 8 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
Expand Up @@ -76,7 +76,7 @@
"jest": "29.7.0",
"js-yaml": "^4.1.0",
"shellcheck": "^3.0.0",
"ts-jest": "29.2.5",
"ts-jest": "29.2.6",
"undici": "^7.0.1"
},
"overrides": {
Expand Down
Loading

0 comments on commit 604e11e

Please sign in to comment.