Skip to content

Commit e4b4d66

Browse files
Fix security scanning workflow
1 parent a9f169f commit e4b4d66

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/security-scan.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
uses: actions/checkout@v6
1515

1616
- name: Install Tools
17-
uses: jdx/mise-action@v3
17+
uses: jdx/mise-action@v4
1818
with:
19-
version: 2026.1.4
19+
version: 2026.3.9
2020
install: true
2121
mise_toml: |
2222
[tools]
23-
trivy = "0.68.2"
23+
trivy = "0.69.3"
2424
2525
- name: Run Trivy
2626
run: trivy repository --exit-code 1 .

0 commit comments

Comments
 (0)