Skip to content

Commit

Permalink
Update deps from dependabot alerts (microsoft#276)
Browse files Browse the repository at this point in the history
* update deps from dependabot alerts

* workaround until react-scripts supports TypeScript 5.X facebook/create-react-app#13080
  • Loading branch information
MarcusFelling authored Jun 29, 2023
1 parent 1d68b72 commit a2f8a8a
Show file tree
Hide file tree
Showing 3 changed files with 89 additions and 161 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/contoso-traders-cloud-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
--ids $(az vmss list -g ${{ env.AKS_NODES_RESOURCE_GROUP_NAME }}${{ vars.SUFFIX }} --query "[0].id" -o tsv) \
# Seed the DBs and storage accounts
- name: seed products db
uses: azure/sql-action@v2.1
uses: azure/sql-action@v2.2
with:
connection-string: Server=tcp:${{ env.PRODUCTS_DB_SERVER_NAME }}${{ vars.SUFFIX }}.database.windows.net,1433;Initial Catalog=${{ env.PRODUCTS_DB_NAME }};Persist Security Info=False;User ID=${{ env.PRODUCTS_DB_USER_NAME }};Password=${{ secrets.SQLPASSWORD }};MultipleActiveResultSets=False;Encrypt=True;TrustServerCertificate=False;Connection Timeout=30;
path: ./src/ContosoTraders.Api.Products/Migration/productsdb.sql
Expand Down Expand Up @@ -471,7 +471,7 @@ jobs:
run: sleep 30s
shell: bash
- name: load test (products API)
uses: Azure/load-testing@v1.1.13
uses: Azure/load-testing@v1.1.17
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-products.yaml
Expand Down Expand Up @@ -537,7 +537,7 @@ jobs:
env:
LOAD_TEST_SUBNET_ID: ${{ steps.get-vnetAcaSubnetId.outputs.vnetAcaSubnetId }}
- name: load test (carts internal API)
uses: Azure/load-testing@v1.1.13
uses: Azure/load-testing@v1.1.17
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-carts-internal.yaml
Expand Down Expand Up @@ -585,7 +585,7 @@ jobs:
with:
creds: ${{ secrets.SERVICEPRINCIPAL }}
- name: load test (carts API)
uses: Azure/load-testing@v1.1.13
uses: Azure/load-testing@v1.1.17
with:
# Path of the YAML file. Should be fully qualified path or relative to the default working directory
loadtestConfigFile: ./loadtests/contoso-traders-carts.yaml
Expand Down
Loading

0 comments on commit a2f8a8a

Please sign in to comment.