From f373950ac232c2aee5d5413a4f7837469e6b63a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 06:03:13 +0000 Subject: [PATCH] Bump azure/sql-action from 2.3 to 2.4 Bumps [azure/sql-action](https://github.com/azure/sql-action) from 2.3 to 2.4. - [Release notes](https://github.com/azure/sql-action/releases) - [Commits](https://github.com/azure/sql-action/compare/v2.3...v2.4) --- updated-dependencies: - dependency-name: azure/sql-action dependency-version: '2.4' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/dotnet.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index e89844f..9fc0eff 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -87,7 +87,7 @@ jobs: - name: Deploy SQL Server Database to Azure if: success() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/develop') - uses: azure/sql-action@v2.3 + uses: azure/sql-action@v2.4 with: connection-string: ${{secrets.AZURE_SQL_CONNECTION_STAGING}} path: "./InstructorIQ.dacpac" @@ -124,7 +124,7 @@ jobs: - name: Deploy SQL Server Database to Azure if: success() && github.event_name != 'pull_request' && startsWith(github.ref, 'refs/tags/v') - uses: azure/sql-action@v2.3 + uses: azure/sql-action@v2.4 with: connection-string: ${{secrets.AZURE_SQL_CONNECTION_PRODUCTION}} path: "./InstructorIQ.dacpac"