From fd3a83c62d85ce59f824c760feebae1a49aa0d59 Mon Sep 17 00:00:00 2001 From: Laurent Legaz Date: Wed, 15 Apr 2026 23:51:34 +0200 Subject: [PATCH 1/2] here we go again, cve scan workflow updated to supress warning --- .github/workflows/security.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index cb3e39c..e408c14 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -3,9 +3,9 @@ name: CVE Analysis on: push: - branches: [main, dev] + branches: [main] pull_request: - branches: [main, dev] + branches: [main] workflow_dispatch: {} jobs: @@ -24,12 +24,12 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: persist-credentials: false - name: Login to Docker Hub - uses: docker/login-action@v3 + uses: docker/login-action@v4 with: username: ${{ env.DOCKER_USER }} password: ${{ env.DOCKER_PAT }} From 414f4e5c3958bf3ff7a1d106889f02998f054425 Mon Sep 17 00:00:00 2001 From: Laurent Legaz Date: Wed, 15 Apr 2026 23:54:12 +0200 Subject: [PATCH 2/2] CVEs scan workflow updated to supress warning --- .github/workflows/security.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e408c14..05f18d0 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -3,9 +3,9 @@ name: CVE Analysis on: push: - branches: [main] + branches: [main, dev] pull_request: - branches: [main] + branches: [main, dev] workflow_dispatch: {} jobs: