@@ -59,10 +59,10 @@ jobs:
5959 burrito_out : glorbo_linux_aarch64
6060 runs-on : ${{ matrix.runner }}
6161 steps :
62- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
62+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6363
6464 - name : Install Erlang + Elixir
65- uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
65+ uses : erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
6666 env :
6767 # The `ubuntu-24.04-arm` runner started reporting
6868 # `ImageOS=ubuntu24-arm64` (GitHub image rollout ~2026-06), which
@@ -126,7 +126,7 @@ jobs:
126126 sudo systemctl reload apparmor
127127
128128 - name : Cache mix deps + build
129- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
129+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
130130 with :
131131 path : |
132132 deps
@@ -181,7 +181,7 @@ jobs:
181181 # blocking outright.
182182 - name : Cache Dialyzer PLT
183183 if : matrix.arch == 'x86_64'
184- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
184+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
185185 with :
186186 path : _build/dialyzer_plts
187187 # Bumped key prefix (`plt2-`) after the codex-deep-dive PLT
@@ -418,10 +418,10 @@ jobs:
418418 burrito_out : glorbo_macos_arm64
419419 runs-on : ubuntu-24.04
420420 steps :
421- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
421+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
422422
423423 - name : Install Erlang + Elixir
424- uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
424+ uses : erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
425425 env :
426426 # The `ubuntu-24.04-arm` runner started reporting
427427 # `ImageOS=ubuntu24-arm64` (GitHub image rollout ~2026-06), which
@@ -441,7 +441,7 @@ jobs:
441441 version-type : strict
442442
443443 - name : Cache mix deps + build
444- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
444+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
445445 with :
446446 path : |
447447 deps
@@ -559,7 +559,7 @@ jobs:
559559 # attests "these bytes were signed by this identity", provenance
560560 # attests "these bytes were built by this workflow from this source".
561561 - name : Attest build provenance (SLSA)
562- uses : actions/attest-build-provenance@a2bbfa25375fe432b6a289bc6b6cd05ecd0c4c32 # v4.1.0
562+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
563563 with :
564564 subject-path : |
565565 artifacts/glorbo-linux-x86_64
@@ -569,7 +569,7 @@ jobs:
569569 artifacts/SHA256SUMS
570570
571571 - name : Publish GitHub Release
572- uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
572+ uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3.0.2
573573 with :
574574 files : |
575575 artifacts/glorbo-linux-x86_64
@@ -591,10 +591,10 @@ jobs:
591591 needs : [release]
592592 runs-on : ubuntu-24.04
593593 steps :
594- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
594+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
595595
596596 - name : Install Erlang + Elixir
597- uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.24.0
597+ uses : erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.24.1
598598 env :
599599 # The `ubuntu-24.04-arm` runner started reporting
600600 # `ImageOS=ubuntu24-arm64` (GitHub image rollout ~2026-06), which
@@ -614,7 +614,7 @@ jobs:
614614 version-type : strict
615615
616616 - name : Cache mix deps
617- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
617+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
618618 with :
619619 path : |
620620 deps
0 commit comments