Skip to content

Commit 6b3744a

Browse files
committed
Improve casing of security workflow
1 parent 814e3da commit 6b3744a

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/security.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: "Security"
1+
name: "security"
22

33
permissions:
44
actions: read
@@ -26,12 +26,11 @@ concurrency:
2626

2727
jobs:
2828
codeql:
29-
name: CodeQL
3029
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
3130
strategy:
3231
fail-fast: false
3332
matrix:
34-
language: ["go", "javascript"]
33+
language: ["go", "js"]
3534

3635
steps:
3736
- name: Checkout repository
@@ -73,7 +72,6 @@ jobs:
7372
category: "/language:${{matrix.language}}"
7473

7574
trivy:
76-
name: Trivy
7775
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
7876
steps:
7977
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)