File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 77 with :
88 version : 10
99 - name : Use Node.js
10- uses : actions/setup-node@v4
10+ uses : actions/setup-node@v5
1111 with :
1212 node-version : 22
1313 cache : ' pnpm'
Original file line number Diff line number Diff line change 3636 cache : ' pnpm'
3737
3838 - name : Run security scans
39- uses : ./ .github/actions/security-scan
39+ uses : public-ui/kolibri/ .github/actions/security-scan@develop
4040 with :
4141 install-deps : ' true'
Original file line number Diff line number Diff line change 5959 node-version : 22
6060
6161 - name : Run security scans
62- uses : ./ .github/actions/security-scan
62+ uses : public-ui/kolibri/ .github/actions/security-scan@develop
6363 with :
6464 enable-audit : ${{ github.event_name == 'workflow_dispatch' && inputs.enable_audit || 'true' }}
6565 enable-trivy : ${{ github.event_name == 'workflow_dispatch' && inputs.enable_trivy || 'true' }}
You can’t perform that action at this time.
0 commit comments