Bump the gh-actions group with 3 updates #1161
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Dependency Review | ||
| on: | ||
| pull_request: | ||
| merge_group: | ||
| jobs: | ||
| dependency-review: | ||
| uses: gravitational/shared-workflows/.github/workflows/dependency-review.yaml@main | ||
|
Check failure on line 9 in .github/workflows/dependency-review.yaml
|
||
| permissions: | ||
| contents: read | ||
| with: | ||
| allow-additional-licenses: > | ||
| LicenseRef-scancode-public-domain AND Unlicense | ||
| # @swc/[email protected] uses Apache-2.0, but | ||
| # LicenseRef-scancode-unknown-license-reference is also detected. | ||
| # https://www.npmjs.com/package/@swc/core/v/1.11.24?activeTab=code | ||
| # https://scancode-licensedb.aboutcode.org/unknown-license-reference.html | ||
| allow-dependencies-licenses: > | ||
| pkg:npm/swc/core, | ||
| pkg:npm/%40inkeep/cxkit-color-mode, | ||
| pkg:npm/%40inkeep/cxkit-primitives, | ||
| pkg:npm/%40inkeep/cxkit-react, | ||
| pkg:npm/%40inkeep/cxkit-styled, | ||
| pkg:npm/%40inkeep/cxkit-theme, | ||
| pkg:npm/%40inkeep/cxkit-types, | ||
| pkg:npm/domain-browser | ||