mirror of
https://github.com/github/codeql-action.git
synced 2026-01-04 13:40:23 +08:00
Remove build mode from matrix
This commit is contained in:
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
@@ -117,9 +117,7 @@ jobs:
|
||||
matrix:
|
||||
include:
|
||||
- language: actions
|
||||
build-mode: none
|
||||
- language: python
|
||||
build-mode: none
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
@@ -132,7 +130,7 @@ jobs:
|
||||
uses: ./init
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
build-mode: ${{ matrix.build-mode }}
|
||||
build-mode: none
|
||||
config: >
|
||||
paths-ignore:
|
||||
- lib
|
||||
|
||||
Reference in New Issue
Block a user