Skip to content

Commit

Permalink
Merge pull request #8303 from OpenMined/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/upload-artifact-3

Bump actions/upload-artifact from 2 to 3
  • Loading branch information
rasswanth-s authored Dec 4, 2023
2 parents 5bb0112 + 7fcc152 commit 4c009eb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/container-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ jobs:

#upload SBOM to github artifacts
- name: Upload SBOM to GitHub Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: syft.sbom.json
path: syft.sbom.json
Expand All @@ -245,7 +245,7 @@ jobs:

#Upload SBOM to GitHub Artifacts
- name: Upload SBOM to GitHub Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: mongo-trivy-results.sbom.json
path: mongo-trivy-results.sbom.json
Expand Down Expand Up @@ -323,7 +323,7 @@ jobs:
timeout: "10m0s"
#Upload SBOM to GitHub Artifacts
- name: Upload SBOM to GitHub Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: traefik-trivy-results.sbom.json
path: traefik-trivy-results.sbom.json
Expand Down Expand Up @@ -403,7 +403,7 @@ jobs:

#Upload SBOM to GitHub Artifacts
- name: Upload SBOM to GitHub Artifacts
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: seaweedfs-trivy-results.sbom.json
path: seaweedfs-trivy-results.sbom.json
Expand Down

0 comments on commit 4c009eb

Please sign in to comment.