Skip to content

Commit 20f45e8

Browse files
authored
Revert "Update runners to ubuntu-24.04 from deprecated ubuntu-20.04 label (#6…"
This reverts commit a648b14.
1 parent a648b14 commit 20f45e8

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-24.04'
17+
runs-on: ubuntu-20.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)