File tree Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Expand file tree Collapse file tree 6 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 9
9
name : " Validation"
10
10
runs-on : ubuntu-latest
11
11
steps :
12
- - uses : actions/checkout@v3
13
-
12
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13
+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1.1.0
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
19
- name : Set up JDK 8
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
21
21
with :
22
22
distribution : ' zulu'
23
23
java-version : ' 8'
24
24
- name : Cache Gradle packages
25
-
25
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
32
32
- name : Build RxJava
33
33
run : ./gradlew build --stacktrace
34
34
- name : Upload to Codecov
35
- uses : codecov/codecov-action@v3
35
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
36
36
- name : Generate Javadoc
37
37
run : ./gradlew javadoc --stacktrace
Original file line number Diff line number Diff line change @@ -17,14 +17,14 @@ jobs:
17
17
18
18
runs-on : ubuntu-latest
19
19
steps :
20
- - uses : actions/checkout@v3
20
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
21
21
- name : Set up JDK 11
22
- uses : actions/setup-java@v3
22
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
23
23
with :
24
24
distribution : ' zulu'
25
25
java-version : ' 11'
26
26
- name : Cache Gradle packages
27
-
27
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
28
28
with :
29
29
path : ~/.gradle/caches
30
30
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
Original file line number Diff line number Diff line change @@ -15,14 +15,14 @@ jobs:
15
15
16
16
runs-on : ubuntu-latest
17
17
steps :
18
- - uses : actions/checkout@v3
18
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
19
19
- name : Set up JDK 8
20
- uses : actions/setup-java@v3
20
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
21
21
with :
22
22
distribution : ' zulu'
23
23
java-version : ' 8'
24
24
- name : Cache Gradle packages
25
-
25
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
26
26
with :
27
27
path : ~/.gradle/caches
28
28
key : ${{ runner.os }}-gradle-1-${{ hashFiles('**/*.gradle') }}
32
32
- name : Build RxJava
33
33
run : ./gradlew build --stacktrace
34
34
- name : Upload to Codecov
35
- uses : codecov/codecov-action@v3
35
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
36
36
- name : Generate Javadoc
37
37
run : ./gradlew javadoc --stacktrace
Original file line number Diff line number Diff line change @@ -22,14 +22,14 @@ jobs:
22
22
env :
23
23
CI_BUILD_NUMBER : ${{ github.run_number }}
24
24
steps :
25
- - uses : actions/checkout@v3
25
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
26
- name : Set up JDK 8
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
28
28
with :
29
29
distribution : ' zulu'
30
30
java-version : ' 8'
31
31
- name : Cache Gradle packages
32
-
32
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
33
33
with :
34
34
path : ~/.gradle/caches
35
35
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
43
43
- name : Build RxJava
44
44
run : ./gradlew build --stacktrace --no-daemon
45
45
- name : Upload to Codecov
46
- uses : codecov/codecov-action@v3
46
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
47
47
- name : Upload release
48
48
run : ./gradlew -PreleaseMode=full publish --no-daemon --no-parallel --stacktrace
49
49
env :
Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
# ------------------------------------------------------------------------------
22
22
CI_BUILD_NUMBER : ${{ github.run_number }}
23
23
steps :
24
- - uses : actions/checkout@v3
24
+ - uses : actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
25
25
- name : Set up JDK 8
26
- uses : actions/setup-java@v3
26
+ uses : actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3.12.0
27
27
with :
28
28
distribution : ' zulu'
29
29
java-version : ' 8'
30
30
- name : Cache Gradle packages
31
-
31
+ uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
32
32
with :
33
33
path : ~/.gradle/caches
34
34
key : ${{ runner.os }}-gradle-${{ secrets.CACHE_VERSION }}-${{ hashFiles('**/*.gradle') }}
47
47
ORG_GRADLE_PROJECT_mavenCentralUsername : ${{ secrets.SONATYPE_USER }}
48
48
ORG_GRADLE_PROJECT_mavenCentralPassword : ${{ secrets.SONATYPE_PASSWORD }}
49
49
- name : Upload to Codecov
50
- uses : codecov/codecov-action@v3
50
+ uses : codecov/codecov-action@eaaf4bedf32dbdc6b720b63067d99c4d77d6047d # v3.1.4
51
51
- name : Push Javadoc
52
52
run : ./push_javadoc.sh
53
53
# Define secrets at https://github.com/ReactiveX/RxJava/settings/secrets/actions
You can’t perform that action at this time.
0 commit comments