8 Commits

Author SHA1 Message Date
Mikhail Krichanov
40563ad100 Build: Switched ocbuild to audk-stable-202302 branch. 2023-07-03 11:06:33 +03:00
PMheart
de705cea29 Build: Use latest Windows image (#33) 2023-05-10 10:22:23 +03:00
Marvin Häuser
47a3d5dc0c CI: Drop submodule update in favour of actions/checkout 2023-03-28 01:12:12 +02:00
Savva Mitrofanov
86005c4c0c
.github/workflows: Don't install Python twice in CodeQL
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
2023-01-18 18:12:01 +06:00
Savva Mitrofanov
763413cc8c
.github/workflows: Use efibuild.sh instead of stuart pytools for CodeQL
Signed-off-by: Savva Mitrofanov <savvamtr@gmail.com>
2023-01-18 16:19:35 +06:00
Savva Mitrofanov
58f816c0db
.github/workflows: Adds nested udk package warning workaround for CodeQL 2023-01-17 22:12:41 +06:00
Michael D Kinney
3b1f3414f2 .github/workflows: Update CodeQL to install Python 3.10.6
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Kubacki <mikuback@linux.microsoft.com>
Cc: Liming Gao <gaoliming@byosoft.com.cn>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Michael Kubacki <mikuback@linux.microsoft.com>
2022-11-11 03:11:51 +00:00
Michael Kubacki
6c1a4a376e .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>
2022-11-08 15:29:26 +00:00