Skip to content

Commit 9e4515e

Browse files
authored
Merge pull request #548 from Iterable/MOB-8398-isrr-522
[MOB-8398] update github actions with commit hash
2 parents 5c3b31f + cebbbb4 commit 9e4515e

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/integration-test.yml

+5-5
Original file line numberDiff line numberDiff 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
@@ -27,7 +27,7 @@ jobs:
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}}

.github/workflows/test-and-publish.yml

+2-2
Original file line numberDiff line numberDiff 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-
uses: paambaati/[email protected]
22+
uses: paambaati/codeclimate-action@60d1b18d039c7b06c721984a5c3d98b724baf991 # v2.6.0
2323
env:
2424
CC_TEST_REPORTER_ID: ${{ secrets.CC_TEST_REPORTER_ID }}
2525
with:

0 commit comments

Comments
 (0)