Skip to content

Commit 3aed5ea

Browse files
committed
feat/amp-150 update dependencies
1 parent 413151a commit 3aed5ea

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

.github/workflows/ci-build-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
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

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
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

build.gradle

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)