From 1fa4192b7a0aa3350670f6fc31244239c52a23fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:55:01 +0000 Subject: [PATCH 1/2] Bump super-linter/super-linter from 7.1.0 to 7.2.1 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 7.1.0 to 7.2.1. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v7.1.0...v7.2.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 463f785..249b0fe 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Super-linter - uses: super-linter/super-linter@v7.1.0 # x-release-please-version + uses: super-linter/super-linter@v7.2.1 # x-release-please-version env: # To report GitHub Actions status checks GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} From 9c4f7c7b18a137964d6beb8c98cdc833e3d961d9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 12:16:30 +0000 Subject: [PATCH 2/2] Bump Azure/setup-azd from 1.0.0 to 2.0.0 Bumps [Azure/setup-azd](https://github.com/azure/setup-azd) from 1.0.0 to 2.0.0. - [Release notes](https://github.com/azure/setup-azd/releases) - [Changelog](https://github.com/Azure/setup-azd/blob/main/CHANGELOG.md) - [Commits](https://github.com/azure/setup-azd/compare/v1.0.0...v2.0.0) --- updated-dependencies: - dependency-name: Azure/setup-azd dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/azure-dev.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/azure-dev.yml b/.github/workflows/azure-dev.yml index a81d479..9f9d946 100644 --- a/.github/workflows/azure-dev.yml +++ b/.github/workflows/azure-dev.yml @@ -38,7 +38,7 @@ jobs: uses: actions/checkout@v4 - name: Install azd - uses: Azure/setup-azd@v1.0.0 + uses: Azure/setup-azd@v2.0.0 - name: Log in with Azure (Federated Credentials) if: ${{ env.AZURE_CLIENT_ID != '' }}