summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMichael Kubacki <michael.kubacki@microsoft.com>2026-06-22 13:19:17 +0000
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2026-06-23 17:00:51 +0000
commit9714474bf2e7405983674a48ccc1f49130c1fb94 (patch)
tree311fe3f1656c7d4c17f2abc6cd49bbab82357485 /.github
parente03fb69e9aad9d8ee501c512c0f1a08d8aa1fa8b (diff)
downloadedk2-9714474bf2e7405983674a48ccc1f49130c1fb94.tar.gz
edk2-9714474bf2e7405983674a48ccc1f49130c1fb94.zip
.github: Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v6...v7) updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major Signed-off-by: Michael Kubacki <michael.kubacki@microsoft.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/BuildPlatform.yml2
-rw-r--r--.github/workflows/codeql.yml2
-rw-r--r--.github/workflows/issue-assignment.yml2
-rw-r--r--.github/workflows/issue-triage.yml2
-rw-r--r--.github/workflows/pull-request-formatting-validator.yml2
-rw-r--r--.github/workflows/request-reviews.yml2
6 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/BuildPlatform.yml b/.github/workflows/BuildPlatform.yml
index c37a041bf1..e39c7e2aa3 100644
--- a/.github/workflows/BuildPlatform.yml
+++ b/.github/workflows/BuildPlatform.yml
@@ -65,7 +65,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- run: |
git config --global --add safe.directory '*'
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml
index 13f0afbc9b..07d5129388 100644
--- a/.github/workflows/codeql.yml
+++ b/.github/workflows/codeql.yml
@@ -76,7 +76,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
- name: Install Python
uses: actions/setup-python@v6
diff --git a/.github/workflows/issue-assignment.yml b/.github/workflows/issue-assignment.yml
index 0790d7cfc1..ee59e3f5db 100644
--- a/.github/workflows/issue-assignment.yml
+++ b/.github/workflows/issue-assignment.yml
@@ -21,7 +21,7 @@ jobs:
issues: write
steps:
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
- name: Remove Labels
env:
diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml
index 72b8bc7326..dac52dfa89 100644
--- a/.github/workflows/issue-triage.yml
+++ b/.github/workflows/issue-triage.yml
@@ -30,7 +30,7 @@ jobs:
issues: write
steps:
- - uses: actions/checkout@v6
+ - uses: actions/checkout@v7
- name: Parse Issue Form
uses: stefanbuck/github-issue-parser@v3
diff --git a/.github/workflows/pull-request-formatting-validator.yml b/.github/workflows/pull-request-formatting-validator.yml
index 856813a41d..018943794d 100644
--- a/.github/workflows/pull-request-formatting-validator.yml
+++ b/.github/workflows/pull-request-formatting-validator.yml
@@ -37,7 +37,7 @@ jobs:
# Reduce checkout time with sparse-checkout
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
fetch-depth: 1
sparse-checkout: |
diff --git a/.github/workflows/request-reviews.yml b/.github/workflows/request-reviews.yml
index 2feb713a33..e7e2029a01 100644
--- a/.github/workflows/request-reviews.yml
+++ b/.github/workflows/request-reviews.yml
@@ -44,7 +44,7 @@ jobs:
# - BaseTools/Scripts: Contains the GetMaintainer.py script
# - Maintainers.txt: Contains the list of maintainers for the repository
- name: Checkout repository
- uses: actions/checkout@v6
+ uses: actions/checkout@v7
with:
fetch-depth: 1
sparse-checkout: |