We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50092d7 commit dc2ddfdCopy full SHA for dc2ddfd
.github/actions/environment/action.yml
@@ -99,7 +99,7 @@ runs:
99
# .NET 5.0 does not support ARM64 on macOS
100
- name: Install .NET 5.0 SDK
101
if: ${{ runner.os != 'macOS' || runner.arch != 'ARM64' }}
102
- uses: actions/setup-dotnet@v4
+ uses: actions/setup-dotnet@67a3573c9a986a3f9c594539f4ab511d57bb3ce9 # v4.3.1
103
with:
104
dotnet-version: 5.0.x
105
0 commit comments