You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+3-14Lines changed: 3 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,6 @@
1
-
#Copyright the midgard contributors.
1
+
#SPDX-FileCopyrightText: 2025 The midgard contributors.
2
2
# SPDX-License-Identifier: MPL-2.0
3
-
#
4
-
# For most projects, this workflow file will not need changing; you simply need
5
-
# to commit it to your repository.
6
-
#
7
-
# You may wish to alter this file to override the set of languages analyzed,
8
-
# or to provide custom queries or build logic.
9
-
#
10
-
# ******** NOTE ********
11
-
# We have attempted to detect the languages in your repository. Please check
12
-
# the `language` matrix defined below to confirm you have the correct set of
13
-
# supported CodeQL languages.
14
-
#
3
+
15
4
name: "CodeQL"
16
5
17
6
on:
@@ -82,7 +71,7 @@ jobs:
82
71
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
83
72
# queries: security-extended,security-and-quality
84
73
85
-
# If the analyzestep fails for one of the languages you are analyzing with
74
+
# If the analyze-step fails for one of the languages you are analyzing with
86
75
# "We were unable to automatically build your code", modify the matrix above
87
76
# to set the build mode to "manual" for that language. Then modify this step
0 commit comments