Skip to content

Commit

Permalink
Merge pull request #217 from loresoft/dependabot/github_actions/azure…
Browse files Browse the repository at this point in the history
…/sql-action-2.3

Bump azure/sql-action from 2.2 to 2.3
  • Loading branch information
pwelter34 authored Sep 10, 2024
2 parents 0abd6f9 + 850468c commit 4b90bda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
uses: azure/sql-action@v2.3
with:
connection-string: ${{secrets.AZURE_SQL_CONNECTION_STAGING}}
path: "./InstructorIQ.dacpac"
Expand Down Expand Up @@ -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.2
uses: azure/sql-action@v2.3
with:
connection-string: ${{secrets.AZURE_SQL_CONNECTION_PRODUCTION}}
path: "./InstructorIQ.dacpac"
Expand Down

0 comments on commit 4b90bda

Please sign in to comment.