From 0228ff304999b46cbf30450eadd67919af9f7100 Mon Sep 17 00:00:00 2001 From: Alfred Mazimbe Date: Tue, 17 Sep 2024 21:38:41 +0100 Subject: [PATCH 1/2] Bump version in maven security advisory --- .github/workflows/smoke.yml | 2 +- tests/smoke-maven-group-multidir.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index b52f7694..f6b0df96 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -4,7 +4,7 @@ name: Smoke on: # yamllint disable-line rule:truthy workflow_dispatch: pull_request: - branches: ["main"] + branches: ["amazimbe/use-new-maven-version"] schedule: - cron: "0 * * * *" diff --git a/tests/smoke-maven-group-multidir.yaml b/tests/smoke-maven-group-multidir.yaml index d8cf6c13..c3a88b37 100644 --- a/tests/smoke-maven-group-multidir.yaml +++ b/tests/smoke-maven-group-multidir.yaml @@ -23,7 +23,7 @@ input: security-advisories: - dependency-name: org.springframework.boot:spring-boot-starter-parent affected-versions: - - < 1.5.11 + - < 1.5.12 patched-versions: [] unaffected-versions: [] security-updates-only: true From c17d01c57c9c43da600d69877c24e1be78f5e020 Mon Sep 17 00:00:00 2001 From: Alfred Mazimbe Date: Wed, 18 Sep 2024 09:31:18 +0100 Subject: [PATCH 2/2] Update smoke.yml --- .github/workflows/smoke.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/smoke.yml b/.github/workflows/smoke.yml index f6b0df96..b52f7694 100644 --- a/.github/workflows/smoke.yml +++ b/.github/workflows/smoke.yml @@ -4,7 +4,7 @@ name: Smoke on: # yamllint disable-line rule:truthy workflow_dispatch: pull_request: - branches: ["amazimbe/use-new-maven-version"] + branches: ["main"] schedule: - cron: "0 * * * *"