File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed
Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ permissions:
77
88jobs :
99 dependabot :
10- runs-on : ubuntu-latest
10+ runs-on : ubuntu-22.04
1111 if : ${{ github.actor == 'dependabot[bot]' }}
1212 steps :
1313 - name : Get token from Github App
Original file line number Diff line number Diff line change 44 types : [opened]
55jobs :
66 link-ticket :
7- runs-on : ubuntu-latest
7+ runs-on : ubuntu-22.04
88 env :
99 REF : ${{ github.event.pull_request.head.ref }}
1010 steps :
Original file line number Diff line number Diff line change 55
66jobs :
77 pr_title_format_check :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 steps :
1010 - name : Check PR Title is Prefixed with Change Type
1111 env :
Original file line number Diff line number Diff line change 4545
4646jobs :
4747 regression_tests :
48- runs-on : ubuntu-latest
48+ runs-on : ubuntu-22.04
4949 environment : ${{ inputs.environment }}
5050 steps :
5151 - name : Checkout
Original file line number Diff line number Diff line change 1414 SONAR_TOKEN : ${{ secrets.SONAR_TOKEN }}
1515
1616 get_commit_id :
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-22.04
1818 outputs :
1919 commit_id : ${{ steps.commit_id.outputs.commit_id }}
2020 steps :
2525
2626 tag_release :
2727 needs : quality_checks
28- runs-on : ubuntu-latest
28+ runs-on : ubuntu-22.04
2929 outputs :
3030 spec_version : ${{steps.output_version_tag.outputs.SPEC_VERSION}}
3131 steps :
You can’t perform that action at this time.
0 commit comments