Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pin dependencies #51

Merged
merged 1 commit into from
Jun 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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