Skip to content

Commit 2741300

Browse files
committed
Remove extra space on language and build-mode
1 parent ee6e2e1 commit 2741300

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/codeql.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,17 @@ on:
1010
- cron: '0 19 * * 0'
1111
workflow_dispatch:
1212

13-
permissions:
14-
security-events: write
15-
# required to fetch internal or private CodeQL packs
16-
packages: read
17-
1813
jobs:
19-
CodeQL-Build:
14+
analyze:
15+
name: Analyze (${{ matrix.language }})
2016

2117
# CodeQL runs on ubuntu-latest and windows-latest
2218
runs-on: ubuntu-latest
19+
permissions:
20+
security-events: write
21+
# required to fetch internal or private CodeQL packs
22+
packages: read
23+
2324

2425
strategy:
2526
fail-fast: false
@@ -31,14 +32,13 @@ jobs:
3132
steps:
3233
- name: Checkout repository
3334
uses: actions/checkout@main
34-
35+
3536
# Initializes the CodeQL tools for scanning.
3637
- name: Initialize CodeQL
3738
uses: github/codeql-action/init@v4
3839
with:
39-
languages: ${{ matrix.language }}
40-
build-mode: ${{ matrix.build-mode }}
41-
40+
languages: ${{ matrix.language }}
41+
build-mode: ${{ matrix.build-mode }}
4242
# # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4343
# # If this step fails, then you should remove it and run the build manually (see below)
4444
# - name: Autobuild

0 commit comments

Comments
 (0)