Skip to content

Commit 90f39d7

Browse files
authored
Merge 3e2985c into 2134ac9
2 parents 2134ac9 + 3e2985c commit 90f39d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions: read-all
1414
jobs:
1515
extract-deps:
1616
name: Extract Dependencies
17-
runs-on: ubuntu-20.04
17+
runs-on: 'ubuntu-24.04'
1818
if: ${{ (github.repository == 'dart-lang/sdk' && github.event_name == 'push') || github.event.label.name == 'vulnerability scan' }}
1919
permissions:
2020
# Needed to upload the SARIF results to code-scanning dashboard.

0 commit comments

Comments
 (0)