File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
18+ - uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
1919 with :
2020 fetch-depth : 0
2121 persist-credentials : false
2222
2323 - name : Set up Node
24- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
24+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
2525 with :
2626 node-version-file : package.json
2727 cache : npm
3333 run : npm run check
3434
3535 - name : Secret scan
36- uses : trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
36+ uses : trufflesecurity/trufflehog@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3.97.1
3737 with :
3838 path : ./
3939 extra_args : --only-verified
Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout repository
25- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
25+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
2626 with :
2727 ref : ${{ github.event.inputs.release_ref }}
2828 fetch-depth : 0
5252 fi
5353
5454 - name : Setup Node.js
55- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
55+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
5656 with :
5757 node-version-file : package.json
5858 registry-url : https://registry.npmjs.org
Original file line number Diff line number Diff line change @@ -28,13 +28,13 @@ jobs:
2828 private-key : ${{ secrets.WEAVE_OPEN_SOURCE_PRIVATE_KEY }}
2929
3030 - name : Checkout repository
31- uses : actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+ uses : actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
3232 with :
3333 token : ${{ steps.app-token.outputs.token }}
3434 fetch-depth : 0
3535
3636 - name : Setup Node.js
37- uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
37+ uses : actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6
3838 with :
3939 node-version-file : package.json
4040
You can’t perform that action at this time.
0 commit comments