]> git.proxmox.com Git - mirror_edk2.git/commit
.github: Add initial CodeQL config and workflow files
authorMichael Kubacki <michael.kubacki@microsoft.com>
Wed, 3 Aug 2022 20:19:02 +0000 (16:19 -0400)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 8 Nov 2022 15:29:26 +0000 (15:29 +0000)
commit6c1a4a376e97800c555dab9ca9d9651a5676d231
tree97484a1878315564042ce66cdd263c5feb2ab6c4
parentc7aecf2a4fcd75bd5dbc3fef69aad5431469ebe7
.github: Add initial CodeQL config and workflow files

REF:https://bugzilla.tianocore.org/show_bug.cgi?id=4115

Adds initial support for enabling CodeQL Code Scanning in this
repository per the RFC:

  https://github.com/tianocore/edk2/discussions/3258

Adds the following new files:
  - .github/workflows/codql-analysis.yml - The main GitHub workflow
    file used to setup CodeQL in the repo.
  - .github/codeql/codeql-config.yml - The main CodeQL configuration
    file used to customize the queries and other resources the repo
    is using for CodeQL.
  - edk2.qls - A query set of queries to run for CodeQL.

Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael D Kinney <michael.d.kinney@intel.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Reviewed-by: Michael D Kinney <michael.d.kinney@intel.com>
.github/codeql/codeql-config.yml [new file with mode: 0644]
.github/codeql/edk2.qls [new file with mode: 0644]
.github/workflows/codeql-analysis.yml [new file with mode: 0644]