Skip to content

Commit 0f5dad7

Browse files
committed
fix: Fix runner outdated image
1 parent e8e888d commit 0f5dad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vuln-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
contents: read # for actions/checkout to fetch code
2020
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
2121
name: Run Trivy scanner
22-
runs-on: "ubuntu-20.04"
22+
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout code
2525
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

0 commit comments

Comments
 (0)