-
-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore(deps): update peter-evans/create-pull-request action to v7 #231
base: main
Are you sure you want to change the base?
Conversation
8acd9b6
to
fbd84a6
Compare
fbd84a6
to
0d8974d
Compare
0d8974d
to
df76e68
Compare
df76e68
to
962b4a8
Compare
@@ -26,7 +26,7 @@ | |||
with: | |||
output: 'HISTORY.md' | |||
- name: Create Pull Request | |||
uses: peter-evans/create-pull-request@v6.1.0 | |||
uses: peter-evans/create-pull-request@v7.0.5 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
@@ -34,7 +34,7 @@ | |||
|
|||
- name: Create Pull Request | |||
if: failure() | |||
uses: peter-evans/create-pull-request@v6.1.0 | |||
uses: peter-evans/create-pull-request@v7.0.5 |
Check warning
Code scanning / Semgrep (reported by Codacy)
An action sourced from a third-party repository on GitHub is not pinned to a full length commit SHA. Pinning an action to a full length commit SHA is currently the only way to use an action as an immutable release. Warning
962b4a8
to
c346105
Compare
c346105
to
048fa91
Compare
048fa91
to
903de46
Compare
This PR contains the following updates:
v6.1.0
->v7.0.5
Release Notes
peter-evans/create-pull-request (peter-evans/create-pull-request)
v7.0.5
: Create Pull Request v7.0.5Compare Source
⚙️ Fixes an issue with commit signing to allow it to support symlinks
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.4...v7.0.5
v7.0.4
: Create Pull Request v7.0.4Compare Source
⚙️ Fixes an issue with commit signing to allow it to support submodules
What's Changed
New Contributors
Full Changelog: peter-evans/create-pull-request@v7.0.3...v7.0.4
v7.0.3
: Create Pull Request v7.0.3Compare Source
⚙️ Fixes an issue with commit signing where commit SHAs have variable lengths when abbreviated.
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.2...v7.0.3
v7.0.2
: Create Pull Request v7.0.2Compare Source
⚙️ Fixes an issue with commit signing when a change was detected as being a rename or copy.
What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.1...v7.0.2
v7.0.1
: Create Pull Request v7.0.1Compare Source
⚙️ Fixes an issue affecting one particular use case where the action fails on
diff --stat
withfatal: ambiguous argument
.What's Changed
Full Changelog: peter-evans/create-pull-request@v7.0.0...v7.0.1
v7.0.0
: Create Pull Request v7.0.0Compare Source
✨ Now supports commit signing with bot-generated tokens! See "What's new" below. ✍️🤖
Behaviour changes
git-token
has been renamedbranch-token
, to be more clear about its purpose. Thebranch-token
is the token that the action will use to create and update the branch.pull-request-operation
output now returnsnone
when no operation was executed.PULL_REQUEST_NUMBER
. Please use thepull-request-number
action output instead.What's new
github-actions[bot]
when usingGITHUB_TOKEN
, or your own bot when using GitHub App tokens. See commit signing for details.draft
now accepts a new valuealways-true
. This will set the pull request to draft status when the pull request is updated, as well as on creation.maintainer-can-modify
indicates whether maintainers can modify the pull request. The default istrue
, which retains the existing behaviour of the action.pull-request-commits-verified
returnstrue
orfalse
, indicating whether GitHub considers the signature of the branch's commits to be verified.What's Changed
New Contributors
Full Changelog: peter-evans/create-pull-request@v6.1.0...v7.0.0
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 is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.