From 69fbbe129fd15921c14c81d7a16db0bcff8f2daf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 13:44:15 +0000 Subject: [PATCH] Bump actions/checkout from 4.1.3 to 4.1.4 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.3 to 4.1.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/v4.1.3...v4.1.4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/awesome-ideas.yml | 2 +- .github/workflows/aws-cfn-lint.yml | 2 +- .github/workflows/aws_deploy_staging.yml | 4 ++-- .github/workflows/bicep-lint.yml | 2 +- .github/workflows/ci-open-api-documentation.yml | 4 ++-- .github/workflows/ci-tests.yml | 6 +++--- .github/workflows/codeql.yml | 2 +- .github/workflows/delete-documentation-version.yml | 2 +- .github/workflows/deploy_staging.yml | 2 +- .github/workflows/lint-documentation.yml | 2 +- .github/workflows/publish-documentation-new-version.yml | 2 +- .github/workflows/publish.yml | 8 ++++---- 12 files changed, 19 insertions(+), 19 deletions(-) diff --git a/.github/workflows/awesome-ideas.yml b/.github/workflows/awesome-ideas.yml index 22c8a690c..06cca16a9 100644 --- a/.github/workflows/awesome-ideas.yml +++ b/.github/workflows/awesome-ideas.yml @@ -11,7 +11,7 @@ jobs: steps: - uses: hmarr/debug-action@v3 - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - uses: JasonEtco/create-an-issue@v2 if: github.event.discussion.category.name == 'Ideas' diff --git a/.github/workflows/aws-cfn-lint.yml b/.github/workflows/aws-cfn-lint.yml index 718ed1e3b..29436b197 100644 --- a/.github/workflows/aws-cfn-lint.yml +++ b/.github/workflows/aws-cfn-lint.yml @@ -28,7 +28,7 @@ jobs: repo: context.repo.repo, labels: ['cfn-templates'] }) - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Check CloudFormation Syntax uses: scottbrenner/cfn-lint-action@v2 diff --git a/.github/workflows/aws_deploy_staging.yml b/.github/workflows/aws_deploy_staging.yml index df97f681b..eddd2c6c5 100644 --- a/.github/workflows/aws_deploy_staging.yml +++ b/.github/workflows/aws_deploy_staging.yml @@ -14,7 +14,7 @@ jobs: outputs: aws_public_registry: ${{ steps.login-ecr-public.outputs.registry }} steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 @@ -82,7 +82,7 @@ jobs: environment: name: AWS Staging steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Configure AWS credentials id: aws-credentials diff --git a/.github/workflows/bicep-lint.yml b/.github/workflows/bicep-lint.yml index 52cfc699d..53fdf93a5 100644 --- a/.github/workflows/bicep-lint.yml +++ b/.github/workflows/bicep-lint.yml @@ -31,7 +31,7 @@ jobs: labels: ['arm-templates'] }) - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: submodules: recursive diff --git a/.github/workflows/ci-open-api-documentation.yml b/.github/workflows/ci-open-api-documentation.yml index 25a6e4a39..4eb7c8162 100644 --- a/.github/workflows/ci-open-api-documentation.yml +++ b/.github/workflows/ci-open-api-documentation.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -52,7 +52,7 @@ jobs: needs: [ build ] if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: ref: 'docs/main' diff --git a/.github/workflows/ci-tests.yml b/.github/workflows/ci-tests.yml index 57991cc12..3908bcd38 100644 --- a/.github/workflows/ci-tests.yml +++ b/.github/workflows/ci-tests.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Setup .NET uses: actions/setup-dotnet@v4 @@ -62,7 +62,7 @@ jobs: needs: unit-test steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - uses: actions/download-artifact@v4 with: @@ -85,7 +85,7 @@ jobs: # steps: - # - uses: actions/checkout@v4.1.3 + # - uses: actions/checkout@v4.1.4 # - name: Setup .NET # uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 2307cef73..ae9525e4d 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4.1.3 + uses: actions/checkout@v4.1.4 - name: Setup .NET uses: actions/setup-dotnet@v4 diff --git a/.github/workflows/delete-documentation-version.yml b/.github/workflows/delete-documentation-version.yml index 7fec77baa..2952587ec 100644 --- a/.github/workflows/delete-documentation-version.yml +++ b/.github/workflows/delete-documentation-version.yml @@ -10,7 +10,7 @@ jobs: name: Delete Documentation Version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: ref: docs/main fetch-depth: 0 diff --git a/.github/workflows/deploy_staging.yml b/.github/workflows/deploy_staging.yml index 281579253..febfaed86 100644 --- a/.github/workflows/deploy_staging.yml +++ b/.github/workflows/deploy_staging.yml @@ -26,7 +26,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 diff --git a/.github/workflows/lint-documentation.yml b/.github/workflows/lint-documentation.yml index 70579c445..bee625056 100644 --- a/.github/workflows/lint-documentation.yml +++ b/.github/workflows/lint-documentation.yml @@ -7,7 +7,7 @@ jobs: lint-documentation: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - uses: DavidAnson/markdownlint-cli2-action@v16 with: globs: 'docs/**/*.md' diff --git a/.github/workflows/publish-documentation-new-version.yml b/.github/workflows/publish-documentation-new-version.yml index 3f37d3fcb..b35a58aee 100644 --- a/.github/workflows/publish-documentation-new-version.yml +++ b/.github/workflows/publish-documentation-new-version.yml @@ -7,7 +7,7 @@ jobs: name: Publish Documentation with New Version runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: ref: docs/main fetch-depth: 0 diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index c89dad95c..78f90a49a 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,7 +23,7 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - id: docker-tag uses: yuya-takeyama/docker-tag-from-github-ref-action@v1 @@ -90,7 +90,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 - name: Get semver id: version @@ -101,12 +101,12 @@ jobs: tags: | type=semver,pattern={{version}} - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: path: IoT-Hub-Portal submodules: recursive - - uses: actions/checkout@v4.1.3 + - uses: actions/checkout@v4.1.4 with: ref: arm/main path: arm-templates