File tree Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Expand file tree Collapse file tree 8 files changed +24
-24
lines changed Original file line number Diff line number Diff line change @@ -37,11 +37,11 @@ jobs:
37
37
38
38
steps :
39
39
- name : Checkout repository
40
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
40
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
41
41
42
42
# Initializes the CodeQL tools for scanning.
43
43
- name : Initialize CodeQL
44
- uses : github/codeql-action/init@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
44
+ uses : github/codeql-action/init@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
45
45
with :
46
46
languages : ${{ matrix.language }}
47
47
# If you wish to specify custom queries, you can do so here or in a config file.
52
52
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
53
53
# If this step fails, then you should remove it and run the build manually (see below)
54
54
- name : Autobuild
55
- uses : github/codeql-action/autobuild@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
55
+ uses : github/codeql-action/autobuild@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
56
56
57
57
# ℹ️ Command-line programs to run using the OS shell.
58
58
# 📚 https://git.io/JvXDl
66
66
# make release
67
67
68
68
- name : Perform CodeQL Analysis
69
- uses : github/codeql-action/analyze@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
69
+ uses : github/codeql-action/analyze@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
Original file line number Diff line number Diff line change 21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout ion-data-generator
24
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
24
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
25
25
with :
26
26
repository : amazon-ion/ion-data-generator
27
27
ref : main
@@ -84,21 +84,21 @@ jobs:
84
84
java-version : 17
85
85
86
86
- name : Checkout ion-java-benchmark-cli
87
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
87
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
88
88
with :
89
89
repository : amazon-ion/ion-java-benchmark-cli
90
90
ref : master
91
91
path : ion-java-benchmark-cli
92
92
93
93
- name : Checkout ion-java from the previous commit
94
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
94
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
95
95
with :
96
96
ref : ${{ github.base_ref }}
97
97
submodules : recursive
98
98
path : baseline
99
99
100
100
- name : Checkout ion-java from the new commit.
101
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
101
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
102
102
with :
103
103
repository : ${{ github.event.pull_request.head.repo.full_name }}
104
104
ref : ${{ github.head_ref }}
Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
runs-on : ubuntu-latest
14
14
steps :
15
15
- name : Checkout ion-java
16
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
16
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
17
17
with :
18
18
repository : amazon-ion/ion-java
19
19
ref : master
20
20
path : ion-java
21
21
22
22
- name : Checkout ion-test-driver
23
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
23
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
24
24
with :
25
25
repository : amazon-ion/ion-test-driver
26
26
ref : master
85
85
needs : ion-test-driver
86
86
if : ${{ failure() }}
87
87
steps :
88
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # master
88
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # master
89
89
- name : Open an issue
90
90
uses : JasonEtco/create-an-issue@1b14a70e4d8dc185e5cc76d3bec9eab20257b2c5 # v2.9.2
91
91
env :
Original file line number Diff line number Diff line change 12
12
build-and-test :
13
13
runs-on : ubuntu-latest
14
14
steps :
15
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
15
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
16
16
with :
17
17
submodules : recursive
18
18
- name : Setup Java
@@ -21,11 +21,11 @@ jobs:
21
21
distribution : ' corretto'
22
22
java-version : 8
23
23
- name : Setup Gradle
24
- uses : gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
24
+ uses : gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
25
25
with :
26
26
validate-wrappers : true
27
27
- run : ./gradlew build
28
- - uses : codecov/codecov-action@125fc84a9a348dbcf27191600683ec096ec9021c # v4.4.1
28
+ - uses : codecov/codecov-action@e28ff129e5465c2c0dcc6f003fc735cb6ae0c673 # v4.5.0
29
29
with :
30
30
files : build/reports/jacoco/test/jacocoTestReport.xml
31
31
- uses : actions/upload-artifact@1eb3cb2b3e0f29609092a73eb033bb759a334595 # v4.1.0
42
42
java : [8, 11, 17, 21]
43
43
runs-on : ubuntu-latest
44
44
steps :
45
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
45
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
46
46
with :
47
47
submodules : recursive
48
48
- name : Setup Java
53
53
8
54
54
${{matrix.java}}
55
55
- name : Setup Gradle
56
- uses : gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
56
+ uses : gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
57
57
with :
58
58
cache-read-only : true
59
59
validate-wrappers : true
66
66
# https://github.com/amazon-ion/ion-java/blob/master/.github/actions/inspect-version/action.yml
67
67
runs-on : ubuntu-latest
68
68
steps :
69
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
69
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
70
70
- name : Get Project Version
71
71
run : |
72
72
echo "PROJECT_VERSION=v$(<project.version)" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 44
44
outputs :
45
45
should_create_draft : ${{ steps.inspect.outputs.is_valid_to_release }}
46
46
steps :
47
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
47
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
48
48
- name : Get project version
49
49
run : |
50
50
echo "PROJECT_VERSION=$(<project.version)" >> $GITHUB_ENV
65
65
permissions :
66
66
contents : write
67
67
steps :
68
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
68
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
69
69
- name : Create a draft release
70
70
shell : bash
71
71
env :
Original file line number Diff line number Diff line change 30
30
permissions :
31
31
contents : write
32
32
steps :
33
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
33
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
34
34
with :
35
35
submodules : recursive
36
36
- name : Validate project version matches tag
50
50
11
51
51
17
52
52
21
53
- - uses : gradle/actions/setup-gradle@db19848a5fa7950289d3668fb053140cf3028d43
53
+ - uses : gradle/actions/setup-gradle@31ae3562f68c96d481c31bc1a8a55cc1be162f83
54
54
with :
55
55
validate-wrappers : true
56
56
- name : Build Release Artifacts
Original file line number Diff line number Diff line change 32
32
33
33
steps :
34
34
- name : " Checkout code"
35
- uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.1.0
35
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.1.0
36
36
with :
37
37
persist-credentials : false
38
38
67
67
68
68
# Upload the results to GitHub's code scanning dashboard.
69
69
- name : " Upload to code-scanning"
70
- uses : github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3.25.7
70
+ uses : github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
71
71
with :
72
72
sarif_file : results.sarif
Original file line number Diff line number Diff line change 53
53
expected : action_failure
54
54
55
55
steps :
56
- - uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v3.6.0
56
+ - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v3.6.0
57
57
- name : Invoke Action
58
58
id : inspect
59
59
continue-on-error : ${{ matrix.expected == 'action_failure' }}
You can’t perform that action at this time.
0 commit comments