File tree Expand file tree Collapse file tree 10 files changed +13
-13
lines changed
Expand file tree Collapse file tree 10 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1616 install_java : true
1717
1818 get_commit_id :
19- runs-on : ubuntu-latest
19+ runs-on : ubuntu-22.04
2020 outputs :
2121 commit_id : ${{ steps.commit_id.outputs.commit_id }}
2222 steps :
2727
2828 tag_release :
2929 needs : quality_checks
30- runs-on : ubuntu-latest
30+ runs-on : ubuntu-22.04
3131 outputs :
3232 version_tag : ${{steps.output_version_tag.outputs.VERSION_TAG}}
3333 steps :
Original file line number Diff line number Diff line change 2626 # This workflow contains a single job called "combine-prs"
2727 combine-prs :
2828 # The type of runner that the job will run on
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030
3131 # Steps represent a sequence of tasks that will be executed as part of the job
3232 steps :
Original file line number Diff line number Diff line change 1111 # This workflow contains a single job called "combine-prs"
1212 delete-old-cloudformation-stacks :
1313 # The type of runner that the job will run on
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-22.04
1515 permissions :
1616 id-token : write
1717 contents : read
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 1919 uses : ./.github/workflows/pr_title_check.yml
2020
2121 get_issue_number :
22- runs-on : ubuntu-latest
22+ runs-on : ubuntu-22.04
2323 needs : quality_checks
2424 outputs :
2525 issue_number : ${{steps.get_issue_number.outputs.result}}
4646 result-encoding : string
4747
4848 get_commit_id :
49- runs-on : ubuntu-latest
49+ runs-on : ubuntu-22.04
5050 outputs :
5151 commit_id : ${{ steps.commit_id.outputs.commit_id }}
5252 steps :
Original file line number Diff line number Diff line change 1515 install_java : true
1616
1717 get_commit_id :
18- runs-on : ubuntu-latest
18+ runs-on : ubuntu-22.04
1919 outputs :
2020 commit_id : ${{ steps.commit_id.outputs.commit_id }}
2121 steps :
2626
2727 tag_release :
2828 needs : quality_checks
29- runs-on : ubuntu-latest
29+ runs-on : ubuntu-22.04
3030 outputs :
3131 version_tag : ${{steps.output_version_tag.outputs.VERSION_TAG}}
3232 steps :
Original file line number Diff line number Diff line change 55
66jobs :
77 sam_package_code :
8- runs-on : ubuntu-latest
8+ runs-on : ubuntu-22.04
99 permissions :
1010 id-token : write
1111 contents : read
Original file line number Diff line number Diff line change 5656
5757jobs :
5858 sam_release_code :
59- runs-on : ubuntu-latest
59+ runs-on : ubuntu-22.04
6060 environment : ${{ inputs.TARGET_ENVIRONMENT }}
6161 permissions :
6262 id-token : write
You can’t perform that action at this time.
0 commit comments