2929 with :
3030 egress-policy : audit
3131
32- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333 - name : Set up Ruby
34- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
34+ uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
3535 with :
3636 bundler-cache : true # would run bundle install
3737 - name : Run the build
@@ -47,11 +47,11 @@ jobs:
4747 with :
4848 egress-policy : audit
4949
50- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151 with :
5252 fetch-depth : 0
5353 - name : Set up Ruby
54- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
54+ uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
5555 with :
5656 bundler-cache : true # would run bundle install
5757 - name : Set up user in git config
@@ -76,15 +76,15 @@ jobs:
7676 with :
7777 egress-policy : audit
7878
79- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+ - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080 with :
8181 fetch-depth : 0
8282 - name : Set up Ruby
83- uses : ruby/setup-ruby@2a7b30092b0caf9c046252510f9273b4875f3db9 # v1.254 .0
83+ uses : ruby/setup-ruby@44511735964dcb71245e7e55f72539531f7bc0eb # v1.257 .0
8484 with :
8585 bundler-cache : true # would run bundle install
8686 - name : Configure aws credentials
87- uses : aws-actions/configure-aws-credentials@b47578312673ae6fa5b5096b330d9fbac3d116df # v4.2 .1
87+ uses : aws-actions/configure-aws-credentials@7474bc4690e29a8392af63c5b98e7449536d5c3a # v4.3 .1
8888 with :
8989 role-to-assume : " ${{ secrets.AWS_ROLE_TO_ASSUME }}"
9090 aws-region : " ${{ secrets.AWS_REGION }}"
0 commit comments