File tree Expand file tree Collapse file tree 10 files changed +10
-10
lines changed
Expand file tree Collapse file tree 10 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414 name : Run build
15- runs-on : [self-hosted, ubuntu-20 .04]
15+ runs-on : [self-hosted, ubuntu-22 .04]
1616 steps :
1717 - name : Check out Source Repository
1818 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1010jobs :
1111 lint :
1212 name : Run lint
13- runs-on : [self-hosted, ubuntu-20 .04]
13+ runs-on : [self-hosted, ubuntu-22 .04]
1414 steps :
1515 - name : Check out Source Repository
1616 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1414jobs :
1515 tests :
1616 name : Run tests
17- runs-on : [self-hosted, ubuntu-20 .04]
17+ runs-on : [self-hosted, ubuntu-22 .04]
1818 steps :
1919 - name : Check out Source Repository
2020 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 44 workflow_call :
55jobs :
66 Build :
7- runs-on : [self-hosted, ubuntu-20 .04]
7+ runs-on : [self-hosted, ubuntu-22 .04]
88 steps :
99 - name : Check out Source Repository
1010 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 44 workflow_call :
55jobs :
66 Lint :
7- runs-on : [self-hosted, ubuntu-20 .04]
7+ runs-on : [self-hosted, ubuntu-22 .04]
88 steps :
99 - name : Check out Source Repository
1010 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 44 workflow_call :
55jobs :
66 Test :
7- runs-on : [self-hosted, ubuntu-20 .04]
7+ runs-on : [self-hosted, ubuntu-22 .04]
88 steps :
99 - name : Check out Source Repository
1010 uses : actions/checkout@v5
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 format-and-lint :
14- runs-on : [self-hosted, ubuntu-20 .04]
14+ runs-on : [self-hosted, ubuntu-22 .04]
1515 name : Lint and Check Formatting
1616 steps :
1717 - name : Check out Source Repository
Original file line number Diff line number Diff line change 1111
1212jobs :
1313 format-and-lint :
14- runs-on : [self-hosted, ubuntu-20 .04]
14+ runs-on : [self-hosted, ubuntu-22 .04]
1515 name : Lint and Check Formatting
1616 steps :
1717 - name : Check out Source Repository
Original file line number Diff line number Diff line change 1717
1818jobs :
1919 test-and-check-coverage :
20- runs-on : [self-hosted, ubuntu-20 .04]
20+ runs-on : [self-hosted, ubuntu-22 .04]
2121 name : Test and Check Coverage
2222 steps :
2323 - name : Check out Source Repository
Original file line number Diff line number Diff line change 55jobs :
66 trivy :
77 name : Run trivy check
8- runs-on : [self-hosted, ubuntu-20 .04]
8+ runs-on : [self-hosted, ubuntu-22 .04]
99
1010 steps :
1111 - uses : actions/checkout@v5
You can’t perform that action at this time.
0 commit comments