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 d85ea13 commit 5895d19Copy full SHA for 5895d19
.github/workflows/gitleaks.yaml
@@ -28,7 +28,7 @@ jobs:
28
if: steps.gitleaks.outcome != 'success'
29
uses: actions/setup-dotnet@v3
30
with:
31
- dotnet-version: '6.x'
+ dotnet-version: '3.1.x'
32
- name: Install the report tool packages
33
34
run: |
0 commit comments