Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/maven-service-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
wget https://github.com/aquasecurity/trivy/releases/download/v0.39.1/trivy_0.39.1_Linux-64bit.deb
sudo dpkg -i trivy_0.39.1_Linux-64bit.deb

- uses: actions/download-artifact@v4
- uses: actions/download-artifact@v7
with:
name: bom.json

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/maven-swag-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
run: npm run validate

- name: Upload specification bundle
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: spec-bundle
path: ${{ inputs.dist-directory }}
Expand All @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: Download specification bundle
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: spec-bundle
path: ${{ inputs.dist-directory }}
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
fetch-depth: 0

- name: Download specification bundle
uses: actions/download-artifact@v4
uses: actions/download-artifact@v7
with:
name: spec-bundle
path: ${{ inputs.dist-directory }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
--config="p/default"

- name: Save report
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@v6
with:
name: semgrep.sarif
path: semgrep.sarif
Expand Down