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 9fd28a1 commit e71e129Copy full SHA for e71e129
.github/workflows/gitleaks.yaml
@@ -43,7 +43,7 @@ jobs:
43
if: steps.gitleaks.outcome != 'success'
44
run: |
45
mkdir -p $GITHUB_WORKSPACE/dotnet
46
- curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir $GITHUB_WORKSPACE/dotnet --channel 3.1
+ curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir $GITHUB_WORKSPACE/dotnet --channel 6.0
47
- name: Install the report tool packages
48
49
0 commit comments