Skip to content

Commit

Permalink
Pin dependencies (#51)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored and paulo-ferraz-oliveira committed Jun 6, 2024
1 parent 72f8cd6 commit eb6647c
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
".github/.*/.*\\.yml"
],
"matchStrings": [
"# renovate datasource: (?<datasource>[^,]+), depName: (?<depName>[^\\n]+)\\n.+(?<currentValue>v?\\d+(\\.\\d+)?(\\.\\d+)?)\n"
"# renovate datasource: (?<datasource>[^,]+), depName: (?<depName>[^\\n]+)\\n.+(?<currentValue>v?\\d+(\\.\\d+)?(\\.\\d+)?)\\n"
]
},
{
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/erlang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:
runs-on: ${{matrix.os-base}}-${{matrix.os-vsn}}

steps:
- uses: actions/[email protected]
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: erlef/[email protected].5
- uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 # v1.17.6
id: setup-beam
with:
otp-version: ${{matrix.otp-version}}
Expand All @@ -71,7 +71,7 @@ jobs:
if: ${{matrix.os-base == 'macos'}}
- name: Restore _build
uses: actions/[email protected]
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: _build
key: "_build-cache-for\
Expand All @@ -82,7 +82,7 @@ jobs:
if: ${{matrix.os-base != 'macos'}}

- name: Restore rebar3's cache
uses: actions/[email protected]
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
with:
path: ~/.cache/rebar3
key: "rebar3-cache-for\
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,19 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected]
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

# uses .markdownlint.yml for configuration
- name: markdownlint
uses: DavidAnson/[email protected]
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0
with:
globs: |
.github/**/*.md
*.md
LICENSE
- name: yamllint
uses: ibiqlik/[email protected]
uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1
with:
file_or_dir: |
.github/**/*.yml
Expand All @@ -31,6 +31,6 @@ jobs:
config_file: .yamllint.yml

- name: actionlint
uses: reviewdog/[email protected]
uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1.48.0
env:
SHELLCHECK_OPTS: -o all
4 changes: 2 additions & 2 deletions .github/workflows/rebar3-lock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
if: "${{ github.ref == 'refs/heads/renovate/rebar.config-deps' }}"
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6

- uses: erlef/[email protected]
- uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 # v1.17.6
with:
version-type: strict
version-file: .tool-versions
Expand Down
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
erlang 27.0
rebar 3.22.1
rebar 3.23.0

0 comments on commit eb6647c

Please sign in to comment.