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
6 changes: 3 additions & 3 deletions .release-source.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"repository": "promptfoo/promptfoo",
"sourceSha": "1c743afe0e4807882e858c4f322fc064fa5f0770",
"sourceTag": "code-scan-action-0.1.7",
"sourceSha": "af7ec0b5f1072685a919015faf5799cc0886d71e",
"sourceTag": "code-scan-action-0.1.8",
"packagePath": "code-scan-action",
"version": "0.1.7"
"version": "0.1.8"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

All notable changes to this package will be documented in this file.

## [0.1.8](https://github.com/promptfoo/promptfoo/compare/code-scan-action-0.1.7...code-scan-action-0.1.8) (2026-06-16)

### Bug Fixes

- **code-scan:** process findings in mixed skip responses ([#9525](https://github.com/promptfoo/promptfoo/issues/9525)) ([aeae790](https://github.com/promptfoo/promptfoo/commit/aeae7904701f861a0a7ce8bfcdd16f67e74deec3))
- **code-scan:** run GitHub Action on Node 24 runtime ([#9772](https://github.com/promptfoo/promptfoo/issues/9772)) ([c25974e](https://github.com/promptfoo/promptfoo/commit/c25974e8e74a5ba923c0318cb6576e2b4dfc9ad6))

## [0.1.7](https://github.com/promptfoo/promptfoo/compare/code-scan-action-0.1.6...code-scan-action-0.1.7) (2026-05-29)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ outputs:
description: 'Path to the SARIF file when a scan completes and sarif-output-path is configured'

runs:
using: 'node20'
using: 'node24'
main: 'dist/index.js'
Loading