Skip to content

Commit

Permalink
chore(workflows): update github/privileged-requester action to v2.3.0 (
Browse files Browse the repository at this point in the history
…#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>
  • Loading branch information
renovate[bot] authored Aug 13, 2024
1 parent d4411ce commit f884af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit f884af7

Please sign in to comment.