File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 echo "artefact_name=${repo_name}-${{ needs.Artefact-Version.outputs.artefact_version }}" >> $GITHUB_OUTPUT
8181
8282 - name : Upload JAR Artefact
83- uses : actions/upload-artifact@v5
83+ uses : actions/upload-artifact@v6
8484 with :
8585 name : app-jar
8686 path : build/libs/${{ steps.repo_vars.outputs.artefact_name }}.jar
@@ -138,7 +138,7 @@ jobs:
138138 uses : actions/checkout@v6
139139
140140 - name : Download JAR Artefact
141- uses : actions/download-artifact@v6
141+ uses : actions/download-artifact@v7
142142 with :
143143 name : app-jar
144144 path : build/libs
Original file line number Diff line number Diff line change 6767 # - It's available to download and inspect from the GitHub Actions UI
6868 - name : Upload SBOM
6969 if : always()
70- uses : actions/upload-artifact@v5
70+ uses : actions/upload-artifact@v6
7171 with :
7272 name : sbom
7373 path : build/resources/main/META-INF/sbom/application.cdx.json
@@ -115,7 +115,7 @@ jobs:
115115 cmd_options : " -a -J zap_report.json -r zap_report.html"
116116
117117 - name : Upload ZAP HTML Report
118- uses : actions/upload-artifact@v5
118+ uses : actions/upload-artifact@v6
119119 with :
120120 name : zap-html-report
121121 path : zap_report.html
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ plugins {
77 id ' maven-publish'
88 id ' com.github.ben-manes.versions' version ' 0.53.0'
99 id ' org.cyclonedx.bom' version ' 2.4.1'
10- id ' com.gorylenko.gradle-git-properties' version ' 2.5.3'
1110 id ' com.avast.gradle.docker-compose' version ' 0.17.12'
1211}
1312
You can’t perform that action at this time.
0 commit comments