File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,11 +13,11 @@ jobs:
13
13
runs-on : macos-latest
14
14
15
15
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
19
19
with :
20
- xcode-version : 13.0
20
+ xcode-version : 15
21
21
22
22
- name : Install dependencies
23
23
run : cd integration-testing/ && yarn install
27
27
28
28
- name : Build and Test
29
29
shell : bash
30
- env :
30
+ env :
31
31
ITERABLE_API_KEY : ${{secrets.ITERABLE_API_KEY}}
32
32
SEND_IN_APP_CAMPAIGN_ID : ${{secrets.SEND_IN_APP_CAMPAIGN_ID}}
33
33
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:
13
13
runs-on : ubuntu-latest
14
14
15
15
steps :
16
- - uses : actions/checkout@v2
16
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
17
18
18
- name : Install dependencies
19
19
run : yarn install
20
20
21
21
- name : Test & publish code coverage
22
-
22
+ uses : paambaati/codeclimate-action@60d1b18d039c7b06c721984a5c3d98b724baf991 # v2.6.0
23
23
env :
24
24
CC_TEST_REPORTER_ID : ${{ secrets.CC_TEST_REPORTER_ID }}
25
25
with :
You can’t perform that action at this time.
0 commit comments