Skip to content

Commit

Permalink
chore(deps): update github actions (#49)
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 |
|---|---|---|---|
| [github/codeql-action](https://togithub.com/github/codeql-action) | action | digest | `c3b6fce` -> `4238421` |
| [ruby/setup-ruby](https://togithub.com/ruby/setup-ruby) | action | minor | `v1.121.0` -> `v1.123.0` |

---

### Release Notes

<details>
<summary>ruby/setup-ruby</summary>

### [`v1.123.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.123.0): Update Packages (tool-cache, http-client)

[Compare Source](https://togithub.com/ruby/setup-ruby/compare/v1.122.0...v1.123.0)

-   [ruby/setup-ruby#399

### [`v1.122.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.122.0): Add ruby-3.2.0-preview3

[Compare Source](https://togithub.com/ruby/setup-ruby/compare/v1.121.0...v1.122.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.

👻 **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/weareinreach/InReach).



PR-URL: #49
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] committed Nov 15, 2022
2 parents 35a869a + 4876dd1 commit 3350888
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Expand Up @@ -15,6 +15,6 @@ jobs:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
uses: github/codeql-action/init@4238421316c33d73aeea2801274dd286f157c2bb # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
uses: github/codeql-action/analyze@4238421316c33d73aeea2801274dd286f157c2bb # v2
2 changes: 1 addition & 1 deletion .github/workflows/codesee-arch-diagram.yml
Expand Up @@ -50,7 +50,7 @@ jobs:
architecture: 'x64'

- name: Configure Ruby '3.x'
uses: ruby/setup-ruby@8ddb7b3348b3951590db24c346e94ebafdabc926 # v1.121.0
uses: ruby/setup-ruby@c4fe7bd15ddbfcd5e07e47bf2f2cae90581d6091 # v1.123.0
if: ${{ fromJSON(steps.detect-languages.outputs.languages).ruby }}
with:
ruby-version: '3.0'
Expand Down

0 comments on commit 3350888

Please sign in to comment.