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