Skip to content

Commit

Permalink
chore(deps): update github actions (#451)
Browse files Browse the repository at this point in the history
[![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://github.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://github.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://github.com/github/privileged-requester/releases/tag/v2.3.2)

[Compare Source](https://github.com/github/privileged-requester/compare/v2.3.1...v2.3.2)

#### What's Changed

-   Commit verification bug by [@&#8203;GrantBirki](https://github.com/GrantBirki) in [https://github.com/github/privileged-requester/pull/174](https://github.com/github/privileged-requester/pull/174)

**Full Changelog**: github/privileged-requester@v2.3.1...v2.3.2

### [`v2.3.1`](https://github.com/github/privileged-requester/releases/tag/v2.3.1)

[Compare Source](https://github.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://github.com/dependabot) in [https://github.com/github/privileged-requester/pull/173](https://github.com/github/privileged-requester/pull/173)
-   Bump prettier from 3.2.5 to 3.3.3 by [@&#8203;dependabot](https://github.com/dependabot) in [https://github.com/github/privileged-requester/pull/165](https://github.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://github.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>
  • Loading branch information
kodiakhq[bot] and renovate[bot] authored Aug 23, 2024
2 parents 46e9d15 + 371f518 commit 473f5ac
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: github/privileged-requester@29be02034609a90b30859edafa8b1e1d19738c79 # v2.3.0
- uses: github/privileged-requester@ebdc640ba40d7488197e7d4dae814fbfae092e65 # v2.3.2
if: ${{ github.event.requested_reviewer.login == 'InReach-svc'}}
with:
github_token: ${{ secrets.GH_ACT_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
uses: github/codeql-action/init@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@429e1977040da7a23b6822b13c129cd1ba93dbb2 # v3
uses: github/codeql-action/analyze@f0f3afee809481da311ca3a6ff1ff51d81dbeb24 # v3

0 comments on commit 473f5ac

Please sign in to comment.