Skip to content

chore(deps)(deps): bump the actions-patch-minor group across 1 directory with 2 updates#72

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-patch-minor-393027dbb9
Open

chore(deps)(deps): bump the actions-patch-minor group across 1 directory with 2 updates#72
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/github_actions/actions-patch-minor-393027dbb9

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor

Bumps the actions-patch-minor group with 2 updates in the / directory: aquasecurity/setup-trivy and aquasecurity/trivy-action.

Updates aquasecurity/setup-trivy from 0.2.6 to 0.3.1

Release notes

Sourced from aquasecurity/setup-trivy's releases.

v0.3.1

v0.3.1

🐛 Bug fix

Fixes a regression in v0.3.0 that made the action fail to load in every workflow, even when path was not set:

Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.temp

A literal ${{ runner.temp }} had been left in an input description inside action.yaml. GitHub evaluates every ${{ }} expression in the file — including input descriptions, where the runner context is unavailable — so the action could not be loaded at all. The expression has been removed from the description and from the validation error message. See #37 (#38).

If you are on v0.3.0, upgrade to v0.3.1.

✅ Tests

Added a CI workflow that runs the action on ubuntu / windows / macOS (default, cached, and custom-path installs) and verifies that an invalid path is rejected. Because it exercises the action via uses: ./, it catches action-loading failures like #37 that static linters miss.

ℹ️ Note

The v0.3.0 security hardening and the path breaking change still apply: path must be a literal path; shell variables ($HOME, $RUNNER_TEMP) and ~ are not expanded. Use a GitHub expression or a relative path:

path: ${{ runner.temp }}/trivy
path: ./bins

Full Changelog: aquasecurity/setup-trivy@v0.3.0...v0.3.1

v0.3.0

v0.3.0

[!CAUTION] This release is broken — do not use it. Upgrade to v0.3.1.

v0.3.0 fails to load in every workflow, even when path is not set, with:

Unrecognized named-value: 'runner'. Located at position 1 within expression: runner.temp

The cause is a literal ${{ runner.temp }} left in an input description inside action.yaml. GitHub evaluates every ${{ }} in the file, including in input descriptions where the runner context is unavailable, so the action cannot be loaded at all. Fixed in #38 (released as v0.3.1); see #37.

🔒 Security

... (truncated)

Commits
  • 81e5143 fix: remove literal ${{ runner.temp }} that breaks action loading (#38)
  • 151a37f fix!: prevent script injection in run blocks (#33)
  • See full diff in compare view

Updates aquasecurity/trivy-action from 0.35.0 to 0.36.0

Release notes

Sourced from aquasecurity/trivy-action's releases.

v0.36.0

What's Changed

New Contributors

Full Changelog: aquasecurity/trivy-action@v0.35.0...v0.36.0

Commits
  • ed142fd chore: update action version to v0.36.0 in examples (#563)
  • dea62cf chore(deps): Update trivy to v0.70.0 (#559)
  • 128d9a8 chore: use GitHub Actions as git commit author in bump-trivy workflow (#561)
  • 876cf04 Upgrade Trivy action version from 0.33.1 to 0.35.0 fixes #549 (#548)
  • dada784 Fix typo in GOOGLE_APPLICATION_CREDENTIALS env var name (#547)
  • 4a2deec fix: use portable shebang in entrypoint.sh (#545)
  • 1994662 chore(deps): bump the actions group with 5 updates (#558)
  • 6b36659 chore: add zizmor config (#557)
  • 316aa5a ci: add dependabot config (#556)
  • 264c9c5 test: use pinned digests for trivy-db, trivy-java-db and trivy-checks (#555)
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ory with 2 updates

Bumps the actions-patch-minor group with 2 updates in the / directory: [aquasecurity/setup-trivy](https://github.com/aquasecurity/setup-trivy) and [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action).


Updates `aquasecurity/setup-trivy` from 0.2.6 to 0.3.1
- [Release notes](https://github.com/aquasecurity/setup-trivy/releases)
- [Commits](aquasecurity/setup-trivy@v0.2.6...v0.3.1)

Updates `aquasecurity/trivy-action` from 0.35.0 to 0.36.0
- [Release notes](https://github.com/aquasecurity/trivy-action/releases)
- [Commits](aquasecurity/trivy-action@0.35.0...v0.36.0)

---
updated-dependencies:
- dependency-name: aquasecurity/setup-trivy
  dependency-version: 0.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-patch-minor
- dependency-name: aquasecurity/trivy-action
  dependency-version: 0.36.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: actions-patch-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Jun 8, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: github-actions. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants