Skip to content

Commit c5ddf1c

Browse files
authored
Merge branch 'develop' into feat(e2e)-idempotency-e2e-tests
2 parents 3dbb8ad + d72426e commit c5ddf1c

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
steps:
2525
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2626
- name: Setup .NET 6.0 & 8.0
27-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
27+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
2828
with:
2929
dotnet-version: |
3030
6.0.405

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,14 @@ jobs:
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v2
35+
uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a #v2
3636
with:
3737
languages: ${{ matrix.language }}
3838

3939
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4040
# If this step fails, then you should remove it and run the build manually (see below)
4141
- name: Autobuild
42-
uses: github/codeql-action/autobuild@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v2
42+
uses: github/codeql-action/autobuild@dd746615b3b9d728a6a37ca2045b68ca76d4841a #v2
4343

4444
# ℹ️ Command-line programs to run using the OS shell.
4545
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -52,4 +52,4 @@ jobs:
5252
# ./location_of_script_within_repo/buildscript.sh
5353

5454
- name: Perform CodeQL Analysis
55-
uses: github/codeql-action/analyze@17a820bf2e43b47be2c72b39cc905417bc1ab6d0 #v2
55+
uses: github/codeql-action/analyze@dd746615b3b9d728a6a37ca2045b68ca76d4841a #v2

.github/workflows/docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
environment: Docs
5555
steps:
5656
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
57-
- name: Setup .NET 6.0
58-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
57+
- name: Setup .NET 8.0
58+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
5959
with:
60-
dotnet-version: 6.0.405
60+
dotnet-version: '8.x'
6161

6262
- name: Build Api Docs
6363
run: |

.github/workflows/e2e-tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
mask-aws-account-id: true
4141

4242
- name: Set up .NET
43-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
43+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
4444
with:
4545
dotnet-version: '8.x'
4646

@@ -77,7 +77,7 @@ jobs:
7777
mask-aws-account-id: true
7878

7979
- name: Set up .NET
80-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
80+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
8181
with:
8282
dotnet-version: '8.x'
8383

@@ -111,7 +111,7 @@ jobs:
111111
mask-aws-account-id: true
112112

113113
- name: Set up .NET
114-
uses: actions/setup-dotnet@87b7050bc53ea08284295505d98d2aa94301e852 # 4.2.0
114+
uses: actions/setup-dotnet@3951f0dfe7a07e2313ec93c75700083e2005cbab # 4.3.0
115115
with:
116116
dotnet-version: '8.x'
117117

0 commit comments

Comments
 (0)