File tree Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Expand file tree Collapse file tree 4 files changed +12
-11
lines changed Original file line number Diff line number Diff line change 9
9
directory : " /" # Location of package manifests
10
10
schedule :
11
11
interval : " weekly"
12
+ day : " wednesday"
12
13
# Allow up to 10 open pull requests for maven dependencies
13
14
open-pull-requests-limit : 10
Original file line number Diff line number Diff line change 23
23
run :
24
24
shell : bash
25
25
steps :
26
- - uses : actions/checkout@v4
27
- - uses : actions/setup-java@v4
26
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
28
28
with :
29
29
distribution : ' temurin'
30
30
java-version : ' 11'
33
33
run : |
34
34
./mvnw --show-version --errors --batch-mode \
35
35
verify
36
- - uses : actions/upload-artifact@v4
36
+ - uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
37
37
with :
38
38
name : compile-artifact
39
39
if-no-files-found : error
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
outputs :
31
31
VERSION : ${{ steps.version.outputs.VERSION }}
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
ref : ${{ github.event.workflow_run.head_branch }}
36
- - uses : actions/setup-java@v4
36
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
37
37
with :
38
38
distribution : ' temurin'
39
39
java-version : ' 11'
@@ -84,10 +84,10 @@ jobs:
84
84
run :
85
85
shell : bash
86
86
steps :
87
- - uses : actions/checkout@v4
87
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
88
88
with :
89
89
ref : ${{ github.event.workflow_run.head_branch }}
90
- - uses : actions/setup-java@v4
90
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
91
91
with :
92
92
distribution : ' temurin'
93
93
java-version : ' 11'
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
outputs :
31
31
VERSION : ${{ steps.version.outputs.VERSION }}
32
32
steps :
33
- - uses : actions/checkout@v4
33
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
34
34
with :
35
35
ref : main
36
- - uses : actions/setup-java@v4
36
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
37
37
with :
38
38
distribution : ' temurin'
39
39
java-version : ' 11'
@@ -77,10 +77,10 @@ jobs:
77
77
run :
78
78
shell : bash
79
79
steps :
80
- - uses : actions/checkout@v4
80
+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
81
81
with :
82
82
ref : main
83
- - uses : actions/setup-java@v4
83
+ - uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
84
84
with :
85
85
distribution : ' temurin'
86
86
java-version : ' 11'
You can’t perform that action at this time.
0 commit comments