Skip to content

Commit 944a398

Browse files
Enhancement: Upgrade actions/checkout to v6 in CVE scan
1 parent e76c356 commit 944a398

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scan-cve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
name: depecheck_test
2626
steps:
2727
- name: Checkout
28-
uses: actions/checkout@v5
28+
uses: actions/checkout@v6
2929
- name: Setup JDK 21
3030
uses: actions/setup-java@v5
3131
with:

0 commit comments

Comments
 (0)