We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 814e3da commit 6b3744aCopy full SHA for 6b3744a
.github/workflows/security.yaml
@@ -1,4 +1,4 @@
1
-name: "Security"
+name: "security"
2
3
permissions:
4
actions: read
@@ -26,12 +26,11 @@ concurrency:
26
27
jobs:
28
codeql:
29
- name: CodeQL
30
runs-on: ${{ github.repository_owner == 'coder' && 'ubuntu-latest-16-cores' || 'ubuntu-latest' }}
31
strategy:
32
fail-fast: false
33
matrix:
34
- language: ["go", "javascript"]
+ language: ["go", "js"]
35
36
steps:
37
- name: Checkout repository
@@ -73,7 +72,6 @@ jobs:
73
72
category: "/language:${{matrix.language}}"
74
75
trivy:
76
- name: Trivy
77
78
79
- uses: actions/checkout@v3
0 commit comments