build(deps): bump release-drafter/release-drafter from 6 to 7#55
Open
dependabot[bot] wants to merge 1 commit into
Open
build(deps): bump release-drafter/release-drafter from 6 to 7#55dependabot[bot] wants to merge 1 commit into
dependabot[bot] wants to merge 1 commit into
Conversation
Bumps [release-drafter/release-drafter](https://github.com/release-drafter/release-drafter) from 6 to 7. - [Release notes](https://github.com/release-drafter/release-drafter/releases) - [Commits](release-drafter/release-drafter@v6...v7) --- updated-dependencies: - dependency-name: release-drafter/release-drafter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
There was a problem hiding this comment.
1 issue found across 1 file
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".github/workflows/release-drafter.yml">
<violation number="1" location=".github/workflows/release-drafter.yml:24">
P2: Pin this GitHub Action to an immutable commit SHA instead of the mutable `v7` tag to prevent unreviewed upstream code changes from being pulled into CI runs.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
| runs-on: ubuntu-latest | ||
| steps: | ||
| - uses: release-drafter/release-drafter@v6 | ||
| - uses: release-drafter/release-drafter@v7 |
There was a problem hiding this comment.
P2: Pin this GitHub Action to an immutable commit SHA instead of the mutable v7 tag to prevent unreviewed upstream code changes from being pulled into CI runs.
Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/release-drafter.yml, line 24:
<comment>Pin this GitHub Action to an immutable commit SHA instead of the mutable `v7` tag to prevent unreviewed upstream code changes from being pulled into CI runs.</comment>
<file context>
@@ -21,6 +21,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- - uses: release-drafter/release-drafter@v6
+ - uses: release-drafter/release-drafter@v7
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
</file context>
Suggested change
| - uses: release-drafter/release-drafter@v7 | |
| - uses: release-drafter/release-drafter@139054aeaa9adc52ab36ddf67437541f039b88e2 # v7.1.1 |
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.
Bumps release-drafter/release-drafter from 6 to 7.
Release notes
Sourced from release-drafter/release-drafter's releases.
... (truncated)
Commits
139054achore: release v7.1.1114efa7fix: remove disable-releaser and disable-autolabeler from action.yaml (#1564)b23b6d2test: add semantic prefix replacer example44a942echore: release v7.1.0f1f40a0docs: update README with pull_request_target example (#1561)ebb69bbfix: support pull_request_target event in autolabeler (#1560)bddbd54ci: make sure PRs have a type label (#1557)4a66170fix: empty template when prs all are excluded by labels (#1429)7431882feat: filter releases by semver range (#1445)5a8b0d3ci: restore CodeQL category lost when matrix was removedDependabot 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 rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by cubic
Upgrades the Release Drafter GitHub Action from v6 to
release-drafter/release-drafter@v7to pick up the latest fixes and features. Only the reference in.github/workflows/release-drafter.ymlis updated.Written for commit 86edbd9. Summary will update on new commits.