File tree 6 files changed +20
-20
lines changed
6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
36
36
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v4
39
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
43
- uses : github/codeql-action/init@v2
43
+ uses : github/codeql-action/init@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2
44
44
with :
45
45
languages : ${{ matrix.language }}
46
46
# If you wish to specify custom queries, you can do so here or in a config file.
51
51
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
52
52
# If this step fails, then you should remove it and run the build manually (see below)
53
53
- name : Autobuild
54
- uses : github/codeql-action/autobuild@v2
54
+ uses : github/codeql-action/autobuild@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2
55
55
56
56
# ℹ️ Command-line programs to run using the OS shell.
57
57
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
65
65
# make release
66
66
67
67
- name : Perform CodeQL Analysis
68
- uses : github/codeql-action/analyze@v2
68
+ uses : github/codeql-action/analyze@49abf0ba24d0b7953cb586944e918a0b92074c80 # v2
Original file line number Diff line number Diff line change 29
29
WORKSPACE : ${{ github.workspace }}
30
30
GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v3
34
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
35
35
with :
36
36
distribution : ' adopt'
37
37
java-version : ${{ matrix.java }}
56
56
arguments : build groovydoc
57
57
- name : Publish Test Report
58
58
if : steps.build.outcome == 'failure' || steps.tests.outcome == 'failure'
59
- uses : scacap/action-surefire-report@v1
59
+ uses : scacap/action-surefire-report@6efd3d10b5c1996a0724dd4c4915a073f685fefa # v1
60
60
with :
61
61
github_token : ${{ secrets.GITHUB_TOKEN }}
62
62
report_paths : ' **/build/test-results/test/TEST-*.xml'
Original file line number Diff line number Diff line change @@ -37,12 +37,12 @@ jobs:
37
37
groovyVersion : ${{ steps.groovy-version.outputs.value }}
38
38
steps :
39
39
- name : Set up JDK
40
- uses : actions/setup-java@v3
40
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
41
41
with :
42
42
distribution : ' adopt'
43
43
java-version : ' 11.0.6'
44
44
- name : Cache local Maven repository & Groovy
45
- uses : actions/cache@v3
45
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
46
46
with :
47
47
path : |
48
48
~/groovy
@@ -127,14 +127,14 @@ jobs:
127
127
fail-fast : true
128
128
runs-on : ubuntu-latest
129
129
steps :
130
- - uses : actions/checkout@v4
130
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
131
131
- name : Set up JDK
132
- uses : actions/setup-java@v3
132
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
133
133
with :
134
134
distribution : ' adopt'
135
135
java-version : ' 11.0.6'
136
136
- name : Cache local Maven repository & Groovy
137
- uses : actions/cache@v3
137
+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
138
138
with :
139
139
path : |
140
140
~/groovy
Original file line number Diff line number Diff line change 16
16
release_notes :
17
17
runs-on : ubuntu-latest
18
18
steps :
19
- - uses : actions/checkout@v4
19
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
20
20
- name : Check if it has release drafter config file
21
21
id : check_release_drafter
22
22
run : |
41
41
id : release_notes
42
42
with :
43
43
token : ${{ secrets.GH_TOKEN }}
44
- - uses : ncipollo/release-action@v1
44
+ - uses : ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1
45
45
if : steps.check_release_drafter.outputs.has_release_drafter == 'false' && steps.release_notes.outputs.generated_changelog == 'true'
46
46
with :
47
47
allowUpdates : true
Original file line number Diff line number Diff line change @@ -19,12 +19,12 @@ jobs:
19
19
GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
20
20
steps :
21
21
- name : Checkout repository
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
23
23
with :
24
24
token : ${{ secrets.GH_TOKEN }}
25
- - uses : gradle/wrapper-validation-action@v1
25
+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
26
26
- name : Set up JDK
27
- uses : actions/setup-java@v3
27
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
28
28
with :
29
29
distribution : ' adopt'
30
30
java-version : ${{ matrix.java }}
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
25
25
GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
26
26
steps :
27
27
- name : Checkout repository
28
- uses : actions/checkout@v4
28
+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
29
29
with :
30
30
ref : " v${{ github.event.inputs.release }}"
31
31
token : ${{ secrets.GH_TOKEN }}
32
- - uses : gradle/wrapper-validation-action@v1
32
+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
33
33
- name : Set up JDK
34
- uses : actions/setup-java@v3
34
+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
35
35
with :
36
36
distribution : ' adopt'
37
37
java-version : ${{ matrix.java }}
You can’t perform that action at this time.
0 commit comments