Skip to content

Commit

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

| Package | Type | Update | Change |
|---|---|---|---|
| [actions/checkout](https://togithub.com/actions/checkout) | action |
digest | `a5ac7e5` -> `692973e` |
| [github/codeql-action](https://togithub.com/github/codeql-action) |
action | digest | `2e230e8` -> `23acc5c` |
| [reviewdog/action-alex](https://togithub.com/reviewdog/action-alex) |
action | digest | `0f066ba` -> `4cb2194` |
|
[reviewdog/action-hadolint](https://togithub.com/reviewdog/action-hadolint)
| action | digest | `0cb2ac2` -> `66dae8a` |
|
[reviewdog/action-markdownlint](https://togithub.com/reviewdog/action-markdownlint)
| action | digest | `5bc6ad5` -> `8a1ef8f` |
|
[reviewdog/action-misspell](https://togithub.com/reviewdog/action-misspell)
| action | digest | `a8d4835` -> `8cd4a88` |
|
[reviewdog/action-shellcheck](https://togithub.com/reviewdog/action-shellcheck)
| action | digest | `72365a5` -> `6e3a862` |
|
[reviewdog/action-suggester](https://togithub.com/reviewdog/action-suggester)
| action | digest | `185c9c0` -> `9e1cd88` |
|
[reviewdog/action-yamllint](https://togithub.com/reviewdog/action-yamllint)
| action | digest | `8d79c3d` -> `bc37f45` |

---

### 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:eyJjcmVhdGVkSW5WZXIiOiIzNy4zOTkuOCIsInVwZGF0ZWRJblZlciI6IjM3LjQwNy4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiXX0=-->

Co-authored-by: Blake Kostner <[email protected]>
  • Loading branch information
btkostner-jumar[bot] and btkostner authored Jun 13, 2024
1 parent fa991dd commit 665f06b
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
50 changes: 25 additions & 25 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -27,7 +27,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -45,7 +45,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -55,7 +55,7 @@ jobs:

- if: ${{ github.event_name == 'pull_request' }}
name: Suggest
uses: reviewdog/action-suggester@185c9c06d0a28fbe43b50aca4b32777b649e7cbd # v1
uses: reviewdog/action-suggester@9e1cd88b79ba3c0023c94e44accd72344f032093 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -71,7 +71,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1
Expand All @@ -90,10 +90,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-alex@0f066ba775156b3c630e560b0304ed0d7a12b796 # v1
uses: reviewdog/action-alex@4cb219482ff39ba1d25c5164231189e2bd53e32e # v1
with:
filter_mode: ${{ github.event_name == 'pull_request' && 'added' || 'nofilter' }}
level: info
Expand All @@ -109,7 +109,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install Stylelint
run: npm install stylelint stylelint-config-standard
Expand All @@ -132,7 +132,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -150,10 +150,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-hadolint@0cb2ac2bb3969115db5f40c88bbb1f4ce7f59c2f # v1
uses: reviewdog/action-hadolint@66dae8a08183f1075386da9fff19a32512ddd31f # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -169,7 +169,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -187,7 +187,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Install Standard
run: npm install eslint-config-standard eslint-plugin-promise eslint-plugin-import eslint-plugin-n
Expand All @@ -210,10 +210,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-markdownlint@5bc6ad5ba9e1250878f351bafcc7ac0a11dc050f # v0
uses: reviewdog/action-markdownlint@8a1ef8f946e74c4d7119ec2489069a870b2a4e8f # v0
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -230,10 +230,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-misspell@a8d48353ad85f5e20d5a5d86549245a30c21f74f # v1
uses: reviewdog/action-misspell@8cd4a880dd86b1b175092c18c23cdec31283d654 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -250,10 +250,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-shellcheck@72365a51bf6476fe952a117c3ff703eb7775e40a # v1
uses: reviewdog/action-shellcheck@6e3a862f231c6895fbd335b70adef8f9243d5762 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -269,7 +269,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-shfmt@f59386f08bd9a24ac1a746e69f026ddc2ed06710 # v1
Expand All @@ -287,10 +287,10 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Lint
uses: reviewdog/action-yamllint@8d79c3d034667db2792e328936811ed44953d691 # v1
uses: reviewdog/action-yamllint@bc37f456f657881f4a007caa6e243cef03ec8a84 # v1
with:
fail_on_error: true
filter_mode: nofilter
Expand All @@ -305,7 +305,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand All @@ -322,7 +322,7 @@ jobs:
run: mix sobelow --format sarif > results.sarif

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

Expand All @@ -334,7 +334,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout Code
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4

- name: Setup Elixir
uses: ./.github/actions/setup-elixir
Expand Down

0 comments on commit 665f06b

Please sign in to comment.