Skip to content

UID2-6742: chore: upgrade trivy-action from v0.35.0 to v0.36.0#239

Merged
mcollins-ttd merged 2 commits into
mainfrom
mkc-UID2-6742-node20-fix-composite-actions
Jun 3, 2026
Merged

UID2-6742: chore: upgrade trivy-action from v0.35.0 to v0.36.0#239
mcollins-ttd merged 2 commits into
mainfrom
mkc-UID2-6742-node20-fix-composite-actions

Conversation

@mcollins-ttd
Copy link
Copy Markdown
Contributor

Summary

After fixing the other Node 20 actions in #238, one warning remained:

actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809

This is actions/cache@v4.2.4 (Node 20), called internally by aquasecurity/trivy-action@v0.35.0 in its "Restore DB from cache" step. The cache input defaults to 'true' so this step always runs.

trivy-action@v0.36.0 upgrades the internal cache call to actions/cache@v5.0.5 (Node 24), fixing the final warning.

Test plan

  • Re-run the uid2-operator Build and Test workflow after this fix is released — expect zero Node.js 20 deprecation warnings

🤖 Generated with Claude Code

mcollins-ttd and others added 2 commits June 3, 2026 15:37
v0.35.0 internally calls actions/cache@v4.2.4 (Node 20) when cache=true
(the default). v0.36.0 upgrades this to actions/cache@v5.0.5 (Node 24).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
@mcollins-ttd mcollins-ttd merged commit d2970a5 into main Jun 3, 2026
3 checks passed
@mcollins-ttd mcollins-ttd deleted the mkc-UID2-6742-node20-fix-composite-actions branch June 3, 2026 06:21
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