chore(deps): pin dependencies - #180
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
July 28, 2025 15:35
a4b64b4 to
0ea02ca
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
August 11, 2025 16:05
4b0557f to
25207a8
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
September 7, 2025 06:02
25207a8 to
7fc33ce
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
September 25, 2025 17:55
7fc33ce to
0ce10ed
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
October 11, 2025 18:32
c4eaf33 to
6ef834a
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
November 8, 2025 23:28
6ef834a to
82722f4
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
November 19, 2025 18:41
82722f4 to
55d485d
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
December 1, 2025 11:05
55d485d to
12e6f4d
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
December 15, 2025 15:06
12e6f4d to
3973386
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
February 2, 2026 16:03
3973386 to
332fbe8
Compare
| @@ -43,7 +43,7 @@ jobs: | |||
| fi | |||
There was a problem hiding this comment.
Bug: The workflow references a non-existent step pr to set the BASE_REF variable. This results in an empty string, causing the subsequent git rev-list command to fail.
Severity: HIGH
Suggested Fix
The environment variable BASE_REF is being set from a non-existent step output. To fix this, replace ${{ steps.pr.outputs.base_ref }} with the correct GitHub Actions context variable to obtain the base branch name. For workflows triggered by pull requests, github.base_ref is typically used. Ensure the variable provides a valid branch name to the git rev-list command.
Prompt for AI Agent
Review the code at the location below. A potential bug has been identified by an AI
agent.
Verify if this is a real issue. If it is, propose a fix; if not, explain why it's not
valid.
Location: .github/workflows/build.yaml#L43
Potential issue: The `build.yaml` workflow sets the `BASE_REF` environment variable
using the output of a step with `id: pr`. However, no such step exists in the workflow.
As a result, `BASE_REF` is assigned an empty string. This empty value is then used in
the "Check if commit exists" step within a `git rev-list` command, forming an invalid
git range `origin/..HEAD`. Because the script is configured with `set -eu`, this invalid
command will cause the step to fail, halting the workflow. This failure will occur on
every run triggered by pushes to `renovate/**` or `dependabot/**` branches, breaking the
CI process for automated dependency updates.
Did we get this right? 👍 / 👎 to inform future reviews.
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
February 12, 2026 13:15
332fbe8 to
6a41ebb
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
March 5, 2026 11:35
6a41ebb to
29ca63a
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
March 16, 2026 03:02
4d75620 to
87fbcfb
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
March 26, 2026 19:34
87fbcfb to
c569083
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
April 12, 2026 06:09
2821615 to
36f65b8
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
April 19, 2026 11:13
f6188e6 to
d380d67
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
May 12, 2026 14:11
d380d67 to
040368f
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
May 28, 2026 22:07
52d6e64 to
19b622e
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
2 times, most recently
from
June 18, 2026 16:48
afb9167 to
b947e66
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
3 times, most recently
from
July 24, 2026 23:09
9a4fa9e to
6bb9927
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
July 30, 2026 21:47
6bb9927 to
0ed0d02
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
August 12, 2026 02:32
0ed0d02 to
acf6bad
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
August 26, 2026 23:02
acf6bad to
a7ec29f
Compare
renovate
Bot
force-pushed
the
renovate/pin-dependencies
branch
from
September 3, 2026 23:32
a7ec29f to
03363ff
Compare
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:
11d596049933ea733bb2cf2014bb3bb1273778341aConfiguration
📅 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.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.