From fc2a4b1496b6d6a218eb68ed80e4596b0d20a0dc Mon Sep 17 00:00:00 2001 From: Marian Steinbach Date: Mon, 2 Feb 2026 11:20:22 +0100 Subject: [PATCH] Set fall-back log level "info" --- .github/workflows/fix-vulnerabilities.yaml | 2 +- CHANGELOG.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/fix-vulnerabilities.yaml b/.github/workflows/fix-vulnerabilities.yaml index a25baaf..35909fb 100644 --- a/.github/workflows/fix-vulnerabilities.yaml +++ b/.github/workflows/fix-vulnerabilities.yaml @@ -98,7 +98,7 @@ jobs: env: OSSI_USERNAME: ${{ secrets.NANCY_USER }} OSSI_TOKEN: ${{ secrets.NANCY_TOKEN }} - LOG_LEVEL: ${{ inputs.log_level }} + LOG_LEVEL: ${{ inputs.log_level || 'info' }} - name: Set up git identity run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index ae1024a..f0cb54b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), however this project does not use Semantic Versioning and there are no releases. Instead this file uses a date-based structure. +## 2026-02-02 + +### Fixed + +- Set fall-back log level "info" for nancy-fixer workflow. + ## 2026-01-30 ### Fixed