@@ -25,13 +25,13 @@ jobs:
2525 runs-on : ubuntu-latest
2626 steps :
2727 - name : Harden the runner (Audit all outbound calls)
28- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
28+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
2929 with :
3030 egress-policy : audit
3131
3232 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333 - name : Set up Ruby
34- uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
34+ uses : ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263 .0
3535 with :
3636 bundler-cache : true # would run bundle install
3737 - name : Run the build
@@ -43,15 +43,15 @@ jobs:
4343 GITHUB_PASSWORD : " ${{ secrets.GITHUB_TOKEN }}"
4444 steps :
4545 - name : Harden the runner (Audit all outbound calls)
46- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
46+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4747 with :
4848 egress-policy : audit
4949
5050 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151 with :
5252 fetch-depth : 0
5353 - name : Set up Ruby
54- uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
54+ uses : ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263 .0
5555 with :
5656 bundler-cache : true # would run bundle install
5757 - name : Set up user in git config
@@ -72,19 +72,19 @@ jobs:
7272 S3_BUCKET : " ${{ secrets.S3_BUCKET }}"
7373 steps :
7474 - name : Harden the runner (Audit all outbound calls)
75- uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
75+ uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
7676 with :
7777 egress-policy : audit
7878
7979 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080 with :
8181 fetch-depth : 0
8282 - name : Set up Ruby
83- uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
83+ uses : ruby/setup-ruby@0481980f17b760ef6bca5e8c55809102a0af1e5a # v1.263 .0
8484 with :
8585 bundler-cache : true # would run bundle install
8686 - name : Configure aws credentials
87- uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3.1
87+ uses : aws-actions/configure-aws-credentials@a03048d87541d1d9fcf2ecf528a4a65ba9bd7838 # v5.0.0
8888 with :
8989 role-to-assume : " ${{ secrets.AWS_ROLE_TO_ASSUME }}"
9090 aws-region : " ${{ secrets.AWS_REGION }}"
0 commit comments