Skip to content

Commit f4a7bc4

Browse files
Bump the all group with 2 updates (#1347)
Bumps the all group with 2 updates: [step-security/harden-runner](https://github.com/step-security/harden-runner) and [ruby/setup-ruby](https://github.com/ruby/setup-ruby). Updates `step-security/harden-runner` from 2.17.0 to 2.18.0 - [Release notes](https://github.com/step-security/harden-runner/releases) - [Commits](step-security/harden-runner@f808768...6c3c2f2) Updates `ruby/setup-ruby` from 1.301.0 to 1.302.0 - [Release notes](https://github.com/ruby/setup-ruby/releases) - [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb) - [Commits](ruby/setup-ruby@4c56a21...7372622) --- updated-dependencies: - dependency-name: step-security/harden-runner dependency-version: 2.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all - dependency-name: ruby/setup-ruby dependency-version: 1.302.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cde5437 commit f4a7bc4

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/jekyll-gh-pages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232
runs-on: ubuntu-latest
3333
steps:
3434
- name: Harden Runner
35-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
35+
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
3636
with:
3737
egress-policy: audit
3838

3939
- name: Checkout
4040
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4141
- name: Setup Ruby
42-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
42+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
4343
with:
4444
ruby-version: '3.2.2'
4545
bundler-cache: true
@@ -64,7 +64,7 @@ jobs:
6464
needs: build
6565
steps:
6666
- name: Harden Runner
67-
uses: step-security/harden-runner@f808768d1510423e83855289c910610ca9b43176 # v2.17.0
67+
uses: step-security/harden-runner@6c3c2f2c1c457b00c10c4848d6f5491db3b629df # v2.18.0
6868
with:
6969
egress-policy: audit
7070

.github/workflows/preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2121

2222
- name: Setup Ruby
23-
uses: ruby/setup-ruby@4c56a21280b36d862b5fc31348f463d60bdc55d5 # v1.301.0
23+
uses: ruby/setup-ruby@7372622e62b60b3cb750dcd2b9e32c247ffec26a # v1.302.0
2424
with:
2525
ruby-version: "3.2"
2626
bundler-cache: true

0 commit comments

Comments
 (0)