Skip to content

Commit 1b3e047

Browse files
authored
ci: moving cve-scan job to ubuntu-latest (#4621)
This is a quick test to see if it resolves a freezing problem. Signed-off-by: Terri Oda <[email protected]>
1 parent 6abbb2a commit 1b3e047

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cve_bin_tool_action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
scan:
1212
permissions:
1313
security-events: write
14-
runs-on: ${{ github.repository_owner == 'intel' && 'intel-ubuntu-latest' || 'ubuntu-latest' }}
14+
runs-on: ubuntu-latest
1515
steps:
1616
- uses: intel/cve-bin-tool-action@main
1717
with:

0 commit comments

Comments
 (0)