Skip to content

Commit 9b2e35c

Browse files
fix: Fix runner outdated image
1 parent 51e5b8b commit 9b2e35c

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@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0

0 commit comments

Comments
 (0)