Skip to content

Commit 9010c23

Browse files
committed
feat: Upgrade check-license-compliance version
1 parent dcddb6e commit 9010c23

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

.github/workflows/open-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
npm-token: ${{ secrets.NPM_TOKEN_XCUT }}
4444

4545
- name: Check License Compliance
46-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.2
46+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3
4747
with:
4848
config-file: .github/check-license-compliance.config.yml
4949
env:

.github/workflows/sync-docs-to-confluence.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
- name: Sync Docs
2626
id: sync-docs
27-
uses: Telefonica/markdown-confluence-sync-action@v1
27+
uses: Telefonica/markdown-confluence-sync-action@v2
2828
with:
2929
mode: id
3030
docs-dir: '.'

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1111
#### Deprecated
1212
#### Removed
1313

14-
## [1.2.0] - 2025-03-21
14+
## [1.2.0] - 2025-03-24
1515

1616
### Added
1717

1818
* feat: Add `ignore` input to the github action, enabling to ignore some files when checking the scaffold resources.
1919

20+
### Changed
21+
22+
* chore: Upgrade `check-license-compliance` to v3.0.0-beta.3 (Support more granularity for including or excluding modules)
23+
2024
## [1.1.1] - 2025-02-20
2125

2226
### Fixed

templates/.github/workflows/open-source-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939

4040
- name: Check License Compliance
41-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.2
41+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.3
4242
with:
4343
config-file: .github/check-license-compliance.config.yml
4444
env:

0 commit comments

Comments
 (0)