Skip to content

Commit 2d8d37c

Browse files
committed
renaming the workflows per the team request
1 parent 20c02c7 commit 2d8d37c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/codeql.yml

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

99

1010
jobs:
11-
analyze:
11+
analyze-java:
1212
name: Analyze Java
1313
# Runner size impacts CodeQL analysis time. To learn more, please see:
1414
# - https://gh.io/recommended-hardware-resources-for-running-codeql
@@ -85,7 +85,7 @@ jobs:
8585
category: "/language:${{matrix.language}}"
8686

8787

88-
analyze2:
88+
analyze-js:
8989
name: Analyze Javascript
9090
runs-on: ubuntu-latest
9191
permissions:

0 commit comments

Comments
 (0)