Commit 570d911 1 parent a1ee7f8 commit 570d911 Copy full SHA for 570d911
File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-latest
20
20
21
21
steps :
22
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
22
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
23
23
- name : " Set up JDK ${{ matrix.java }}"
24
24
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
25
25
with :
35
35
runs-on : ubuntu-latest
36
36
37
37
steps :
38
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
38
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
39
39
- name : " Set up GraalVM"
40
- uses : graalvm/setup-graalvm@d3f9e14fc3771c0f5aaccb754e441b946b6703f9 # v1.1.8.2
40
+ uses : graalvm/setup-graalvm@2f25c0caae5b220866f732832d5e3e29ff493338 # v1.2.1
41
41
with :
42
42
java-version : ' 17'
43
43
distribution : ' graalvm'
54
54
runs-on : ubuntu-latest
55
55
56
56
steps :
57
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
57
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
58
58
- name : " Set up JDK 17"
59
59
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
60
60
with :
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
16
16
steps :
17
- - uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
17
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
18
19
19
- name : Set up JDK 11
20
20
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
Original file line number Diff line number Diff line change 10
10
11
11
steps :
12
12
- name : Checkout old version
13
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
13
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
14
14
with :
15
15
ref : ${{ github.event.pull_request.base.sha }}
16
16
path : ' gson-old-japicmp'
@@ -31,15 +31,15 @@ jobs:
31
31
mvn --batch-mode --no-transfer-progress install -DskipTests
32
32
33
33
- name : Checkout new version
34
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
34
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
35
35
36
36
- name : Check API compatibility
37
37
id : check-compatibility
38
38
run : |
39
39
mvn --batch-mode --fail-at-end --no-transfer-progress package japicmp:cmp -DskipTests
40
40
41
41
- name : Upload API differences artifacts
42
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
42
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
43
43
# Run on workflow success (in that case differences report might include added methods and classes)
44
44
# or when API compatibility check failed
45
45
if : success() || ( failure() && steps.check-compatibility.outcome == 'failure' )
Original file line number Diff line number Diff line change 18
18
fuzz-seconds : 600
19
19
dry-run : false
20
20
- name : Upload Crash
21
- uses : actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
21
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
22
22
if : failure() && steps.build.outcome == 'success'
23
23
with :
24
24
name : artifacts
Original file line number Diff line number Diff line change 25
25
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
28
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
29
29
30
30
- name : Set up JDK 17
31
31
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
36
36
37
37
# Initializes the CodeQL tools for scanning
38
38
- name : Initialize CodeQL
39
- uses : github/codeql-action/init@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
39
+ uses : github/codeql-action/init@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
40
40
with :
41
41
languages : ${{ matrix.language }}
42
42
# Run all security queries and maintainability and reliability queries
50
50
mvn compile --batch-mode --no-transfer-progress
51
51
52
52
- name : Perform CodeQL Analysis
53
- uses : github/codeql-action/analyze@1b1aada464948af03b950897e5eb522f92603cc2 # v3.24.9
53
+ uses : github/codeql-action/analyze@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
You can’t perform that action at this time.
0 commit comments