From 7b70991f368cca916c37b03da3a374f3bb45b3c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 May 2021 06:04:59 +0000 Subject: [PATCH] Bump actions/checkout from 2 to 2.3.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 2.3.4. - [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/v2...v2.3.4) Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 18 +++++++++--------- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/docs.yml | 2 +- .github/workflows/format.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d4771c0fd6..75a263c2c9 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -40,7 +40,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -82,7 +82,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -114,7 +114,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -144,7 +144,7 @@ jobs: needs: [build, test] runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -174,7 +174,7 @@ jobs: needs: [build, test] runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -204,7 +204,7 @@ jobs: needs: [build, test] runs-on: windows-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -244,7 +244,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -285,7 +285,7 @@ jobs: CHOCOLATEY_API_KEY: ${{ secrets.CHOCOLATEY_API_KEY }} CHOCOLATEY_API_URL: ${{ secrets.CHOCOLATEY_API_URL }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow @@ -317,7 +317,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - name: Fetch all history for all tags and branches run: | git fetch --prune --unshallow diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 692f5565db..f6278e0e49 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v2.3.4 - name: Initialize CodeQL uses: github/codeql-action/init@v1 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index fb4e9213a4..c95a25e6d0 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -16,7 +16,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_USERNAME: ${{ secrets.GITHUB_USERNAME }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 with: fetch-depth: 0 diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index a42f5d7657..4195a4ed79 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -22,6 +22,6 @@ jobs: runs-on: ubuntu-latest name: DotNet Format steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - run: dotnet tool install -g dotnet-format - run: dotnet format ./ --folder --check --exclude **/AddFormats/ diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1de9cd836c..d40d2257fd 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,7 +8,7 @@ jobs: name: Trigger Build flow runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v2.3.4 - uses: peter-evans/repository-dispatch@v1 with: token: ${{ secrets.RELEASE_GITHUB_TOKEN }}