Skip to content

Commit

Permalink
chore(deps): update ci (#68)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [erlef/setup-beam](https://togithub.com/erlef/setup-beam) | action |
digest | `2f0cc07` -> `0a54116` |
| [github/codeql-action](https://togithub.com/github/codeql-action) |
action | digest | `f079b84` -> `2e230e8` |
|
[reviewdog/action-actionlint](https://togithub.com/reviewdog/action-actionlint)
| action | digest | `4797143` -> `fd62799` |
|
[reviewdog/action-eslint](https://togithub.com/reviewdog/action-eslint)
| action | digest | `423672b` -> `790a3d3` |
|
[reviewdog/action-hadolint](https://togithub.com/reviewdog/action-hadolint)
| action | digest | `13c293e` -> `0cb2ac2` |
|
[reviewdog/action-misspell](https://togithub.com/reviewdog/action-misspell)
| action | digest | `5bd7be2` -> `a8d4835` |
|
[reviewdog/action-stylelint](https://togithub.com/reviewdog/action-stylelint)
| action | digest | `24fcb95` -> `0bea453` |

---

### 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 becomes conflicted, 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Renovate
Bot](https://togithub.com/renovatebot/renovate).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjM5MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Blake Kostner <[email protected]>
  • Loading branch information
btkostner-jumar[bot] and btkostner authored Jun 5, 2024
1 parent 4512ad4 commit d2b732c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/setup-elixir/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ runs:
steps:
- id: beam
name: Install Elixir
uses: erlef/setup-beam@2f0cc07b4b9bea248ae098aba9e1a8a1de5ec24c # v1
uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 # v1
with:
elixir-version: ${{ inputs.elixir-version }}
otp-version: ${{ inputs.otp-version }}
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Lint
uses: reviewdog/action-actionlint@4797143fa54b2306fe78646b48cfa10395506635 # v1
uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
run: npm install stylelint stylelint-config-standard

- name: Lint
uses: reviewdog/action-stylelint@24fcb957ec2ca41649b8e060a6630feb0d8e4201 # v1
uses: reviewdog/action-stylelint@0bea45384d07c94df70f326b75c38e4c9ddbacb8 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Lint
uses: reviewdog/action-hadolint@13c293e6679cd4c90fa41dd5155fb067a28c0a5f # v1
uses: reviewdog/action-hadolint@0cb2ac2bb3969115db5f40c88bbb1f4ce7f59c2f # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
run: npm install eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-n

- name: Lint
uses: reviewdog/action-eslint@423672b7acbb75ee34d3e37aff30949ddc8350e3 # v1
uses: reviewdog/action-eslint@790a3d311c34b6f73294740617f9c2e9be493ae3 # v1
with:
eslint_flags: --config .github/linters/.eslintrc.json .
fail_on_error: true
Expand Down Expand Up @@ -233,7 +233,7 @@ jobs:
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4

- name: Lint
uses: reviewdog/action-misspell@5bd7be2fc7ae56a517184f5c4bbcf2fd7afe3927 # v1
uses: reviewdog/action-misspell@a8d48353ad85f5e20d5a5d86549245a30c21f74f # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
run: mix sobelow --format sarif > results.sarif

- name: Upload Report
uses: github/codeql-action/upload-sarif@f079b8493333aace61c81488f8bd40919487bd9f # v3
uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3
with:
sarif_file: results.sarif

Expand Down

0 comments on commit d2b732c

Please sign in to comment.