@@ -22,12 +22,12 @@ jobs:
2222 runs-on : ubuntu-latest
2323 steps :
2424 - name : Harden the runner (Audit all outbound calls)
25- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
25+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
2626 with :
2727 egress-policy : audit
2828 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929 - name : Set up Ruby
30- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
30+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
3131 with :
3232 bundler-cache : true # would run bundle install
3333 - name : Set up NodeJS
@@ -44,14 +44,14 @@ jobs:
4444 GITHUB_PASSWORD : " ${{ secrets.GITHUB_TOKEN }}"
4545 steps :
4646 - name : Harden the runner (Audit all outbound calls)
47- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
47+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
4848 with :
4949 egress-policy : audit
5050 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151 with :
5252 fetch-depth : 0
5353 - name : Set up Ruby
54- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
54+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
5555 with :
5656 bundler-cache : true # would run bundle install
5757 - name : Set up NodeJS
@@ -77,14 +77,14 @@ jobs:
7777 S3_BUCKET : " ${{ secrets.S3_BUCKET }}"
7878 steps :
7979 - name : Harden the runner (Audit all outbound calls)
80- uses : step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
80+ uses : step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
8181 with :
8282 egress-policy : audit
8383 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
8484 with :
8585 fetch-depth : 0
8686 - name : Set up Ruby
87- uses : ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287 .0
87+ uses : ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288 .0
8888 with :
8989 bundler-cache : true # would run bundle install
9090 - name : Set up NodeJS
9393 node-version-file : .tool-versions
9494 cache : npm
9595 - name : Configure aws credentials
96- uses : aws-actions/configure-aws-credentials@61815dcd50bd041e203e49132bacad1fd04d2708 # v5.1.1
96+ uses : aws-actions/configure-aws-credentials@8df5847569e6427dd6c4fb1cf565c83acfa8afa7 # v6.0.0
9797 with :
9898 role-to-assume : " ${{ secrets.AWS_ROLE_TO_ASSUME }}"
9999 aws-region : " ${{ secrets.AWS_REGION }}"
0 commit comments