diff --git a/.github/dependabot.template.yml b/.github/dependabot.template.yml index d905eb06f4e..cba06c5a66b 100644 --- a/.github/dependabot.template.yml +++ b/.github/dependabot.template.yml @@ -52,8 +52,9 @@ updates: commit-message: prefix: #@ commit_prefix groups: - azure-storage-dependencies: + azure-sdk-dependencies: patterns: + - "Azure.Core" - "Azure.Storage.*" identity-dependencies: patterns: diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 569213a7524..8e458579ebc 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -18,8 +18,9 @@ updates: commit-message: prefix: '[main] ' groups: - azure-storage-dependencies: + azure-sdk-dependencies: patterns: + - Azure.Core - Azure.Storage.* identity-dependencies: patterns: @@ -94,8 +95,9 @@ updates: commit-message: prefix: '[release/8.0] ' groups: - azure-storage-dependencies: + azure-sdk-dependencies: patterns: + - Azure.Core - Azure.Storage.* identity-dependencies: patterns: @@ -174,8 +176,9 @@ updates: commit-message: prefix: '[release/6.x] ' groups: - azure-storage-dependencies: + azure-sdk-dependencies: patterns: + - Azure.Core - Azure.Storage.* identity-dependencies: patterns: diff --git a/.github/workflows/add-markdown-feedback.yml b/.github/workflows/add-markdown-feedback.yml index 5d5af2f3d70..30eb35b8bcd 100644 --- a/.github/workflows/add-markdown-feedback.yml +++ b/.github/workflows/add-markdown-feedback.yml @@ -47,7 +47,7 @@ jobs: git diff > ./pr/linter.diff - name: Upload artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: pr-linter path: pr/ diff --git a/.github/workflows/lint-csharp.yml b/.github/workflows/lint-csharp.yml index fe0fd2c13da..77115275633 100644 --- a/.github/workflows/lint-csharp.yml +++ b/.github/workflows/lint-csharp.yml @@ -48,7 +48,7 @@ jobs: git diff > ./pr/linter.diff - name: Upload artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: pr-linter path: pr/ diff --git a/.github/workflows/scan-for-to-do-comments.yml b/.github/workflows/scan-for-to-do-comments.yml index ad3c3249c36..c8c4c18f557 100644 --- a/.github/workflows/scan-for-to-do-comments.yml +++ b/.github/workflows/scan-for-to-do-comments.yml @@ -27,7 +27,7 @@ jobs: COMMENT_AUTHOR: ${{ github.event.comment.user.login }} - name: Upload artifacts - uses: actions/upload-artifact@89ef406dd8d7e03cfd12d9e0a4a378f454709029 + uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a with: name: issue-todo path: issue/ diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 115fb18351d..4107ea74c6b 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -4,13 +4,13 @@ https://github.com/dotnet/aspnetcore 4e5de62265bf243bdb7b295ce0f6f06fceea83d1 - + https://github.com/dotnet/diagnostics - fb2a705b0a62b70ae350014990d78aa5af9fa74e + 2c1994334add963416f2f4431152c58504fbc443 - + https://github.com/dotnet/diagnostics - fb2a705b0a62b70ae350014990d78aa5af9fa74e + 2c1994334add963416f2f4431152c58504fbc443 https://github.com/dotnet/command-line-api @@ -22,29 +22,29 @@ https://github.com/dotnet/roslyn-analyzers b70b32099c2365092974f6786636e25ae507c8fa - + https://github.com/dotnet/arcade - a3dae8d4fd5a17c147cbecfd31e61463731ac0cc + 2c829550b968e29389ce8392244da2b006d71301 - + https://github.com/dotnet/arcade - a3dae8d4fd5a17c147cbecfd31e61463731ac0cc + 2c829550b968e29389ce8392244da2b006d71301 - + https://github.com/dotnet/arcade - a3dae8d4fd5a17c147cbecfd31e61463731ac0cc + 2c829550b968e29389ce8392244da2b006d71301 - + https://github.com/dotnet/arcade - a3dae8d4fd5a17c147cbecfd31e61463731ac0cc + 2c829550b968e29389ce8392244da2b006d71301 - + https://github.com/dotnet/arcade - a3dae8d4fd5a17c147cbecfd31e61463731ac0cc + 2c829550b968e29389ce8392244da2b006d71301 - + https://github.com/dotnet/diagnostics - fb2a705b0a62b70ae350014990d78aa5af9fa74e + 2c1994334add963416f2f4431152c58504fbc443 https://github.com/dotnet/runtime diff --git a/eng/Versions.props b/eng/Versions.props index 69ced3c11ee..8c4df91c356 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -48,17 +48,17 @@ --> - 9.0.0-beta.24401.1 - 9.0.0-beta.24401.1 - 9.0.0-beta.24401.1 + 9.0.0-beta.24405.1 + 9.0.0-beta.24405.1 + 9.0.0-beta.24405.1 9.0.0-preview.7.24402.2 9.0.0-preview.7.24402.2 2.0.0-beta4.24324.3 - 8.0.0-preview.24402.1 - 8.0.0-preview.24402.1 + 8.0.0-preview.24406.1 + 8.0.0-preview.24406.1 9.0.0-preview.24402.1 @@ -67,7 +67,7 @@ 9.0.100-preview.7.24402.8 - 1.0.540201 + 1.0.540601 $(MicrosoftNETCoreApp31Version) diff --git a/eng/dependabot/independent/Packages.props b/eng/dependabot/independent/Packages.props index 4c3dc153ad5..b9dd3e73d89 100644 --- a/eng/dependabot/independent/Packages.props +++ b/eng/dependabot/independent/Packages.props @@ -5,6 +5,7 @@ --> + diff --git a/eng/dependabot/independent/Versions.props b/eng/dependabot/independent/Versions.props index 81ba0ff58de..6f8060858d2 100644 --- a/eng/dependabot/independent/Versions.props +++ b/eng/dependabot/independent/Versions.props @@ -2,12 +2,12 @@ - 1.41.0 + 1.42.0 1.12.0 12.21.1 12.19.1 3.0.1 - 1.6.16 + 1.6.17 4.3.2 5.0.0 diff --git a/global.json b/global.json index abea9c222bb..2e9f4f4d7aa 100644 --- a/global.json +++ b/global.json @@ -31,7 +31,7 @@ }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24401.1", - "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24401.1" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24405.1", + "Microsoft.DotNet.Helix.Sdk": "9.0.0-beta.24405.1" } }