Skip to content

Commit

Permalink
chore(deps): pin dependencies (#38)
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 |
|---|---|---|---|
| [actions-rs/toolchain](https://togithub.com/actions-rs/toolchain) | action | pinDigest |  -> `16499b5` |
| [actions/checkout](https://togithub.com/actions/checkout) | action | pinDigest |  -> `93ea575` |
| [actions/setup-java](https://togithub.com/actions/setup-java) | action | pinDigest |  -> `de1bb2b` |
| [actions/setup-node](https://togithub.com/actions/setup-node) | action | pinDigest |  -> `8c91899` |
| [actions/setup-python](https://togithub.com/actions/setup-python) | action | pinDigest |  -> `13ae5bb` |
| [actions/stale](https://togithub.com/actions/stale) | action | pinDigest |  -> `5ebf00e` |
| [atlassian/gajira-login](https://togithub.com/atlassian/gajira-login) | action | pinDigest |  -> `90a5995` |
| [chromaui/action](https://togithub.com/chromaui/action) | action | pinDigest |  -> `9f9e97c` |
| [cypress-io/github-action](https://togithub.com/cypress-io/github-action) | action | pinDigest |  -> `30008f1` |
| [dessant/lock-threads](https://togithub.com/dessant/lock-threads) | action | pinDigest |  -> `e460dfe` |
| [github/codeql-action](https://togithub.com/github/codeql-action) | action | pinDigest |  -> `c3b6fce` |
| [jesusvasquez333/verify-pr-label-action](https://togithub.com/jesusvasquez333/verify-pr-label-action) | action | pinDigest |  -> `657d111` |
| [micnncim/action-label-syncer](https://togithub.com/micnncim/action-label-syncer) | action | pinDigest |  -> `3abd5ab` |
| [ruby/setup-ruby](https://togithub.com/ruby/setup-ruby) | action | minor | `v1.120.0` -> `v1.121.0` |

---

### Release Notes

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

### [`v1.121.0`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.121.0): Update to actions/cache@v3

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

-   [ruby/setup-ruby#396

### [`v1.120.1`](https://togithub.com/ruby/setup-ruby/releases/tag/v1.120.1): Workaround issue with gem install bundler on truffleruby-head

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

-   [oracle/truffleruby#2780

</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: #38
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 10, 2022
2 parents 9fc18e8 + 95b0cad commit cd972e0
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/chromatic.yml
Expand Up @@ -19,15 +19,15 @@ jobs:
run:
working-directory: packages/storybook
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
fetch-depth: 0
- name: Install dependencies
run: npx --yes pnpm -F "@weareinreach/storybook" install
# 👇 Runs yarn in ./packages/storybook
working-directory: packages/storybook
- name: Publish to Chromatic
uses: chromaui/action@v1
uses: chromaui/action@9f9e97cdc8598bb82e105073569d38527a7ac1f6 # v1
with:
# 👇 Runs Chromatic CLI in ./packages/storybook
workingDir: packages/storybook
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -13,8 +13,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- name: 🏗 Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
- name: 🚀 Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@c3b6fce4ee2ca25bc1066aa3bf73962fda0e8898 # v2
12 changes: 6 additions & 6 deletions .github/workflows/codesee-arch-diagram.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: checkout
id: checkout
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
repository: ${{ github.event.pull_request.head.repo.full_name }}
ref: ${{ github.event.pull_request.head.ref }}
Expand All @@ -28,7 +28,7 @@ jobs:
uses: Codesee-io/codesee-detect-languages-action@latest

- name: Configure JDK 16
uses: actions/setup-java@v3
uses: actions/setup-java@de1bb2b0c5634f0fc4438d7aa9944e68f9bf86cc # v3
if: ${{ fromJSON(steps.detect-languages.outputs.languages).java }}
with:
java-version: '16'
Expand All @@ -37,27 +37,27 @@ jobs:
# CodeSee Maps Go support uses a static binary so there's no setup step required.

- name: Configure Node.js 14
uses: actions/setup-node@v3
uses: actions/setup-node@8c91899e586c5b171469028077307d293428b516 # v3
if: ${{ fromJSON(steps.detect-languages.outputs.languages).javascript }}
with:
node-version: '14'

- name: Configure Python 3.x
uses: actions/setup-python@v4
uses: actions/setup-python@13ae5bb136fac2878aff31522b9efb785519f984 # v4
if: ${{ fromJSON(steps.detect-languages.outputs.languages).python }}
with:
python-version: '3.10'
architecture: 'x64'

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

# We need the rust toolchain because it uses rustc and cargo to inspect the package
- name: Configure Rust 1.x stable
uses: actions-rs/toolchain@v1
uses: actions-rs/toolchain@16499b5e05bf2e26879000db0c1d13f7e13fa3af # v1
if: ${{ fromJSON(steps.detect-languages.outputs.languages).rust }}
with:
toolchain: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/cypress-steps.yml
Expand Up @@ -5,11 +5,11 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- name: Install PNPM
run: npm i -g pnpm
- name: Cypress run
uses: cypress-io/github-action@v4.2.0
uses: cypress-io/github-action@30008f1458a5a2c97054bfe118fe33d75976c482 # v4.2.0
with:
command: npm run cypress:run:steps
record: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/jira.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Create Jira Issue
steps:
- name: Login
uses: atlassian/gajira-login@v2.0.0
uses: atlassian/gajira-login@90a599561baaf8c05b080645ed73db7391c246ed # v2.0.0
env:
JIRA_BASE_URL: ${{ secrets.JIRA_BASE_URL }}
JIRA_USER_EMAIL: ${{ secrets.JIRA_USER_EMAIL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/labels.yml
Expand Up @@ -14,8 +14,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ⤵️ Check out code from GitHub
uses: actions/checkout@v3
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
- name: 🚀 Run Label Syncer
uses: micnncim/action-label-syncer@v1.3.0
uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/lock.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
name: 🔒 Lock closed issues and PRs
runs-on: ubuntu-latest
steps:
- uses: dessant/lock-threads@v3.0.0
- uses: dessant/lock-threads@e460dfeb36e731f3aeb214be6b0c9a9d9a67eda6 # v3.0.0
with:
github-token: ${{ github.token }}
issue-inactive-days: '30'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-labels.yml
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🏷 Verify PR has a valid label
uses: jesusvasquez333/verify-pr-label-action@v1.4.0
uses: jesusvasquez333/verify-pr-label-action@657d111bbbe13e22bbd55870f1813c699bde1401 # v1.4.0
with:
github-token: '${{ secrets.GITHUB_TOKEN }}'
valid-labels: >-
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar-scan.yml
Expand Up @@ -10,7 +10,7 @@ jobs:
name: SonarCloud
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3
with:
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
- name: SonarCloud Scan
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 🚀 Run stale
uses: actions/stale@v6
uses: actions/stale@5ebf00ea0e4c1561e9b43a292ed34424fb1d4578 # v6
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
days-before-stale: 30
Expand Down

0 comments on commit cd972e0

Please sign in to comment.