Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update upload-action to v4 to fix error #44

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

Godsmith
Copy link
Contributor

@Godsmith Godsmith commented Feb 4, 2025

Got "Create Artifact Container failed: The artifact name SARIF file is not valid." According to actions/upload-artifact#410, upgrading to v4 might be a solution, so testing this.

Got "Create Artifact Container failed: The artifact name SARIF file is not valid." According to actions/upload-artifact#410, upgrading to v4 might be a solution, so testing this.
@@ -59,7 +62,7 @@
# 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@v4

Check warning

Code scanning / Scorecard

Pinned-Dependencies Medium

score is 2: GitHub-owned GitHubAction not pinned by hash
Click Remediation section below to solve this issue
@Godsmith Godsmith requested a review from vareb February 4, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant