Skip to content

Commit ab25498

Browse files
authored
Update gitleaks.yaml
1 parent 4c2b7ed commit ab25498

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ jobs:
3131
if: steps.gitleaks.outcome != 'success'
3232
uses: actions/setup-dotnet@v3
3333
with:
34-
dotnet-version: '3.1.x'
34+
dotnet-version: '3.1.426'
35+
cache: true
3536
- name: Install the report tool packages
3637
if: steps.gitleaks.outcome != 'success'
3738
run: |

0 commit comments

Comments
 (0)