Skip to content

Commit 022422d

Browse files
authored
Merge pull request #1301 from gocd/dependabot/github_actions/github-actions-6e2a26757c
Bump the github-actions group with 3 updates
2 parents 2c7cb1f + 8ba8edf commit 022422d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/build_and_publish.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
2929
with:
3030
egress-policy: audit
31-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
31+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3232
- name: Set up Ruby
33-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
33+
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
3434
with:
3535
bundler-cache: true # would run bundle install
3636
- name: Run the build
@@ -45,11 +45,11 @@ jobs:
4545
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
4646
with:
4747
egress-policy: audit
48-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
48+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4949
with:
5050
fetch-depth: 0
5151
- name: Set up Ruby
52-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
52+
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
5353
with:
5454
bundler-cache: true # would run bundle install
5555
- name: Set up user in git config
@@ -73,15 +73,15 @@ jobs:
7373
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
7474
with:
7575
egress-policy: audit
76-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
76+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
7777
with:
7878
fetch-depth: 0
7979
- name: Set up Ruby
80-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
80+
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
8181
with:
8282
bundler-cache: true # would run bundle install
8383
- name: Configure aws credentials
84-
uses: aws-actions/configure-aws-credentials@e7f100cf4c008499ea8adda475de1042d6975c7b # v6.2.0
84+
uses: aws-actions/configure-aws-credentials@254c19bd240aabef8777f48595e9d2d7b972184b # v6.2.1
8585
with:
8686
role-to-assume: "${{ secrets.AWS_ROLE_TO_ASSUME }}"
8787
aws-region: "${{ secrets.AWS_REGION }}"

.github/workflows/pr_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
uses: step-security/harden-runner@9af89fc71515a100421586dfdb3dc9c984fbf411 # v2.19.4
1616
with:
1717
egress-policy: audit
18-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
18+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@afeafc3d1ab54a631816aba4c914a0081c12ff2f # v1.310.0
20+
uses: ruby/setup-ruby@0dafeac902942906541bc140009cdbf32665b601 # v1.315.0
2121
with:
2222
bundler-cache: true # would run bundle install
2323
- name: Run the build

0 commit comments

Comments
 (0)