Skip to content

Commit 6ac3007

Browse files
authored
Merge pull request #470 from gocd/dependabot/github_actions/github-actions-b24b612621
Bump the github-actions group with 3 updates
2 parents a7f0950 + 8f121fb commit 6ac3007

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
@@ -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
@@ -93,7 +93,7 @@ jobs:
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 }}"

.github/workflows/pr_workflow.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Harden the runner (Audit all outbound calls)
15-
uses: step-security/harden-runner@e3f713f2d8f53843e71c69a996d56f51aa9adfb9 # v2.14.1
15+
uses: step-security/harden-runner@a90bcbc6539c36a85cdfeb73f7e2f433735f215b # v2.15.0
1616
with:
1717
egress-policy: audit
1818
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
1919
- name: Set up Ruby
20-
uses: ruby/setup-ruby@8d27f39a5e7ad39aebbcbd1324f7af020229645c # v1.287.0
20+
uses: ruby/setup-ruby@09a7688d3b55cf0e976497ff046b70949eeaccfd # v1.288.0
2121
with:
2222
bundler-cache: true # would run bundle install
2323
- name: Set up NodeJS

0 commit comments

Comments
 (0)