Repo File Sync: prevent `rustup` from self-updating (#878)
This commit is contained in:
Родитель
7e554f5aa2
Коммит
97c4fa56eb
|
@ -19,7 +19,7 @@ resources:
|
|||
type: github
|
||||
endpoint: microsoft
|
||||
name: microsoft/mu_devops
|
||||
ref: refs/tags/v9.1.6
|
||||
ref: refs/tags/v9.1.8
|
||||
|
||||
parameters:
|
||||
- name: do_ci_build
|
||||
|
|
|
@ -29,5 +29,5 @@ jobs:
|
|||
|
||||
if: |
|
||||
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoApprover.yml@v9.1.8
|
||||
secrets: inherit
|
||||
|
|
|
@ -32,5 +32,5 @@ jobs:
|
|||
|
||||
if: |
|
||||
github.event.pull_request.user.login == 'dependabot[bot]' || github.event.pull_request.user.login == 'uefibot'
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/AutoMerger.yml@v9.1.8
|
||||
secrets: inherit
|
||||
|
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
contents: read
|
||||
issues: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueAssignment.yml@v9.1.8
|
||||
|
|
|
@ -36,4 +36,4 @@ jobs:
|
|||
contents: read
|
||||
pull-requests: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/Labeler.yml@v9.1.8
|
||||
|
|
|
@ -28,4 +28,4 @@ jobs:
|
|||
permissions:
|
||||
issues: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/LabelSyncer.yml@v9.1.8
|
||||
|
|
|
@ -32,5 +32,5 @@ jobs:
|
|||
contents: write
|
||||
pull-requests: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/ReleaseDrafter.yml@v9.1.8
|
||||
secrets: inherit
|
||||
|
|
|
@ -29,4 +29,4 @@ jobs:
|
|||
issues: write
|
||||
pull-requests: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/Stale.yml@v9.1.8
|
||||
|
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Update Submodules to Latest Release
|
||||
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/actions/submodule-release-updater@v9.1.8
|
||||
with:
|
||||
GH_PAT: ${{ secrets.SUBMODULE_UPDATER_TOKEN }}
|
||||
GH_USER: "ProjectMuBot"
|
||||
|
|
|
@ -23,4 +23,4 @@ jobs:
|
|||
permissions:
|
||||
issues: write
|
||||
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.6
|
||||
uses: microsoft/mu_devops/.github/workflows/IssueTriager.yml@v9.1.8
|
||||
|
|
Загрузка…
Ссылка в новой задаче