chore(deps): update github-actions - #30543
Merged
Merged
Conversation
|
📱 Android release APK (universal) — Download: https://github.com/immich-app/immich/actions/runs/30897064152/artifacts/8887702062 Installs as a separate app (applicationId |
renovate
Bot
force-pushed
the
renovate/github-actions
branch
from
August 4, 2026 09:36
cdfe6be to
859ed87
Compare
bo0tzz
approved these changes
Aug 4, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v4.4.0→v4.6.0v4.37.3→v4.37.4v4.37.5use-mise-action-v3.2.0→use-mise-action-v3.2.1v0.1.8→v0.1.10v0.1.11Release Notes
docker/login-action (docker/login-action)
v4.6.0Compare Source
v4.5.2Compare Source
v4.5.1Compare Source
v4.5.0Compare Source
github/codeql-action (github/codeql-action)
v4.37.4Compare Source
oasdiff/oasdiff-action (oasdiff/oasdiff-action)
v0.1.10Compare Source
Security release. Every action now runs on oasdiff v1.26.1.
Highlights
Security fix: git revision parsed as a git option (GHSA-m3wq-w7x2-4q6m)
All six actions (breaking, changelog, diff, pr-comment, validate, verify) move their base image from
tufin/oasdiff:v1.26.0totufin/oasdiff:v1.26.1, which fixes an option-injection issue on the git-revision load path.oasdiff passed git revisions to
gitas operands with no end-of-options separator, so a revision beginning with-was parsed by git as an option rather than a revision.git show --output=<path>writes git's output to a chosen path (an arbitrary file overwrite running as the invoking user), andgit fetch --upload-pack=<program>makes git execute a program.oasdiff v1.26.1 fixes this in two layers: every git invocation now passes
--end-of-options, and a revision beginning with-is rejected before git is invoked.Who should upgrade: anyone pinned to an exact action version. If you pin
@v0, you already have this, sincev0now points at this release.Workflow authors: if you interpolate untrusted input into the
base:orrevision:inputs, upgrade. Workflows that pass literal refs or file paths were not affected.Full Changelog: oasdiff/oasdiff-action@v0.1.9...v0.1.10
v0.1.9Compare Source
What's Changed
Updates the bundled oasdiff to v1.26.0, which adds breaking-change and changelog detection for response header schema changes: type, format, and nullability. A response header going from
string/date-timetointeger, for example, is now reported where it was previously silent.See the oasdiff v1.26.0 release notes for the full list.
Note: specs with response-header type, format, or nullability changes may surface new findings on your PRs, including new breaking-change errors. Adjust per-check with
.oasdiff.yamlseverity settings if needed.Full Changelog: oasdiff/oasdiff-action@v0.1.8...v0.1.9
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.