File tree Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Expand file tree Collapse file tree 5 files changed +14
-14
lines changed Original file line number Diff line number Diff line change 1919 vsixPath : ${{ steps.packageExtension.outputs.vsixPath }}
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
22+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2323 with :
2424 egress-policy : audit
2525 # ToDo: Change to block after couple of workflow runs
2828 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
3030 - name : Install Node 22
31- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
31+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
3232 with :
3333 node-version : 22
3434
4848 dryRun : true
4949
5050 - name : Upload Extension Package as Artifact
51- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
51+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5252 with :
5353 name : VSIX Extension File
5454 path : ${{ steps.packageExtension.outputs.vsixPath }}
Original file line number Diff line number Diff line change @@ -12,11 +12,11 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Harden the runner (Audit all outbound calls)
15- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
15+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
1616 with :
1717 egress-policy : audit
1818 # ToDo: Change to block after couple of workflow runs
1919 - name : " Checkout Repository"
2020 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121 - name : " Dependency Review"
22- uses : actions/dependency-review-action@56339e523c0409420f6c2c9a2f4292bbb3c07dd3 # v4.8.0
22+ uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
Original file line number Diff line number Diff line change 1919 vsixPath : ${{ steps.packageExtension.outputs.vsixPath }}
2020 steps :
2121 - name : Harden the runner (Audit all outbound calls)
22- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
22+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
2323 with :
2424 egress-policy : audit
2525 # ToDo: Change to block after couple of workflow runs
2828 uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2929
3030 - name : Install Node 22
31- uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 .0.0
31+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 .0.0
3232 with :
3333 node-version : 22
3434
@@ -49,13 +49,13 @@ jobs:
4949 preRelease : false
5050
5151 - name : Create Release
52- uses : softprops/action-gh-release@62c96d0c4e8a889135c1f3a25910db8dbe0e85f7 # v2.3.4
52+ uses : softprops/action-gh-release@5be0e66d93ac7ed76da52eca8bb058f665c3a5fe # v2.4.2
5353 if : startsWith(github.ref, 'refs/tags/')
5454 with :
5555 files : ${{ steps.packageExtension.outputs.vsixPath }}
5656
5757 - name : Upload Extension Package as Artifact
58- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
58+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
5959 with :
6060 name : VSIX Extension File
6161 path : ${{ steps.packageExtension.outputs.vsixPath }}
Original file line number Diff line number Diff line change 3131
3232 steps :
3333 - name : Harden the runner (Audit all outbound calls)
34- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
34+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3535 with :
3636 egress-policy : audit
3737 # ToDo: Change to block after couple of workflow runs
6666 # Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
6767 # format to the repository Actions tab.
6868 - name : " Upload artifact"
69- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
69+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
7070 with :
7171 name : SARIF file
7272 path : results.sarif
7575 # Upload the results to GitHub's code scanning dashboard (optional).
7676 # Commenting out will disable upload of results to your repo's Code Scanning dashboard
7777 - name : " Upload to code-scanning"
78- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
78+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
7979 with :
8080 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : Harden the runner (Audit all outbound calls)
36- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
36+ uses : step-security/harden-runner@95d9a5deda9de15063e7595e9719c11c38c90ae2 # v2.13.2
3737 with :
3838 egress-policy : audit
3939 # ToDo: Change to block after couple of workflow runs
4646 SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
4747
4848 - name : Upload SARIF file for GitHub Advanced Security Dashboard
49- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.30.6
49+ uses : github/codeql-action/upload-sarif@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2
5050 with :
5151 sarif_file : semgrep.sarif
5252 if : always()
You can’t perform that action at this time.
0 commit comments