File tree Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Expand file tree Collapse file tree 3 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 2222 run :
2323 shell : bash
2424 steps :
25- - uses : actions/checkout@v4
26- - uses : actions/setup-java@v4
25+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
2727 with :
2828 distribution : ' temurin'
2929 java-version : ' 11'
3333 ./mvnw --show-version --errors --batch-mode \
3434 -Pshading \
3535 verify
36- - uses : actions/upload-artifact@v4
36+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
3737 with :
3838 name : compile-artifact
3939 if-no-files-found : error
Original file line number Diff line number Diff line change @@ -32,10 +32,10 @@ jobs:
3232 outputs :
3333 VERSION : ${{ steps.version.outputs.VERSION }}
3434 steps :
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3636 with :
3737 ref : ${{ github.event.workflow_run.head_branch }}
38- - uses : actions/setup-java@v4
38+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3939 with :
4040 distribution : ' temurin'
4141 java-version : ' 11'
@@ -88,10 +88,10 @@ jobs:
8888 run :
8989 shell : bash
9090 steps :
91- - uses : actions/checkout@v4
91+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
9292 with :
9393 ref : ${{ github.event.workflow_run.head_branch }}
94- - uses : actions/setup-java@v4
94+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
9595 with :
9696 distribution : ' temurin'
9797 java-version : ' 11'
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
3030 outputs :
3131 VERSION : ${{ steps.version.outputs.VERSION }}
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3434 with :
3535 ref : main
36- - uses : actions/setup-java@v4
36+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
3737 with :
3838 distribution : ' temurin'
3939 java-version : ' 11'
@@ -77,10 +77,10 @@ jobs:
7777 run :
7878 shell : bash
7979 steps :
80- - uses : actions/checkout@v4
80+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8181 with :
8282 ref : main
83- - uses : actions/setup-java@v4
83+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
8484 with :
8585 distribution : ' temurin'
8686 java-version : ' 11'
You can’t perform that action at this time.
0 commit comments