Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'dev' into feature/randomize-tests
Browse files Browse the repository at this point in the history
Mandur authored Oct 29, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
2 parents 60594dc + b3fe303 commit 5ef7e35
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout current branch

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@ jobs:
languages: csharp
queries: +security-and-quality,security-extended

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

2 changes: 1 addition & 1 deletion .github/workflows/create_release.yaml
Original file line number Diff line number Diff line change
@@ -113,7 +113,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json
- name: Package Azure Function
8 changes: 4 additions & 4 deletions .github/workflows/e2e-ci.yaml
Original file line number Diff line number Diff line change
@@ -171,7 +171,7 @@ jobs:
- uses: actions/checkout@v4
name: Checkout current branch

- uses: actions/setup-dotnet@v3.0.3
- uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

@@ -597,7 +597,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

@@ -672,7 +672,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

@@ -761,7 +761,7 @@ jobs:
KEYVAULT_NAME: ${{ secrets.KEYVAULT_NAME }}

- name: Setup .NET
uses: actions/setup-dotnet@v3.0.3
uses: actions/setup-dotnet@v3.2.0
with:
global-json-file: global.json

0 comments on commit 5ef7e35

Please sign in to comment.