From f884af7c0eb9686aacb88393e6b5333b3741242d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 13 Aug 2024 16:16:44 +0000 Subject: [PATCH] chore(workflows): update github/privileged-requester action to v2.3.0 (#1379) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![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
github/privileged-requester (github/privileged-requester) ### [`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 [@​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 [@​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 [@​GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/171](https://togithub.com/github/privileged-requester/pull/171) **Full Changelog**: https://github.com/github/privileged-requester/compare/v2.2.0...v2.3.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. --- - [ ] 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). ## 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. Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/approve.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/approve.yml b/.github/workflows/approve.yml index 2829921a18..b036b8949e 100644 --- a/.github/workflows/approve.yml +++ b/.github/workflows/approve.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest name: '🤖 PR Auto Approve' steps: - - uses: github/privileged-requester@3bfe4fe11beb79a205f0143769d3035d728cec2d # v2.2.0 + - uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0 if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}} with: github_token: ${{ secrets.GH_ACT_PAT }}