-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
workflows/*.yml: Update patch version of .NET 6 & .NET 7
Resolves: No entry
- Loading branch information
1 parent
2ab9dac
commit cba5cba
Showing
4 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -44,16 +44,16 @@ jobs: | |
- name: Setup .NET 6 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.414 | ||
dotnet-version: 6.0.416 | ||
|
||
- name: Setup .NET 7 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.401 | ||
dotnet-version: 7.0.403 | ||
|
||
- name: .NET Core SxS | ||
run: | | ||
rsync -a ${DOTNET_ROOT/7.0.401/6.0.414}/* $DOTNET_ROOT/ | ||
rsync -a ${DOTNET_ROOT/7.0.403/6.0.416}/* $DOTNET_ROOT/ | ||
# Initializes the CodeQL tools for scanning. | ||
- name: Initialize CodeQL | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,16 +21,16 @@ jobs: | |
- name: Setup .NET 6 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.414 | ||
dotnet-version: 6.0.416 | ||
|
||
- name: Setup .NET 7 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.401 | ||
dotnet-version: 7.0.403 | ||
|
||
- name: .NET Core SxS | ||
run: | | ||
rsync -a ${DOTNET_ROOT/7.0.401/6.0.414}/* $DOTNET_ROOT/ | ||
rsync -a ${DOTNET_ROOT/7.0.403/6.0.416}/* $DOTNET_ROOT/ | ||
- name: Restore | ||
run: dotnet restore SecretSharingDotNet.sln | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,16 +19,16 @@ jobs: | |
- name: Setup .NET 6 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 6.0.414 | ||
dotnet-version: 6.0.416 | ||
|
||
- name: Setup .NET 7 | ||
uses: actions/[email protected] | ||
with: | ||
dotnet-version: 7.0.401 | ||
dotnet-version: 7.0.403 | ||
|
||
- name: .NET Core SxS | ||
run: | | ||
rsync -a ${DOTNET_ROOT/7.0.401/6.0.414}/* $DOTNET_ROOT/ | ||
rsync -a ${DOTNET_ROOT/7.0.403/6.0.416}/* $DOTNET_ROOT/ | ||
- name: Decrypt large secret | ||
run: ./.github/secrets/decrypt_publisher_snk.sh | ||
|