From ab51da32672dae805013bcf4b5a75df16cea1207 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:54:25 +0000 Subject: [PATCH] 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: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/code_coverage.yml | 2 +- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/compliance-checks.yml | 6 +++--- .github/workflows/coverity.yml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 119edc63643..abf788b3d98 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -153,7 +153,7 @@ jobs: wget https://developer.arm.com/-/media/Files/downloads/gnu/11.2-2022.02/binrel/gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz tar -xvf gcc-arm-11.2-2022.02-x86_64-aarch64-none-linux-gnu.tar.xz -C ~/ - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 8b5df90da5e..e82d2b23a5d 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index b0309543294..476c38044e9 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -48,7 +48,7 @@ jobs: - "-DLIBSPDM_RECORD_TRANSCRIPT_DATA_SUPPORT=1" steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive diff --git a/.github/workflows/compliance-checks.yml b/.github/workflows/compliance-checks.yml index 3c7cb3cf7c6..0ded0534b28 100644 --- a/.github/workflows/compliance-checks.yml +++ b/.github/workflows/compliance-checks.yml @@ -14,7 +14,7 @@ jobs: name: Markdown Style Check runs-on: ubuntu-latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check # Reject any .md files with tabs in them run: | @@ -41,7 +41,7 @@ jobs: run: | sudo apt update sudo apt install --no-install-recommends -y uncrustify - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check # Run an uncrustify check. If the check indicates problems, then apply the fixes and show the diff. run: | @@ -65,6 +65,6 @@ jobs: - name: Check Copyright Year script: check_copyright_date.sh steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Check run: ./script/${{ matrix.script }} diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml index f4ddefc8b30..628290b4dcb 100644 --- a/.github/workflows/coverity.yml +++ b/.github/workflows/coverity.yml @@ -29,7 +29,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive