From 329cd0b876d6609ca30acf0cf02fdcbefeff14b5 Mon Sep 17 00:00:00 2001
From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com>
Date: Tue, 1 Apr 2025 09:09:06 -0400
Subject: [PATCH] chore(deps): bump mongodb-github-action (#10921)
Bumps the github_actions group with 1 update in the / directory:
[supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action).
Bumps the github_actions group with 1 update in the /.github/workflows
directory:
[supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action).
Updates `supercharge/mongodb-github-action` from 1.11.0 to 1.12.0
Release notes
Sourced from supercharge/mongodb-github-action's
releases.
1.12.0
Release 1.12.0
Changelog
Sourced from supercharge/mongodb-github-action's
changelog.
1.12.0
- 2025-01-05
Added
- added
mongodb-image input: this option allows you to
define a custom Docker container image. It uses mongo by
default, but you may specify an image from a different registry than
Docker hub. Please check the Readme for details.
Updated
Commits
Updates `supercharge/mongodb-github-action` from 1.11.0 to 1.12.0
Release notes
Sourced from supercharge/mongodb-github-action's
releases.
1.12.0
Release 1.12.0
Changelog
Sourced from supercharge/mongodb-github-action's
changelog.
1.12.0
- 2025-01-05
Added
- added
mongodb-image input: this option allows you to
define a custom Docker container image. It uses mongo by
default, but you may specify an image from a different registry than
Docker hub. Please check the Readme for details.
Updated
Commits
You can trigger a rebase of this PR by commenting `@dependabot rebase`.
[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)
---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore major version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's major version (unless you unignore this specific
dependency's major version or upgrade to it yourself)
- `@dependabot ignore minor version` will close this
group update PR and stop Dependabot creating any more for the specific
dependency's minor version (unless you unignore this specific
dependency's minor version or upgrade to it yourself)
- `@dependabot ignore ` will close this group update PR
and stop Dependabot creating any more for the specific dependency
(unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore ` will remove all of the ignore
conditions of the specified dependency
- `@dependabot unignore ` will
remove the ignore condition of the specified dependency and ignore
conditions
> **Note**
> Automatic rebases have been disabled on this pull request as it has
been open for over 30 days.
Signed-off-by: dependabot[bot]
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/post-release-templates.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/post-release-templates.yml b/.github/workflows/post-release-templates.yml
index b370c76d77..e322f0ed9b 100644
--- a/.github/workflows/post-release-templates.yml
+++ b/.github/workflows/post-release-templates.yml
@@ -83,7 +83,7 @@ jobs:
echo "DATABASE_URI=postgresql://$POSTGRES_USER:$POSTGRES_PASSWORD@localhost:5432/$POSTGRES_DB" >> $GITHUB_ENV
- name: Start MongoDB
- uses: supercharge/mongodb-github-action@1.11.0
+ uses: supercharge/mongodb-github-action@1.12.0
with:
mongodb-version: 6.0