Skip to content

Commit 059e918

Browse files
committed
chore(version): upgrade version to v1.7.0
1 parent e609cda commit 059e918

6 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
## [1.7.0] - 2026-03-01
10+
## [1.7.0] - 2026-03-05
1111
### Added
1212
- Added `scanPath` input to configure a relative path within the repository as the scan root (e.g., `src` or `packages/api`). Defaults to `.` (repository root).
1313
### Changed
@@ -57,4 +57,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
5757
[1.3.0]: https://github.com/scanoss/ado-code-scan/compare/v1.2.0...v1.3.0
5858
[1.4.0]: https://github.com/scanoss/ado-code-scan/compare/v1.3.0...v1.4.0
5959
[1.5.0]: https://github.com/scanoss/ado-code-scan/compare/v1.4.0...v1.5.0
60-
[1.6.0]: https://github.com/scanoss/ado-code-scan/compare/v1.5.0...v1.6.0
60+
[1.6.0]: https://github.com/scanoss/ado-code-scan/compare/v1.5.0...v1.6.0
61+
[1.7.0]: https://github.com/scanoss/ado-code-scan/compare/v1.6.0...v1.7.0

codescantask/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.

codescantask/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "azure-devops-integration",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"description": "",
55
"main": "index.js",
66
"scripts": {

codescantask/task.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"author": "SCANOSS",
1010
"version": {
1111
"Major": 1,
12-
"Minor": 6,
12+
"Minor": 7,
1313
"Patch": 0
1414
},
1515
"instanceNameFormat": "SCANOSS Code Scan",

vss-extension-dev.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "scanoss-code-scan-dev",
44
"name": "SCANOSS Code Scan DEV",
5-
"version": "0.21.72",
5+
"version": "1.7.0",
66
"publisher": "SCANOSS",
77
"public": false,
88
"targets": [

vss-extension.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifestVersion": 1,
33
"id": "scanoss-code-scan",
44
"name": "SCANOSS Code Scan",
5-
"version": "1.6.0",
5+
"version": "1.7.0",
66
"publisher": "SCANOSS",
77
"public": true,
88
"targets": [

0 commit comments

Comments
 (0)