Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fix-vulnerabilities.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down