File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-large
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
1717 - name : Set up JDK 8
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1919 with :
2020 java-version : ' 8'
2121 distribution : ' temurin'
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
Original file line number Diff line number Diff line change @@ -24,30 +24,30 @@ jobs:
2424 e2e-tests :
2525 # Skip on fork PRs where repo secrets aren't available
2626 if : ${{ github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository }}
27- runs-on : ubuntu-latest
27+ runs-on : ubuntu-latest-large
2828
2929 steps :
3030 - name : Checkout SDK
31- uses : actions/checkout@v4
31+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3232 with :
3333 path : sdk
3434
3535 - name : Checkout sdk-e2e-tests
36- uses : actions/checkout@v4
36+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
3737 with :
3838 repository : segmentio/sdk-e2e-tests
3939 ref : ${{ inputs.e2e_tests_ref || 'main' }}
4040 token : ${{ secrets.E2E_TESTS_TOKEN }}
4141 path : sdk-e2e-tests
4242
4343 - name : Setup Java
44- uses : actions/setup-java@v4
44+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
4545 with :
4646 distribution : ' temurin'
4747 java-version : ' 11'
4848
4949 - name : Setup Node.js
50- uses : actions/setup-node@v4
50+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5151 with :
5252 node-version : ' 20'
5353
7171
7272 - name : Upload test results
7373 if : always()
74- uses : actions/upload-artifact@v4
74+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7575 with :
7676 name : e2e-test-results
7777 path : sdk-e2e-tests/test-results/
Original file line number Diff line number Diff line change 1212jobs :
1313 build :
1414
15- runs-on : ubuntu-latest
15+ runs-on : ubuntu-latest-large
1616
1717 steps :
18- - uses : actions/checkout@v3
18+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1919
2020 - name : Set up JDK 8
21- uses : actions/setup-java@v4
21+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
2222 with :
2323 java-version : ' 8'
2424 distribution : ' temurin'
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-large
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
1717 - name : Set up JDK 11
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1919 with :
2020 java-version : ' 11'
2121 distribution : ' temurin'
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-large
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
1717 - name : Set up JDK 17
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1919 with :
2020 java-version : ' 17'
2121 distribution : ' temurin'
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-large
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
1717 - name : Set up JDK 8
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1919 with :
2020 java-version : ' 8'
2121 distribution : ' temurin'
Original file line number Diff line number Diff line change 99jobs :
1010 build :
1111
12- runs-on : ubuntu-latest
12+ runs-on : ubuntu-latest-large
1313
1414 steps :
15- - uses : actions/checkout@v3
15+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1616
1717 - name : Set up JDK 8
18- uses : actions/setup-java@v4
18+ uses : actions/setup-java@c1e323688fd81a25caa38c78aa6df2d33d3e20d9 # v4
1919 with :
2020 java-version : ' 8'
2121 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments