Skip to content

Commit a5d3498

Browse files
committed
fixup! tools: add codeql nightly
1 parent 783a180 commit a5d3498

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/codeql.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: "CodeQL"
1+
name: CodeQL
22

33
on:
44
schedule:
5-
- cron: "0 0 * * *"
5+
- cron: 0 0 * * *
66

77
permissions:
88
contents: read
@@ -19,20 +19,20 @@ jobs:
1919
strategy:
2020
fail-fast: false
2121
matrix:
22-
language: ["cpp", "javascript", "python", "typescript"]
22+
language: [cpp, javascript, python, typescript]
2323

2424
steps:
2525
- name: Checkout repository
26-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
26+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2727

2828
# Initializes the CodeQL tools for scanning.
2929
- name: Initialize CodeQL
30-
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
30+
uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3131
with:
3232
languages: ${{ matrix.language }}
3333

3434
- name: Autobuild
35-
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
35+
uses: github/codeql-action/autobuild@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
3636

3737
# ℹ️ Command-line programs to run using the OS shell.
3838
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -45,6 +45,6 @@ jobs:
4545
# ./location_of_script_within_repo/buildscript.sh
4646

4747
- name: Perform CodeQL Analysis
48-
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
48+
uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
4949
with:
50-
category: "/language:${{matrix.language}}"
50+
category: /language:${{matrix.language}}

0 commit comments

Comments
 (0)