From 3e3dae2c8e781c0a09a06403940f81228414b418 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 28 Mar 2026 15:32:52 +0000 Subject: [PATCH 1/3] 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](https://github.com/ruby/setup-ruby/compare/319994f95fa847cf3fb3cd3dbe89f6dcde9f178f...3ff19f5e2baf30647122352b96108b1fbe250c64) --- 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] --- .github/workflows/main.yml | 2 +- .github/workflows/pullrequest.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 05e1bcf..02a4901 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -71,7 +71,7 @@ jobs: ${{ runner.os }}-pip- - name: Setup Ruby - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0 + uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 with: ruby-version: '3.3' diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 6b3e217..0a3a985 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-pip- - name: Setup Ruby - uses: ruby/setup-ruby@319994f95fa847cf3fb3cd3dbe89f6dcde9f178f # v1.295.0 + uses: ruby/setup-ruby@3ff19f5e2baf30647122352b96108b1fbe250c64 # v1.299.0 with: ruby-version: '3.3' From f0228dc61c1b2734281f8914d121def11e1577cf Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:27:19 +0000 Subject: [PATCH 2/3] 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> --- .github/workflows/pullrequest.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 0a3a985..1900a70 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -17,6 +17,7 @@ jobs: allowed-endpoints: > files.pythonhosted.org:443 github.com:443 + objects.githubusercontent.com:443 pypi.org:443 www.bridgecrew.cloud:443 docs.github.com:433 From 670d9539005334c38defd1c321a73ae3a47b2ec7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 09:48:06 +0000 Subject: [PATCH 3/3] 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> --- .github/workflows/main.yml | 1 + .github/workflows/pullrequest.yml | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 02a4901..b8f01b0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -32,6 +32,7 @@ jobs: github.com:443 news.zaproxy.org:443 objects.githubusercontent.com:443 + release-assets.githubusercontent.com:443 production.cloudflare.docker.com:443 pypi.org:443 raw.githubusercontent.com:443 diff --git a/.github/workflows/pullrequest.yml b/.github/workflows/pullrequest.yml index 1900a70..ef21661 100644 --- a/.github/workflows/pullrequest.yml +++ b/.github/workflows/pullrequest.yml @@ -18,6 +18,7 @@ jobs: files.pythonhosted.org:443 github.com:443 objects.githubusercontent.com:443 + release-assets.githubusercontent.com:443 pypi.org:443 www.bridgecrew.cloud:443 docs.github.com:433