Skip to content

Commit a648b14

Browse files
Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#60412)
Co-authored-by: Bill Napier <[email protected]>
1 parent af51a02 commit a648b14

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)