File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
1313 runs-on : macos-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
17-
18- - uses : maxim-lobanov/setup-xcode@v1.3 .0
16+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17+
18+ - uses : maxim-lobanov/setup-xcode@60606e260d2fc5762a71e64e74b2174e8ea3c8bd # v1.6 .0
1919 with :
20- xcode-version : 13.0
20+ xcode-version : 15
2121
2222 - name : Install dependencies
2323 run : cd integration-testing/ && yarn install
2727
2828 - name : Build and Test
2929 shell : bash
30- env :
30+ env :
3131 ITERABLE_API_KEY : ${{secrets.ITERABLE_API_KEY}}
3232 SEND_IN_APP_CAMPAIGN_ID : ${{secrets.SEND_IN_APP_CAMPAIGN_ID}}
3333 SKIP_IN_APP_CAMPAIGN_ID : ${{secrets.SKIP_IN_APP_CAMPAIGN_ID}}
Original file line number Diff line number Diff line change @@ -13,13 +13,13 @@ jobs:
1313 runs-on : ubuntu-latest
1414
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
1717
1818 - name : Install dependencies
1919 run : yarn install
2020
2121 - name : Test & publish code coverage
22- 22+ uses : paambaati/codeclimate-action@60d1b18d039c7b06c721984a5c3d98b724baf991 # v2.6.0
2323 env :
2424 CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
2525 with :
You can’t perform that action at this time.
0 commit comments