Skip to content

Commit 38d086a

Browse files
coopernetesclaude
andcommitted
ci: rename license workflow jobs to avoid collision with CVE check contexts
Job names 'Gradle' and 'npm' collide with existing required status checks from cve.yml. Rename to 'Gradle (license)' and 'npm (license)' so they are distinct contexts that can be added to branch protection independently. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent e5fb57b commit 38d086a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/license.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111

1212
jobs:
1313
license-gradle:
14-
name: Gradle
14+
name: Gradle (license)
1515
runs-on: ubuntu-latest
1616
permissions:
1717
contents: read
@@ -37,7 +37,7 @@ jobs:
3737
retention-days: 30
3838

3939
license-npm:
40-
name: npm
40+
name: npm (license)
4141
runs-on: ubuntu-latest
4242
permissions:
4343
contents: read

0 commit comments

Comments
 (0)