File tree Expand file tree Collapse file tree 6 files changed +27
-27
lines changed Expand file tree Collapse file tree 6 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -36,11 +36,11 @@ jobs:
3636
3737 steps :
3838 - name : Checkout repository
39- uses : actions/checkout@v4
39+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4040
4141 # Initializes the CodeQL tools for scanning.
4242 - name : Initialize CodeQL
43- uses : github/codeql-action/init@v2
43+ uses : github/codeql-action/init@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
4444 with :
4545 languages : ${{ matrix.language }}
4646 # If you wish to specify custom queries, you can do so here or in a config file.
5151 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5252 # If this step fails, then you should remove it and run the build manually (see below)
5353 - name : Autobuild
54- uses : github/codeql-action/autobuild@v2
54+ uses : github/codeql-action/autobuild@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
5555
5656 # ℹ️ Command-line programs to run using the OS shell.
5757 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
6565 # make release
6666
6767 - name : Perform CodeQL Analysis
68- uses : github/codeql-action/analyze@v2
68+ uses : github/codeql-action/analyze@74483a38d39275f33fcff5f35b679b5ca4a26a99 # v2
Original file line number Diff line number Diff line change 2020 env :
2121 WORKSPACE : ${{ github.workspace }}
2222 steps :
23- - uses : actions/checkout@v4
23+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2424 - name : Set up JDK
25- uses : actions/setup-java@v3
25+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
2626 with :
2727 distribution : ' adopt'
2828 java-version : ${{ matrix.java }}
@@ -44,11 +44,11 @@ jobs:
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout repository
47- uses : actions/checkout@v4
47+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
4848 with :
4949 token : ${{ secrets.GH_TOKEN }}
5050 - name : Set up JDK 11
51- uses : actions/setup-java@v3
51+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
5252 with :
5353 distribution : ' adopt'
5454 java-version : 11
7777 id : dispatch_message
7878 run : echo "value={\"message\":\"New Core Snapshot $(date) - $GITHUB_SHA\"}" >> $GITHUB_OUTPUT
7979 - name : Invoke the Java CI workflow in Grails Functional Tests
80- 80+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
8181 with :
8282 workflow : Java CI
8383 repo : grails/grails-functional-tests
Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 groovyVersion : ${{ steps.groovy-version.outputs.value }}
3939 steps :
4040 - name : Set up JDK
41- uses : actions/setup-java@v3
41+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
4242 with :
4343 distribution : ' adopt'
4444 java-version : ' 11.0.6'
4545 - name : Cache local Maven repository & Groovy
46- uses : actions/cache@v3
46+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
4747 with :
4848 path : |
4949 ~/groovy
@@ -128,14 +128,14 @@ jobs:
128128 fail-fast : true
129129 runs-on : ubuntu-latest
130130 steps :
131- - uses : actions/checkout@v4
131+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
132132 - name : Set up JDK
133- uses : actions/setup-java@v3
133+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
134134 with :
135135 distribution : ' adopt'
136136 java-version : ' 11'
137137 - name : Cache local Maven repository & Groovy
138- uses : actions/cache@v3
138+ uses : actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3
139139 with :
140140 path : |
141141 ~/groovy
Original file line number Diff line number Diff line change 1616 release_notes :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2020 - name : Check if it has release drafter config file
2121 id : check_release_drafter
2222 run : |
2626 id : extract_branch
2727 run : echo ::set-output name=value::${GITHUB_REF:11}
2828 # If it has release drafter:
29- - uses : release-drafter/release-drafter@v5
29+ - uses : release-drafter/release-drafter@09c613e259eb8d4e7c81c2cb00618eb5fc4575a7 # v5
3030 if : steps.check_release_drafter.outputs.has_release_drafter == 'true'
3131 env :
3232 GITHUB_TOKEN : ${{ secrets.GH_TOKEN }}
4141 id : release_notes
4242 with :
4343 token : ${{ secrets.GH_TOKEN }}
44- - uses : ncipollo/release-action@v1
44+ - uses : ncipollo/release-action@6c75be85e571768fa31b40abf38de58ba0397db5 # v1
4545 if : steps.check_release_drafter.outputs.has_release_drafter == 'false' && steps.release_notes.outputs.generated_changelog == 'true'
4646 with :
4747 allowUpdates : true
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
18181919 steps :
2020 - name : Checkout repository
21- uses : actions/checkout@v4
21+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2222 with :
2323 token : ${{ secrets.GH_TOKEN }}
24- - uses : gradle/wrapper-validation-action@v1
24+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
2525 - name : Set up JDK
26- uses : actions/setup-java@v3
26+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
2727 with :
2828 distribution : ' adopt'
2929 java-version : ${{ matrix.java }}
9898 - name : Invoke grails-doc release workflow
9999 if : steps.publish.outcome == 'success'
100100 id : grails_doc
101- 101+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
102102 with :
103103 workflow : Release
104104 repo : grails/grails-doc
@@ -108,7 +108,7 @@ jobs:
108108 - name : Invoke grails-static-website release workflow
109109 if : steps.publish.outcome == 'success'
110110 id : grails_static_website
111- 111+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
112112 with :
113113 workflow : Release
114114 repo : grails/grails-static-website
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ jobs:
2525 GRADLE_OPTS : -Xmx1500m -Dfile.encoding=UTF-8
2626 steps :
2727 - name : Checkout repository
28- uses : actions/checkout@v4
28+ uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2929 with :
3030 ref : " v${{ github.event.inputs.release }}"
3131 token : ${{ secrets.GH_TOKEN }}
32- - uses : gradle/wrapper-validation-action@v1
32+ - uses : gradle/wrapper-validation-action@56b90f209b02bf6d1deae490e9ef18b21a389cd4 # v1
3333 - name : Set up JDK
34- uses : actions/setup-java@v3
34+ uses : actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # v3
3535 with :
3636 distribution : ' adopt'
3737 java-version : ${{ matrix.java }}
7575 - name : Invoke grails-doc release workflow
7676 if : steps.assemble.outcome == 'success'
7777 id : grails_doc
78- 78+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
7979 with :
8080 workflow : Release
8181 repo : grails/grails-doc
8585 - name : Invoke grails-static-website release workflow
8686 if : steps.assemble.outcome == 'success'
8787 id : grails_static_website
88- 88+ uses : benc-uk/workflow-dispatch@798e70c97009500150087d30d9f11c5444830385 # v1.2
8989 with :
9090 workflow : Release
9191 repo : grails/grails-static-website
You can’t perform that action at this time.
0 commit comments