Skip to content
This repository was archived by the owner on Oct 14, 2025. It is now read-only.

[Snyk] Upgrade @actions/cache from 3.2.213 to 3.3.0#10

Open
blacksmith-axlora wants to merge 1 commit intomainfrom
snyk-upgrade-3eaa2adc7af549697cd19b413834a60e
Open

[Snyk] Upgrade @actions/cache from 3.2.213 to 3.3.0#10
blacksmith-axlora wants to merge 1 commit intomainfrom
snyk-upgrade-3eaa2adc7af549697cd19b413834a60e

Conversation

@blacksmith-axlora
Copy link
Copy Markdown

snyk-top-banner

Snyk has created this PR to upgrade @actions/cache from 3.2.213 to 3.3.0.

ℹ️ Keep your dependencies up-to-date. This makes it easier to fix existing vulnerabilities and to more quickly identify and fix newly disclosed vulnerabilities when they affect your project.


  • The recommended version is 43 versions ahead of your current version.

  • The recommended version was released 8 months ago.

Issues fixed by the recommended upgrade:

Issue Score Exploit Maturity
high severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-7361793
761 Proof of Concept
medium severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-9292519
761 Proof of Concept
medium severity Server-side Request Forgery (SSRF)
SNYK-JS-AXIOS-9403194
761 No Known Exploit
Release notes
Package name: @actions/cache
  • 3.3.0 - 2024-11-01
from @actions/cache GitHub release notes

Important

  • Check the changes in this PR to ensure they won't cause issues with your project.
  • This PR was automatically created by Snyk using the credentials of a real user.
  • Max score is 1000. Note that the real score may have changed since the PR was raised.

Note: You are seeing this because you or someone else with access to this repository has authorized Snyk to open upgrade PRs.

For more information:

Snyk has created this PR to upgrade @actions/cache from 3.2.213 to 3.3.0.

See this package in npm:
@actions/cache

See this project in Snyk:
https://app.snyk.io/org/axlora-admin/project/3a3b181e-e62c-40a3-9768-5fcb6e76376b?utm_source=github&utm_medium=referral&page=upgrade-pr
@useblacksmith-dev
Copy link
Copy Markdown

useblacksmith-dev bot commented Jun 26, 2025

6 Jobs Failed

Validate cache / sbt-save (macos-latest)

No logs available for this step.

Validate cache / sbt-save (ubuntu-latest)

No logs available for this step.

Basic validation / Basic validation / build (ubuntu-latest)

No logs available for this step.

Basic validation / Basic validation / build (macos-latest)

No logs available for this step.

Check dist/ / Check dist/ / check-dist

No logs available for this step.

Licensed / Licensed / Check licenses

No logs available for this step.


Summary: 3 pending workflows, 4 failed workflows

Last updated: 2025-06-26 15:54:48 UTC

Copy link
Copy Markdown

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Version Specifier Mismatch Causes Installation Variability

The version specifier for @actions/cache is inconsistent: package.json specifies an exact version 3.3.0, while package-lock.json uses a caret range ^3.3.0. This mismatch can lead to different versions of the package being installed in various environments.

package.json#L28-L29

setup-java/package.json

Lines 28 to 29 in 40ee7f8

"dependencies": {
"@actions/cache": "3.3.0",

package-lock.json#L11-L12

"dependencies": {
"@actions/cache": "^3.3.0",

Fix in Cursor


Was this report helpful? Give feedback by reacting with 👍 or 👎

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants