We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e00aeef commit ff3a778Copy full SHA for ff3a778
1 file changed
.github/workflows/scorecards-analysis.yml
@@ -11,7 +11,7 @@ permissions: read-all
11
jobs:
12
vuln-scan:
13
name: Vulnerability scanning
14
- runs-on: ubuntu-latest
+ runs-on: ubuntu-20.04
15
if: ${{ github.repository == 'flutter/engine' }}
16
steps:
17
- name: "Checkout code"
0 commit comments