Skip to content

Commit f884af7

Browse files
chore(workflows): update github/privileged-requester action to v2.3.0 (#1379)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [github/privileged-requester](https://togithub.com/github/privileged-requester) | action | minor | `v2.2.0` -> `v2.3.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/github/privileged-requester/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/privileged-requester) | --- ### Release Notes <details> <summary>github/privileged-requester (github/privileged-requester)</summary> ### [`v2.3.0`](https://togithub.com/github/privileged-requester/releases/tag/v2.3.0) [Compare Source](https://togithub.com/github/privileged-requester/compare/v2.2.0...v2.3.0) #### What's Changed - Bump actions/upload-artifact from 4.3.1 to 4.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/152](https://togithub.com/github/privileged-requester/pull/152) - Bump actions/upload-artifact from 4.3.3 to 4.3.6 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/169](https://togithub.com/github/privileged-requester/pull/169) - Commit Verification 🔒 by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/171](https://togithub.com/github/privileged-requester/pull/171) **Full Changelog**: github/privileged-requester@v2.2.0...v2.3.0 </details> --- ### 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. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/weareinreach/InReach). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4yMC4xIiwidXBkYXRlZEluVmVyIjoiMzguMjAuMSIsInRhcmdldEJyYW5jaCI6ImRldiIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJkZXBlbmRlbmNpZXMiLCJrb2RpYWs6IG1lcmdlLm1ldGhvZCA9ICdzcXVhc2gnIl19--> <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Updated the workflow configuration for automatic pull request approvals to enhance functionality and reliability. - **Bug Fixes** - Upgraded to a newer version of the approval action, which may introduce fixes and improvements in workflow operations. <!-- end of auto-generated comment: release notes by coderabbit.ai --> Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent d4411ce commit f884af7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/approve.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
name: '🤖 PR Auto Approve'
1616
steps:
17-
- uses: github/privileged-requester@3bfe4fe11beb79a205f0143769d3035d728cec2d # v2.2.0
17+
- uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0
1818
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
1919
with:
2020
github_token: ${{ secrets.GH_ACT_PAT }}

0 commit comments

Comments
 (0)