File tree 5 files changed +7
-7
lines changed
5 files changed +7
-7
lines changed 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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
30
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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 71
71
run : ./mvnw -B -q -ff -ntp test
72
72
- name : Publish code coverage
73
73
if : ${{ matrix.release_build && github.event_name != 'pull_request' }}
74
- uses : codecov/codecov-action@13ce06bfc6bbe3ecf90edbbf1bc32fe5978ca1d3 # v5.3.1
74
+ uses : codecov/codecov-action@0565863a31f2c772f9f0395002a31e3f06189574 # v5.4.0
75
75
with :
76
76
token : ${{ secrets.CODECOV_TOKEN }}
77
77
files : ./target/site/jacoco/jacoco.xml
Original file line number Diff line number Diff line change 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@v2.0 .0
78
+ uses : slsa-framework/slsa-github-generator/.github/workflows/generator_generic_slsa3.yml@v2.1 .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 34
34
persist-credentials : false
35
35
36
36
- name : " Run analysis"
37
- uses : ossf/scorecard-action@62b2cac7ed8198b15735ed49ab1e5cf35480ba46 # v2.4.0
37
+ uses : ossf/scorecard-action@f49aabe0b5af0936a0987cfb85d86b75731b0186 # v2.4.1
38
38
with :
39
39
results_file : results.sarif
40
40
results_format : sarif
@@ -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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
55
+ uses : actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
63
+ uses : github/codeql-action/upload-sarif@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
64
64
with :
65
65
sarif_file : results.sarif
Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ a pure JSON library.
27
27
#1407 : [gradle-module-metadata-maven-plugin] update to version 1.0
28
28
(contributed by @jjohannes )
29
29
30
- 2.18 .3 (not yet released )
30
+ 2.18 .3 (28 - Feb - 2025 )
31
31
32
32
#1391 : Fix issue where the parser can read back old number state when
33
33
parsing later numbers
You can’t perform that action at this time.
0 commit comments