File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 4242 runs-on : ${{matrix.os-base}}-${{matrix.os-vsn}}
4343
4444 steps :
45- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
45+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4646
4747 - uses : erlef/setup-beam@e6d7c94229049569db56a7ad5a540c051a010af9 # v1.20.4
4848 id : setup-beam
5151 version-file : .tool-versions
5252
5353 - name : Restore _build
54- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
54+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5555 with :
5656 path : _build
5757 key : " _build-cache-for\
6161 -hash-${{hashFiles('rebar.lock')}}"
6262
6363 - name : Restore rebar3's cache
64- uses : actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
64+ uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
6565 with :
6666 path : ~/.cache/rebar3
6767 key : " rebar3-cache-for\
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-24.04
1818
1919 steps :
20- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
2121
2222 # uses .markdownlint.yml for configuration
2323 - name : markdownlint
3838 config_file : .yamllint.yml
3939
4040 - name : actionlint
41- uses : reviewdog/action-actionlint@a5524e1c19e62881d79c1f1b9b6f09f16356e281 # v1.65.2
41+ uses : reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0
4242 env :
4343 SHELLCHECK_OPTS : -o all
Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ jobs:
3939 runs-on : ubuntu-24.04
4040
4141 steps :
42- - uses : actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6
42+ - uses : actions/create-github-app-token@7e473efe3cb98aa54f8d4bac15400b15fad77d94 # v2.2.0
4343 id : app-token
4444 with :
4545 app-id : ${{vars.GHA_LITTLE_HELPER_APP_ID}}
4646 private-key : ${{secrets.GHA_LITTLE_HELPER_PRIVATE_KEY}}
4747
48- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
48+ - uses : actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
4949 with :
5050 token : ${{steps.app-token.outputs.token}}
5151 ref : ${{needs.branch.outputs.head_ref}}
Original file line number Diff line number Diff line change 1- erlang 28.0.2
1+ erlang 28.1.1
22rebar 3.25.1
You can’t perform that action at this time.
0 commit comments