Skip to content

Commit 473f5ac

Browse files
chore(deps): update github actions (#451)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | OpenSSF | |---|---|---|---|---| | [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `429e197` -> `f0f3afe` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/github/codeql-action/badge)](https://securityscorecards.dev/viewer/?uri=github.com/github/codeql-action) | | [github/privileged-requester](https://togithub.com/github/privileged-requester) | action | patch | `v2.3.0` -> `v2.3.2` | [![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.2`](https://togithub.com/github/privileged-requester/releases/tag/v2.3.2) [Compare Source](https://togithub.com/github/privileged-requester/compare/v2.3.1...v2.3.2) #### What's Changed - Commit verification bug by [@&#8203;GrantBirki](https://togithub.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/174](https://togithub.com/github/privileged-requester/pull/174) **Full Changelog**: github/privileged-requester@v2.3.1...v2.3.2 ### [`v2.3.1`](https://togithub.com/github/privileged-requester/releases/tag/v2.3.1) [Compare Source](https://togithub.com/github/privileged-requester/compare/v2.3.0...v2.3.1) #### What's Changed - Bump nock from 13.5.4 to 13.5.5 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/173](https://togithub.com/github/privileged-requester/pull/173) - Bump prettier from 3.2.5 to 3.3.3 by [@&#8203;dependabot](https://togithub.com/dependabot) in [https://github.com/github/privileged-requester/pull/165](https://togithub.com/github/privileged-requester/pull/165) **Full Changelog**: github/privileged-requester@v2.3.0...v2.3.1 </details> --- ### Configuration 📅 **Schedule**: Branch creation - "before 4am on Monday,before 4am on Thursday" (UTC), 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. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://togithub.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] 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/TransMascFutures). PR-URL: #451 Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2 parents 46e9d15 + 371f518 commit 473f5ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/approve.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
check:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0
13+
- uses: github/privileged-requester@ebdc640ba40d7488197e7d4dae814fbfae092e65 # v2.3.2
1414
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
1515
with:
1616
github_token: ${{ secrets.GH_ACT_PAT }}

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
- name: ⤵️ Check out code from GitHub
2222
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
2323
- name: 🏗 Initialize CodeQL
24-
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
24+
uses: github/codeql-action/init@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
2525
- name: 🚀 Perform CodeQL Analysis
26-
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
26+
uses: github/codeql-action/analyze@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3

0 commit comments

Comments
 (0)