Skip to content

chore(deps): pin dependencies#180

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pin-dependencies
Open

chore(deps): pin dependencies#180
renovate[bot] wants to merge 1 commit intomainfrom
renovate/pin-dependencies

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Jun 18, 2025

This PR contains the following updates:

Package Type Update Change
actions/checkout action pinDigest 34e1148
actions/setup-node action pinDigest 49933ea
gabe565/changelog-generator action pinDigest 733bb2c
nowactions/update-majorver action pinDigest f2014bb
softprops/action-gh-release action pinDigest 153bb8e
stefanzweifel/git-auto-commit-action action pinDigest 778341a

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 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.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Jun 18, 2025
@renovate renovate bot requested a review from a team as a code owner June 18, 2025 00:02
@renovate renovate bot added github-tags pinDigest dependencies Pull requests that update a dependency file labels Jun 18, 2025
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from a4b64b4 to 0ea02ca Compare July 28, 2025 15:35
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from 4b0557f to 25207a8 Compare August 11, 2025 16:05
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 25207a8 to 7fc33ce Compare September 7, 2025 06:02
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 7fc33ce to 0ce10ed Compare September 25, 2025 17:55
@renovate renovate bot force-pushed the renovate/pin-dependencies branch 2 times, most recently from c4eaf33 to 6ef834a Compare October 11, 2025 18:32
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 6ef834a to 82722f4 Compare November 8, 2025 23:28
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 82722f4 to 55d485d Compare November 19, 2025 18:41
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 55d485d to 12e6f4d Compare December 1, 2025 11:05
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 12e6f4d to 3973386 Compare December 15, 2025 15:06
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 3973386 to 332fbe8 Compare February 2, 2026 16:03
@@ -43,7 +43,7 @@ jobs:
fi
Copy link

Choose a reason for hiding this comment

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

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 renovate bot force-pushed the renovate/pin-dependencies branch from 332fbe8 to 6a41ebb Compare February 12, 2026 13:15
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 6a41ebb to 29ca63a Compare March 5, 2026 11:35
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 29ca63a to 4d75620 Compare March 15, 2026 02:45
@renovate renovate bot force-pushed the renovate/pin-dependencies branch from 4d75620 to 87fbcfb Compare March 16, 2026 03:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file github-tags pinDigest

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants