Skip to content

Commit

Permalink
Repo File Sync: synced file(s) with microsoft/mu_devops (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
uefibot authored Feb 3, 2023
1 parent 8508237 commit dba7a97
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .azurepipelines/Ubuntu-GCC5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v1.4.2
ref: refs/tags/v1.7.4
containers:
- container: linux-gcc
image: ghcr.io/tianocore/containers/fedora-35-build:5b8a008
Expand Down
2 changes: 1 addition & 1 deletion .azurepipelines/Windows-VS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ resources:
type: github
endpoint: microsoft
name: microsoft/mu_devops
ref: refs/tags/v1.4.2
ref: refs/tags/v1.7.4

variables:
- group: architectures-x86-64
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
approval_check:
if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v1.7.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ jobs:
merge_check:
if: |
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v1.7.4
secrets: inherit
2 changes: 1 addition & 1 deletion .github/workflows/label-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ on:

jobs:
apply:
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v1.7.4
2 changes: 1 addition & 1 deletion .github/workflows/label-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ on:

jobs:
sync:
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v1.7.4
30 changes: 30 additions & 0 deletions .github/workflows/release-draft.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# This workflow automatically drafts new project releases so it is obvious
# what a current release will look like at any time.
#
# It takes advantage of the labels used in Project Mu to automatically categorize
# the types of changes in a given release. In addition, the semantic version of
# the code is constantly maintained based on Project Mu label conventions to ensure
# semantic versioning is followed and a release version is always ready.
#
# NOTE: This file is automatically synchronized from Mu DevOps. Update the original file there
# instead of the file in this repo.
#
# - Mu DevOps Repo: https://github.com/microsoft/mu_devops
# - File Sync Settings: https://github.com/microsoft/mu_devops/blob/main/.sync/Files.yml
#
# Copyright (c) Microsoft Corporation.
# SPDX-License-Identifier: BSD-2-Clause-Patent
#
# For more information, see:
# https://github.com/release-drafter/release-drafter

name: Update Release Draft

on:
push:
branches:
- main

jobs:
draft:
uses: microsoft/mu_devops/.github/workflows/[email protected]
2 changes: 1 addition & 1 deletion .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ on:

jobs:
check:
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v1.7.4
2 changes: 1 addition & 1 deletion .github/workflows/triage-issues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ on:

jobs:
triage:
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v1.4.2
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v1.7.4
6 changes: 2 additions & 4 deletions SECURITY.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ code with the intent that any consuming projects can use this code as-is. If fe
or fixes are necessary we ask that they contribute them back to the project. **But**, that
said, in the firmware ecosystem there is a lot of variation and differentiation, and
the license in this project allows flexibility for use without contribution back to
Project Mu. Therefore, any issues found here may or may not exist in products using Project Mu.

Project Mu. Therefore, any issues found here may or may not exist in products using Project Mu.

## Supported Versions

Expand All @@ -19,7 +18,7 @@ For a serious vulnerability we may patch older release branches.
Project Mu contains code that is available and/or originally authored in other
repositories (see <https://github.com/tianocore/edk2> as one such example). For any
vulnerability found, we may be subject to their security policy and may need to work
with those groups to resolve amicably and patch the "upstream". This might involve
with those groups to resolve amicably and patch the "upstream". This might involve
additional time to release and/or additional confidentiality requirements.

## Reporting a Vulnerability
Expand All @@ -31,7 +30,6 @@ repository. This process is well documented by github in their documentation [he

This process will allow us to privately discuss the issue, collaborate on a solution, and then disclose the vulnerability.


## Preferred Languages

We prefer all communications to be in English.
Expand Down

0 comments on commit dba7a97

Please sign in to comment.