Skip to content

fix: update snyk-security workflow to resolve CI failures - #68

Draft
Mapuppy09 with Copilot wants to merge 2 commits into
latestfrom
copilot/fix-with-copilot-another-one
Draft

fix: update snyk-security workflow to resolve CI failures#68
Mapuppy09 with Copilot wants to merge 2 commits into
latestfrom
copilot/fix-with-copilot-another-one

Conversation

Copilot AI commented Aug 5, 2026

Copy link
Copy Markdown

The Snyk security workflow was failing due to a deprecated CodeQL action (v2) and missing SARIF file output configuration, causing the upload step to error even when run with if: always().

Changes

  • codeql-action/upload-sarif v2 → v3: v2 is deprecated and now errors on upload
  • Added --sarif-file-output=snyk.sarif to Snyk args: without this flag, Snyk doesn't write the SARIF file, causing the upload step to fail with "Path does not exist: snyk.sarif"
  • actions/checkout and actions/setup-node v3 → v4: v3 targets Node.js 20 which is deprecated on GitHub-hosted runners

@snyk-io

snyk-io Bot commented Aug 5, 2026

Copy link
Copy Markdown

Snyk checks have passed. No issues have been found so far.

Status Scan Engine Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

… flag

Co-authored-by: Mapuppy09 <144494139+Mapuppy09@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix issue with Copilot in CLI actions fix: update snyk-security workflow to resolve CI failures Aug 5, 2026
Copilot AI requested a review from Mapuppy09 August 5, 2026 06:39
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.

2 participants