Skip to content
This repository was archived by the owner on Jan 26, 2025. It is now read-only.

Commit c55c111

Browse files
committed
build: update for release 2.0.2
1 parent b25b75f commit c55c111

File tree

4 files changed

+14
-7
lines changed

4 files changed

+14
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.0.2] - 2024-11-24
9+
10+
### Fixed
11+
12+
- Relocate where diagnostics are uploaded ([#19](https://github.com/tvcsantos/detect-action/pull/19))
13+
814
## [2.0.1] - 2024-03-10
915

1016
### Fixed

dist/index.js

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "detect-action",
33
"description": "Richly integrate Synopsys Detect and Black Duck policy into your GitHub Action pipelines",
4-
"version": "1.5.0",
4+
"version": "2.0.2",
55
"author": "tvcsantos",
66
"private": true,
77
"homepage": "https://github.com/tvcsantos/detect-action",

0 commit comments

Comments
 (0)