From 8e75cdacc1b340df2cd8f285874e3a2c8eb11fbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 11 May 2024 04:25:05 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.4 to 4.1.5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.4 to 4.1.5. - [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/0ad4b8fadaa221de15dcec353f45205ec38ea70b...44c2b7a8a4ea60a981eaca3cf939b5f4305c123b) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/ci.yml | 14 +++++++------- .github/workflows/mirror-repo.yml | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9361ab67..da5ca4e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -53,7 +53,7 @@ jobs: runs-on: windows-${{ inputs.os }} steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: repository: microsoft/xdp-for-windows submodules: recursive diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5e8960bf..fd5b8350 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -71,7 +71,7 @@ jobs: - "1ES.ImageOverride=WS${{ matrix.windows }}-Functional" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: sparse-checkout: tools - name: Check Drivers @@ -134,7 +134,7 @@ jobs: - "1ES.ImageOverride=WS${{ matrix.windows }}-Spinxsk" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: sparse-checkout: tools - name: Check Drivers @@ -189,7 +189,7 @@ jobs: - "1ES.ImageOverride=WS${{ matrix.windows }}" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: sparse-checkout: tools - name: Download Artifacts @@ -223,7 +223,7 @@ jobs: - "1ES.ImageOverride=WS${{ matrix.windows }}" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: sparse-checkout: tools - name: Check Drivers @@ -276,7 +276,7 @@ jobs: - "1ES.ImageOverride=WS${{ matrix.windows }}-Functional" steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: sparse-checkout: tools - name: Check Drivers @@ -327,7 +327,7 @@ jobs: runs-on: windows-2022 steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Download Artifacts uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e with: @@ -359,7 +359,7 @@ jobs: security-events: write # For CodeQL steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b - name: Initialize CodeQL if: ${{ github.event_name == 'schedule' }} uses: github/codeql-action/init@v3 diff --git a/.github/workflows/mirror-repo.yml b/.github/workflows/mirror-repo.yml index 6fda897e..23d9b822 100644 --- a/.github/workflows/mirror-repo.yml +++ b/.github/workflows/mirror-repo.yml @@ -19,7 +19,7 @@ jobs: runs-on: windows-latest steps: - name: Checkout repository - uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b + uses: actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b with: fetch-depth: 0 - name: Sync mirror