File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 6
6
push :
7
7
branches : [ actionsTest, '*ndk*' ]
8
8
9
+ permissions : read-all
10
+
9
11
jobs :
10
12
build :
11
13
runs-on : ubuntu-latest
@@ -14,13 +16,13 @@ jobs:
14
16
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
15
17
16
18
- name : Set up JDK 17
17
- uses : actions/setup-java@v4
19
+ uses : actions/setup-java@3a4f6e1af504cf6a31855fa899c6aa5355ba6c12 # v4.7.0
18
20
with :
19
21
java-version : ' 17'
20
22
distribution : ' temurin'
21
23
22
24
- name : Setup Android SDK
23
- uses : android-actions/setup-android@v3
25
+ uses : android-actions/setup-android@9fc6c4e9069bf8d3d10b2204b1fb8f6ef7065407 # v3.2.2
24
26
25
27
- name : Install Android NDK
26
28
run : |
Original file line number Diff line number Diff line change 97
97
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
98
98
with :
99
99
path : " ${{ env.SRC_DIR }}"
100
- - uses : ilammy/msvc-dev-cmd@v1
100
+ - uses : ilammy/msvc-dev-cmd@0b201ec74fa43914dc39ae48a89fd1d8cb592756 # v1.13.0
101
101
if : ${{ matrix.generator == 'NMake Makefiles' }}
102
102
- name : cmake build on a source directory with spaces
103
103
run : |
@@ -722,4 +722,4 @@ jobs:
722
722
- name : make check
723
723
run : |
724
724
source /opt/intel/oneapi/setvars.sh
725
- make CC=icx check
725
+ make CC=icx check
You can’t perform that action at this time.
0 commit comments