From c53c8e175439af6e89e1a3d10ce024119016abfb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Nov 2024 15:04:40 +0000 Subject: [PATCH 1/2] chore(actions): update anchore/sbom-action action to v0.17.7 --- .github/workflows/prereleased.yml | 2 +- .github/workflows/pull-request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/prereleased.yml b/.github/workflows/prereleased.yml index e9559aa..9d8e32a 100644 --- a/.github/workflows/prereleased.yml +++ b/.github/workflows/prereleased.yml @@ -225,7 +225,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.17.7 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index c777850..b086a01 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.0 + uses: anchore/sbom-action@v0.17.7 with: upload-artifact-retention: 1 format: cyclonedx-json From c26bc6227607c6678ea7857ed389e4433737d08e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 8 Nov 2024 01:21:07 +0000 Subject: [PATCH 2/2] chore(deps): update dependency swift-server/swift-aws-lambda-events to from: "0.5.0" --- .github/workflows/prereleased.yml | 2 +- .github/workflows/pull-request.yml | 2 +- Package.swift | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/prereleased.yml b/.github/workflows/prereleased.yml index 9d8e32a..e9559aa 100644 --- a/.github/workflows/prereleased.yml +++ b/.github/workflows/prereleased.yml @@ -225,7 +225,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index b086a01..c777850 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -74,7 +74,7 @@ jobs: - uses: actions/checkout@v4 - name: Create SBOM - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.17.0 with: upload-artifact-retention: 1 format: cyclonedx-json diff --git a/Package.swift b/Package.swift index d17c4af..e393470 100644 --- a/Package.swift +++ b/Package.swift @@ -10,7 +10,7 @@ let package = Package( ], dependencies: [ .package(url: "https://github.com/swift-server/swift-aws-lambda-runtime.git", from: "1.0.0-alpha.2"), - .package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.4.0"), + .package(url: "https://github.com/swift-server/swift-aws-lambda-events.git", from: "0.5.0"), .package(url: "https://github.com/soto-project/soto.git", from: "7.0.0"), .package(url: "https://github.com/swift-server/async-http-client.git", from: "1.21.2"), .package(url: "https://github.com/apple/swift-argument-parser", from: "1.5.0")