We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af51a02 commit a648b14Copy full SHA for a648b14
.github/workflows/third-party-deps-scan.yml
@@ -14,7 +14,7 @@ permissions: read-all
14
jobs:
15
extract-deps:
16
name: Extract Dependencies
17
- runs-on: ubuntu-20.04
+ runs-on: 'ubuntu-24.04'
18
if: ${{ (github.repository == 'dart-lang/sdk' && github.event_name == 'push') || github.event.label.name == 'vulnerability scan' }}
19
permissions:
20
# Needed to upload the SARIF results to code-scanning dashboard.
0 commit comments