Skip to content

Commit 88e4edd

Browse files
authored
Update security-scan.yml (#8568)
2 parents 7c71423 + e732bbf commit 88e4edd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/actions/pnpm-setup/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ runs:
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'

.github/workflows/security-scan-schedule.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
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'

.github/workflows/security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
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' }}

0 commit comments

Comments
 (0)