From 9ac255c802d72291b3f5419888b8f6df1ac08972 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 6 Jun 2024 22:01:56 +0000 Subject: [PATCH] Pin dependencies --- .github/workflows/erlang.yml | 8 ++++---- .github/workflows/lint.yml | 8 ++++---- .github/workflows/rebar3-lock.yml | 4 ++-- .tool-versions | 2 +- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/erlang.yml b/.github/workflows/erlang.yml index 31bfbc2..8230ddf 100644 --- a/.github/workflows/erlang.yml +++ b/.github/workflows/erlang.yml @@ -56,9 +56,9 @@ jobs: runs-on: ${{matrix.os-base}}-${{matrix.os-vsn}} steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: erlef/setup-beam@v1.17.5 + - uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 # v1.17.6 id: setup-beam with: otp-version: ${{matrix.otp-version}} @@ -71,7 +71,7 @@ jobs: if: ${{matrix.os-base == 'macos'}} - name: Restore _build - uses: actions/cache@v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: _build key: "_build-cache-for\ @@ -82,7 +82,7 @@ jobs: if: ${{matrix.os-base != 'macos'}} - name: Restore rebar3's cache - uses: actions/cache@v4.0.2 + uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2 with: path: ~/.cache/rebar3 key: "rebar3-cache-for\ diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index cf3b586..8f10abe 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,11 +10,11 @@ jobs: runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 # uses .markdownlint.yml for configuration - name: markdownlint - uses: DavidAnson/markdownlint-cli2-action@v16.0.0 + uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8 # v16.0.0 with: globs: | .github/**/*.md @@ -22,7 +22,7 @@ jobs: LICENSE - name: yamllint - uses: ibiqlik/action-yamllint@v3.1.1 + uses: ibiqlik/action-yamllint@2576378a8e339169678f9939646ee3ee325e845c # v3.1.1 with: file_or_dir: | .github/**/*.yml @@ -31,6 +31,6 @@ jobs: config_file: .yamllint.yml - name: actionlint - uses: reviewdog/action-actionlint@v1.48.0 + uses: reviewdog/action-actionlint@fd627997c9688c2f39e13917aed23873c031b834 # v1.48.0 env: SHELLCHECK_OPTS: -o all diff --git a/.github/workflows/rebar3-lock.yml b/.github/workflows/rebar3-lock.yml index 613270d..b0cc710 100644 --- a/.github/workflows/rebar3-lock.yml +++ b/.github/workflows/rebar3-lock.yml @@ -9,9 +9,9 @@ jobs: if: "${{ github.ref == 'refs/heads/renovate/rebar.config-deps' }}" runs-on: ubuntu-22.04 steps: - - uses: actions/checkout@v4.1.6 + - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 - - uses: erlef/setup-beam@v1.17.6 + - uses: erlef/setup-beam@0a541161e47ec43ccbd9510053c5f336ca76c2a2 # v1.17.6 with: version-type: strict version-file: .tool-versions diff --git a/.tool-versions b/.tool-versions index 064fb4e..2235e4c 100644 --- a/.tool-versions +++ b/.tool-versions @@ -1,2 +1,2 @@ erlang 27.0 -rebar 3.22.1 +rebar 3.23.0