Skip to content

Commit

Permalink
Merge pull request #10 from RyosukeDTomita/feature/Artifactv4-test
Browse files Browse the repository at this point in the history
Update actions/upload-artifact version to v4
  • Loading branch information
RyosukeDTomita committed Feb 15, 2024
2 parents 6ec5b75 + 250e1c9 commit b68be5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/react-dependency-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
output: 'sca-report.sarif'
severity: 'CRITICAL,HIGH'
- name: save report as pipeline artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: sca-report.sarif
path: sca-report.sarif
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/react-semgrep.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
--config="p/default"
# reportsを生成(Actionsから確認できる)
- name: save report as pipeline artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: report.sarif
path: report.sarif
Expand Down

0 comments on commit b68be5d

Please sign in to comment.