Skip to content

Commit 7273542

Browse files
dependabot[bot]Copilotpethers
authored
Bump ruby/setup-ruby from 1.295.0 to 1.299.0 (#795)
* Bump ruby/setup-ruby from 1.295.0 to 1.299.0 Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.295.0 to 1.299.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@319994f...3ff19f5) --- updated-dependencies: - dependency-name: ruby/setup-ruby dependency-version: 1.299.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Add objects.githubusercontent.com:443 to pullrequest.yml allowed-endpoints Agent-Logs-Url: https://github.com/Hack23/lambda-in-private-vpc/sessions/de6ed6ad-7d5e-45aa-bd12-6fb0c9dc5539 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> * Add release-assets.githubusercontent.com:443 to allowed-endpoints for Ruby downloads Agent-Logs-Url: https://github.com/Hack23/lambda-in-private-vpc/sessions/e19fa393-4301-49da-aa84-4e6b9b72cfb8 Co-authored-by: pethers <1726836+pethers@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: pethers <1726836+pethers@users.noreply.github.com>
1 parent 09ce489 commit 7273542

2 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ jobs:
3232
github.com:443
3333
news.zaproxy.org:443
3434
objects.githubusercontent.com:443
35+
release-assets.githubusercontent.com:443
3536
production.cloudflare.docker.com:443
3637
pypi.org:443
3738
raw.githubusercontent.com:443
@@ -71,7 +72,7 @@ jobs:
7172
${{ runner.os }}-pip-
7273
7374
- name: Setup Ruby
74-
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
75+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
7576
with:
7677
ruby-version: '3.3'
7778

.github/workflows/pullrequest.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ jobs:
1717
allowed-endpoints: >
1818
files.pythonhosted.org:443
1919
github.com:443
20+
objects.githubusercontent.com:443
21+
release-assets.githubusercontent.com:443
2022
pypi.org:443
2123
www.bridgecrew.cloud:443
2224
docs.github.com:433
@@ -50,7 +52,7 @@ jobs:
5052
${{ runner.os }}-pip-
5153
5254
- name: Setup Ruby
53-
uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0
55+
uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0
5456
with:
5557
ruby-version: '3.3'
5658

0 commit comments

Comments
 (0)