File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111jobs :
1212 build_and_test :
1313 name : Run Test
14- runs-on : ubuntu-latest
14+ runs-on : ubuntu-latest-large
1515
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1818
19- - uses : actions/setup-java@v3
19+ - uses : actions/setup-java@17f84c3641ba7b8f6deff6309fc4c864478f5d62 # v3
2020 with :
2121 distribution : ' zulu'
2222 java-version : " 13.0.13+5"
2323
24- - uses : subosito/flutter-action@v2
24+ - uses : subosito/flutter-action@1a449444c387b1966244ae4d4f8c696479add0b2 # v2
2525 with :
2626 channel : stable
2727 flutter-version : 3.29.2
Original file line number Diff line number Diff line change 88jobs :
99 create_jira :
1010 name : Create Jira Ticket
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-latest-large
1212 environment : IssueTracker
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@master
15+ uses : actions/checkout@61b9e3751b92087fd0b06925ba6dd6314e06f089 # master
1616 - name : Login
17- uses : atlassian/gajira-login@master
17+ uses : atlassian/gajira-login@c22a5debd482401472b285de4f6deedf70ddbb92 # master
1818 env :
1919 JIRA_BASE_URL : ${{ secrets.JIRA_BASE_URL }}
2020 JIRA_USER_EMAIL : ${{ secrets.JIRA_USER_EMAIL }}
2424
2525 - name : Create
2626 id : create
27- uses : atlassian/gajira-create@master
27+ uses : atlassian/gajira-create@1c54357fdde9dab6273a0e26d67cb175ffffe498 # master
2828 with :
2929 project : ${{ secrets.JIRA_PROJECT }}
3030 issuetype : Bug
You can’t perform that action at this time.
0 commit comments