From 0a0d1b8eb7034560b1ac02ac291fd8b54a81b472 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:29:52 +0000 Subject: [PATCH 1/4] Bump JamesIves/github-pages-deploy-action from 4.6.9 to 4.7.2 in the minor group (#4484) Bump JamesIves/github-pages-deploy-action in the minor group Bumps the minor group with 1 update: [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action). Updates `JamesIves/github-pages-deploy-action` from 4.6.9 to 4.7.2 - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](https://github.com/jamesives/github-pages-deploy-action/compare/62fec3add6773ec5dbbf18d2ee4260911aa35cf4...15de0f09300eea763baee31dff6c6184995c5f6a) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docs.yml | 4 ++-- .github/workflows/schema-spy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index da4c8e6a39..a57ba5a5a0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -158,14 +158,14 @@ jobs: - name: Deploy main if: github.ref_name == 'main' - uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 + uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2 with: folder: tech-docs target-folder: tech-docs - name: Deploy branch if: github.ref_name != 'main' - uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 + uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2 with: folder: tech-docs target-folder: tech-docs-drafts/${{ github.ref_name }} diff --git a/.github/workflows/schema-spy.yml b/.github/workflows/schema-spy.yml index 5393daee35..5758338e3e 100644 --- a/.github/workflows/schema-spy.yml +++ b/.github/workflows/schema-spy.yml @@ -34,7 +34,7 @@ jobs: DB_PASSWORD: ${{ secrets.SCHEMA_SPY_PASSWORD }} - name: Publish HTML report - uses: JamesIves/github-pages-deploy-action@62fec3add6773ec5dbbf18d2ee4260911aa35cf4 # v4.6.9 + uses: JamesIves/github-pages-deploy-action@15de0f09300eea763baee31dff6c6184995c5f6a # v4.7.2 with: folder: schema-spy-report target-folder: schema-spy-report From 67fe65c55a419ad9fa8f6123416403f625e7a455 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 15:44:21 +0000 Subject: [PATCH 2/4] Bump mikepenz/action-junit-report from 5.0.0 to 5.1.0 in /.github/actions/analyse (#4485) Bump mikepenz/action-junit-report in /.github/actions/analyse Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 5.0.0 to 5.1.0. - [Release notes](https://github.com/mikepenz/action-junit-report/releases) - [Commits](https://github.com/mikepenz/action-junit-report/compare/a427a90771729d8f85b6ab0cdaa1a5929cab985d...992d97d6eb2e5f3de985fbf9df6a04386874114d) --- updated-dependencies: - dependency-name: mikepenz/action-junit-report dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/actions/analyse/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/analyse/action.yml b/.github/actions/analyse/action.yml index 03dd669d62..120554f576 100644 --- a/.github/actions/analyse/action.yml +++ b/.github/actions/analyse/action.yml @@ -26,7 +26,7 @@ runs: shell: bash - name: Publish test reports - uses: mikepenz/action-junit-report@a427a90771729d8f85b6ab0cdaa1a5929cab985d # v5 + uses: mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d # v5 if: always() && github.actor != 'dependabot[bot]' with: check_name: |- From 7bddee959f4235ffe44fc80549f2967f032efa19 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:00:12 +0000 Subject: [PATCH 3/4] Bump aws-cli/aws-cli from 2.22.4 to 2.22.12 in /projects/redrive-dead-letter-queues/container (#4486) Bump aws-cli/aws-cli in /projects/redrive-dead-letter-queues/container Bumps aws-cli/aws-cli from 2.22.4 to 2.22.12. --- updated-dependencies: - dependency-name: aws-cli/aws-cli dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- projects/redrive-dead-letter-queues/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/redrive-dead-letter-queues/container/Dockerfile b/projects/redrive-dead-letter-queues/container/Dockerfile index 4b87db468a..6221b86b0e 100644 --- a/projects/redrive-dead-letter-queues/container/Dockerfile +++ b/projects/redrive-dead-letter-queues/container/Dockerfile @@ -1,4 +1,4 @@ -FROM public.ecr.aws/aws-cli/aws-cli:2.22.4 +FROM public.ecr.aws/aws-cli/aws-cli:2.22.12 USER root SHELL ["/bin/bash", "-o", "pipefail", "-c"] From 8a1db20e2e9975834d78bab0875bf2036eae7471 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:11:13 +0000 Subject: [PATCH 4/4] Bump flipt-io/flipt from v1.52.0 to v1.53.0 in /projects/feature-flags/container (#4487) Bump flipt-io/flipt in /projects/feature-flags/container Bumps [flipt-io/flipt](https://github.com/flipt-io/flipt) from v1.52.0 to v1.53.0. - [Release notes](https://github.com/flipt-io/flipt/releases) - [Changelog](https://github.com/flipt-io/flipt/blob/main/CHANGELOG.md) - [Commits](https://github.com/flipt-io/flipt/compare/v1.52.0...v1.53.0) --- updated-dependencies: - dependency-name: flipt-io/flipt dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- projects/feature-flags/container/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/feature-flags/container/Dockerfile b/projects/feature-flags/container/Dockerfile index 0a9f16f10f..6563f30be4 100644 --- a/projects/feature-flags/container/Dockerfile +++ b/projects/feature-flags/container/Dockerfile @@ -1,4 +1,4 @@ -FROM ghcr.io/flipt-io/flipt:v1.52.0 +FROM ghcr.io/flipt-io/flipt:v1.53.0 # Run any pending migrations on startup CMD ["sh", "-c", "./flipt migrate && ./flipt"] \ No newline at end of file