From 6102c0cfb3c25d4a694e713ee851841337d95736 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Feb 2024 08:18:33 +0000 Subject: [PATCH] Bump the all group with 1 update Bumps the all group with 1 update: [advanced-security/maven-dependency-submission-action](https://github.com/advanced-security/maven-dependency-submission-action). Updates `advanced-security/maven-dependency-submission-action` from 3 to 4 - [Release notes](https://github.com/advanced-security/maven-dependency-submission-action/releases) - [Commits](https://github.com/advanced-security/maven-dependency-submission-action/compare/v3...v4) --- updated-dependencies: - dependency-name: advanced-security/maven-dependency-submission-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2f45edd2..e2b9b846 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -30,7 +30,7 @@ jobs: run: mvn install --file pom.xml - name: Dependency submission (for dependabot) - uses: advanced-security/maven-dependency-submission-action@v3 + uses: advanced-security/maven-dependency-submission-action@v4 - name: Build and push Docker image uses: nais/docker-build-push@v0