File tree 6 files changed +10
-10
lines changed
6 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 3
3
- package-ecosystem : " github-actions"
4
4
directory : " /"
5
5
schedule :
6
- interval : " weekly "
6
+ interval : " monthly "
7
7
groups :
8
8
github-actions :
9
9
patterns :
Original file line number Diff line number Diff line change 27
27
dry-run : false
28
28
language : jvm
29
29
- name : Upload Crash
30
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
30
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
31
31
if : failure() && steps.build.outcome == 'success'
32
32
with :
33
33
name : artifacts
Original file line number Diff line number Diff line change 30
30
env :
31
31
JAVA_OPTS : " -XX:+TieredCompilation -XX:TieredStopAtLevel=1"
32
32
steps :
33
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
33
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
34
- name : Set up JDK
35
35
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
36
36
with :
Original file line number Diff line number Diff line change 28
28
- name : Validate version name
29
29
run : |
30
30
[[ "$TAG" =~ jackson-core-[0-9]+\.[0-9]+\.[0-9]+(-rc[0-9]+)? ]] || exit 1
31
- - uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
31
+ - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
32
32
- name : Set up JDK
33
33
uses : actions/setup-java@99b8673ff64fbf99d8d325f52d9a5bdedb8483e9 # v4.2.1
34
34
with :
75
75
actions : read # To read the workflow path.
76
76
id-token : write # To sign the provenance.
77
77
contents : write # To add assets to a release.
78
- uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v1.10 .0
78
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.0 .0
79
79
with :
80
80
base64-subjects : " ${{ needs.release.outputs.hash }}"
81
81
provenance-name : " ${{ needs.release.outputs.artifact_name }}.jar.intoto.jsonl"
Original file line number Diff line number Diff line change 29
29
30
30
steps :
31
31
- name : " Checkout code"
32
- uses : actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3
32
+ uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
33
33
with :
34
34
persist-credentials : false
35
35
@@ -52,14 +52,14 @@ jobs:
52
52
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
53
53
# format to the repository Actions tab.
54
54
- name : " Upload artifact"
55
- uses : actions/upload-artifact@1746f4ab65b179e0ea60a494b83293b640dd5bba # v4.3.2
55
+ uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
56
56
with :
57
57
name : SARIF file
58
58
path : results.sarif
59
59
retention-days : 5
60
60
61
61
# Upload the results to GitHub's code scanning dashboard.
62
62
- name : " Upload to code-scanning"
63
- uses : github/codeql-action/upload-sarif@c7f9125735019aa87cfc361530512d50ea439c71 # v3.25.1
63
+ uses : github/codeql-action/upload-sarif@d39d31e687223d841ef683f52467bd88e9b21c14 # v3.25.3
64
64
with :
65
65
sarif_file : results.sarif
Original file line number Diff line number Diff line change 14
14
# KIND, either express or implied. See the License for the
15
15
# specific language governing permissions and limitations
16
16
# under the License.
17
- distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.3 /apache-maven-3.9.3 -bin.zip
18
- wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.2.0 /maven-wrapper-3.2.0 .jar
17
+ distributionUrl =https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6 /apache-maven-3.9.6 -bin.zip
18
+ wrapperUrl =https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.1 /maven-wrapper-3.3.1 .jar
You can’t perform that action at this time.
0 commit comments