Skip to content

Commit 7e30a97

Browse files
authored
Repo File Sync: Run CodeQL on dev/* branches (#1151)
synced local file(s) with [microsoft/mu_devops](https://github.com/microsoft/mu_devops). 🤖: View the [Repo File Sync Configuration File](https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml) to see how files are synced. Updates CodeQL to additionally run on dev/* branches and updates some miscellaneous documentation. --- This PR was created automatically by the [repo-file-sync-action](https://github.com/BetaHuhn/repo-file-sync-action) workflow run [#10998098864](https://github.com/microsoft/mu_devops/actions/runs/10998098864) Signed-off-by: Project Mu UEFI Bot <[email protected]>
1 parent 23f8354 commit 7e30a97

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
<_Include a description of the change and why this change was made._>
44

5-
For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).
5+
For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md).
66

77
- [ ] Impacts functionality?
88
- [ ] Impacts security?

.github/workflows/codeql.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,12 @@ on:
2929
branches:
3030
- main
3131
- release/*
32+
- dev/*
3233
pull_request:
3334
branches:
3435
- main
3536
- release/*
37+
- dev/*
3638
paths-ignore:
3739
- '!**.c'
3840
- '!**.h'

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ Project Mu pull requests autopopulate a PR description from a template in most r
7575

7676
2. **Remove** this line of instructions so the PR description shows cleanly in release notes:
7777

78-
`"For details on how to complete to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."`
78+
`"For details on how to complete these options and their meaning refer to [CONTRIBUTING.md](https://github.com/microsoft/mu/blob/HEAD/CONTRIBUTING.md)."`
7979

8080
3. For each checkbox in the PR description, **place an "x"** in between `[` and `]` if true. Example: `[x]`.
8181
_(you can also check items in the GitHub UI)_

rust-toolchain.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[toolchain]
2-
channel = "1.76.0"
2+
channel = "1.80.0"
33

44
[tool]
55
cargo-make = "0.37.9"
6-
cargo-tarpaulin = "0.27.3"
6+
cargo-tarpaulin = "0.31.2"

0 commit comments

Comments
 (0)