Skip to content

Commit e71e129

Browse files
authored
Update gitleaks.yaml
1 parent 9fd28a1 commit e71e129

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
if: steps.gitleaks.outcome != 'success'
4444
run: |
4545
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
46+
curl -sSL https://dot.net/v1/dotnet-install.sh | bash /dev/stdin --install-dir $GITHUB_WORKSPACE/dotnet --channel 6.0
4747
- name: Install the report tool packages
4848
if: steps.gitleaks.outcome != 'success'
4949
run: |

0 commit comments

Comments
 (0)