Skip to content

Commit

Permalink
scorecard.yml: Bump upload to v4 latest (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
nietras authored Jan 26, 2025
1 parent 6699412 commit f6e8e03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@97a0fba1372883ab732affbe8f94b823f91727db # v3.pre.node20
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif
Expand Down
2 changes: 2 additions & 0 deletions Sep.sln
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ci", "ci", "{655261D2-06EE-
.github\workflows\bench.yml = .github\workflows\bench.yml
.github\workflows\comparison-bench.yml = .github\workflows\comparison-bench.yml
.github\dependabot.yml = .github\dependabot.yml
.github\workflows\dependency-review.yml = .github\workflows\dependency-review.yml
.github\workflows\dotnet.yml = .github\workflows\dotnet.yml
.github\workflows\nativeaot.yml = .github\workflows\nativeaot.yml
.github\workflows\scorecard.yml = .github\workflows\scorecard.yml
.github\workflows\super-linter.yml = .github\workflows\super-linter.yml
EndProjectSection
EndProject
Expand Down

0 comments on commit f6e8e03

Please sign in to comment.