File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 20
20
run : |
21
21
echo "RELEASE_TYPE=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
22
22
- name : Check out polyglot
23
- uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
23
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
24
24
with :
25
25
repository : algolia/polyglot
26
26
token : ${{ secrets.GH_PERSONAL_ACCESS_TOKEN }}
32
32
with :
33
33
ruby-version : ' 2.7.2'
34
34
bundler-cache : true
35
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
35
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
36
36
with :
37
37
fetch-depth : 0
38
38
Original file line number Diff line number Diff line change 8
8
lint :
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
11
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
12
12
- name : GitHub Action for SwiftLint with --strict
13
13
uses :
norio-nomura/[email protected]
14
14
with :
Original file line number Diff line number Diff line change 5
5
lint :
6
6
runs-on : macos-12
7
7
steps :
8
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
8
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
9
9
- name : Select Xcode version
10
10
run : sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
11
11
- name : Pod lib lint
Original file line number Diff line number Diff line change 18
18
ALGOLIA_ANSWERS_APPLICATION_ID : ${{ secrets.ALGOLIA_ANSWERS_APPLICATION_ID }}
19
19
ALGOLIA_ANSWERS_API_KEY : ${{ secrets.ALGOLIA_ANSWERS_API_KEY }}
20
20
steps :
21
- - uses : actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
21
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
22
22
- name : Select Xcode version
23
23
run : sudo xcode-select -s '/Applications/Xcode_13.4.app/Contents/Developer'
24
24
- name : Build project
You can’t perform that action at this time.
0 commit comments