File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4949
5050 # Upload the results to GitHub's code scanning dashboard.
5151 - name : " Upload to code-scanning"
52- uses : github/codeql-action/upload-sarif@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
52+ uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
5353 with :
5454 sarif_file : results.sarif
Original file line number Diff line number Diff line change 8585
8686 core.info(`✔ Context Guard passed by ${context.actor} on ${context.ref}`);
8787
88- - uses : actions/create-github-app-token@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
88+ - uses : actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
8989 id : app-token
9090 with :
9191 app-id : ${{ inputs.block-releaser-app-id }}
@@ -132,7 +132,7 @@ runs:
132132 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
133133
134134 - if : ${{ steps.check-release.outputs.publish && inputs.release-type == 'node' }}
135- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2 .0
135+ uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3 .0
136136 with :
137137 node-version : ${{ inputs.node-version }}
138138 registry-url : " https://registry.npmjs.org"
You can’t perform that action at this time.
0 commit comments