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.
2 parents f1db66a + 0a6525c commit 5fe18baCopy full SHA for 5fe18ba
.github/workflows/hotspots.yml
@@ -13,24 +13,6 @@ jobs:
13
permissions:
14
contents: read
15
packages: write
16
- strategy:
17
- fail-fast: false
18
- matrix:
19
- include:
20
- - language: cpp
21
- runner: ubuntu-latest
22
- - language: csharp
23
24
- - language: go
25
26
- - language: java
27
- runner: ubuntu-latest-xl
28
- - language: javascript
29
30
- - language: python
31
32
- - language: ruby
33
34
steps:
35
- name: Checkout github/codeql
36
uses: actions/checkout@v2
0 commit comments