@@ -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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
28+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
2929 with :
3030 egress-policy : audit
3131
3232 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
3333 - name : Set up Ruby
34- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
34+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .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@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
46+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
4747 with :
4848 egress-policy : audit
4949
5050 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
5151 with :
5252 fetch-depth : 0
5353 - name : Set up Ruby
54- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
54+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
5555 with :
5656 bundler-cache : true # would run bundle install
5757 - name : Set up user in git config
@@ -72,15 +72,15 @@ jobs:
7272 S3_BUCKET : " ${{ secrets.S3_BUCKET }}"
7373 steps :
7474 - name : Harden the runner (Audit all outbound calls)
75- uses : step-security/harden-runner@6c439dc8bdf85cadbbce9ed30d1c7b959517bc49 # v2.12.2
75+ uses : step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911 # v2.13.0
7676 with :
7777 egress-policy : audit
7878
7979 - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
8080 with :
8181 fetch-depth : 0
8282 - name : Set up Ruby
83- uses : ruby/setup-ruby@a4effe49ee8ee5b8b5091268c473a4628afb5651 # v1.245 .0
83+ uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
8484 with :
8585 bundler-cache : true # would run bundle install
8686 - name : Configure aws credentials
0 commit comments