Skip to content

Commit 9a9e410

Browse files
authored
Merge pull request #43 from Telefonica/release
chore: Upgrade open source checks workflow dependencies (#42)
2 parents caa73f6 + 915c07b commit 9a9e410

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/check-license-compliance.config.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ licenses:
4141
npm:
4242
excludeModules:
4343
# The following packages are references to local packages
44-
- "@tid-xcut/confluence-sync@workspace:*"
45-
- "@tid-xcut/child-process-manager@workspace:*"
44+
- nameMatch: "@tid-xcut\/.*"
45+
ignore: true
4646
# The following packages have a license that is not a valid SPDX identifier
4747
- "babel-plugin-transform-import-meta@2.2.1" # BSD
48+

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

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

4141
- name: Check License Compliance
42-
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3.0.0-beta.1
42+
uses: Telefonica/check-license-compliance/.github/actions/check-and-comment@v3
4343
with:
4444
config-file: .github/check-license-compliance.config.yml
4545
env:

0 commit comments

Comments
 (0)