Skip to content

Commit d449cf1

Browse files
committed
ci: update CI workflow and enhance code scanning coverage
- Update actions/checkout to version 5 in the workflow - Expand code scanning severity to include MEDIUM Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent f57626f commit d449cf1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/testing.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
vulnerability-scanning:
9090
runs-on: ubuntu-latest
9191
steps:
92-
- uses: actions/checkout@v4
92+
- uses: actions/checkout@v5
9393
with:
9494
fetch-depth: 0
9595

@@ -100,7 +100,7 @@ jobs:
100100
ignore-unfixed: true
101101
format: "table"
102102
exit-code: "1"
103-
severity: "CRITICAL,HIGH"
103+
severity: "CRITICAL,HIGH,MEDIUM"
104104

105105
super-linter:
106106
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)