File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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,29 +24,29 @@ 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 Python
44- uses : actions/setup-python@v5
44+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4545 with :
4646 python-version : ' 3.11'
4747
4848 - name : Setup Node.js
49- uses : actions/setup-node@v4
49+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5050 with :
5151 node-version : ' 20'
5252
6767
6868 - name : Upload test results
6969 if : always()
70- uses : actions/upload-artifact@v4
70+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7171 with :
7272 name : e2e-test-results
7373 path : sdk-e2e-tests/test-results/
Original file line number Diff line number Diff line change 88 - master
99jobs :
1010 build :
11- runs-on : ubuntu-latest
11+ runs-on : ubuntu-latest-large
1212 steps :
13- - uses : actions/checkout@v3
13+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
1414 - name : Install Python 3
15- uses : actions/setup-python@v3
15+ uses : actions/setup-python@3542bca2639a428e1796aaa6a2ffef0c0f575566 # v3
1616 with :
1717 python-version : 3.9
1818 - name : Install dependencies
Original file line number Diff line number Diff line change 1414jobs :
1515 test-setup-python :
1616 name : Test setup-python
17- runs-on : ubuntu-latest
17+ runs-on : ubuntu-latest-large
1818 steps :
1919 - name : Checkout
20- uses : actions/checkout@v4
20+ uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2121
2222 - name : Run with setup-python 3.9
23- uses : actions/setup-python@v5
23+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
2424 with :
2525 python-version : ' 3.9'
2626 - name : Setup required modules
2929 run : python -m unittest discover -s segment
3030
3131 - name : Run with setup-python 3.10
32- uses : actions/setup-python@v5
32+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
3333 with :
3434 python-version : ' 3.10'
3535 - name : Setup required modules
3838 run : python -m unittest discover -s segment
3939
4040 - name : Run with setup-python 3.11
41- uses : actions/setup-python@v5
41+ uses : actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
4242 with :
4343 python-version : ' 3.11'
4444 - name : Setup required modules
You can’t perform that action at this time.
0 commit comments