File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2525 run : |
2626 echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT"
2727 - name : Install Ruby and gems
28- uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301 .0
28+ uses : ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302 .0
2929 with :
3030 bundler-cache : true
3131 ruby-version : ${{steps.determine-ruby-version.outputs.RUBY_VERSION}}
Original file line number Diff line number Diff line change 3535 run : |
3636 echo "RUBY_VERSION=$(cat ../../.ruby-version)" >> "$GITHUB_OUTPUT"
3737 - name : Install Ruby and gems
38- uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301 .0
38+ uses : ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302 .0
3939 with :
4040 bundler-cache : true
4141 ruby-version : ${{steps.determine-ruby-version.outputs.RUBY_VERSION}}
Original file line number Diff line number Diff line change 3232 run : python -m pip freeze --local
3333 shell : bash
3434 - name : 📦 Cache Pre-commit tools
35- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
35+ uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
3636 with :
3737 path : ~/.cache/pre-commit
3838 key : pre-commit-3|${{ hashFiles('.pre-commit-config.yaml') }}
Original file line number Diff line number Diff line change 1010 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
1111
1212 - name : Build
13- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
13+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
1414 with :
1515 push : false
1616 cache-from : type=gha
Original file line number Diff line number Diff line change 4848 uses : docker/setup-buildx-action@4d04d5d9486b7bd6fa91e7baf45bbb4f8b9deedd # v4.0.0
4949
5050 - name : Build
51- uses : docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0 .0
51+ uses : docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1 .0
5252 with :
5353 push : true
5454 tags : ${{ steps.generate_image_uri.outputs.URI }}
Original file line number Diff line number Diff line change 4848 - name : Checkout code
4949 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5050 - name : Install Ruby and gems at root
51- uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301 .0
51+ uses : ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302 .0
5252 with :
5353 bundler-cache : true
5454 ruby-version : ${{needs.setup.outputs.ruby-version}}
7373 install_args : hcl2json
7474
7575 - name : " Install Ruby and gems in ${{matrix.spec_target}}"
76- uses : ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301 .0
76+ uses : ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302 .0
7777 with :
7878 bundler-cache : true
7979 ruby-version : ${{needs.setup.outputs.ruby-version}}
Original file line number Diff line number Diff line change @@ -189,7 +189,7 @@ jobs:
189189 github_token : ${{ secrets.MISE_PAT }}
190190 install_args : tflint
191191
192- - uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
192+ - uses : actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
193193 name : Cache tflint plugin dir
194194 with :
195195 path : ~/.tflint.d/plugins
You can’t perform that action at this time.
0 commit comments