Skip to content

Commit d85ea13

Browse files
authored
Update gitleaks.yaml
1 parent 0e02cee commit d85ea13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
if: steps.gitleaks.outcome != 'success'
2929
uses: actions/setup-dotnet@v3
3030
with:
31-
dotnet-version: '3.1.x'
31+
dotnet-version: '6.x'
3232
- name: Install the report tool packages
3333
if: steps.gitleaks.outcome != 'success'
3434
run: |
3535
nuget install "Syncfusion.Email" -source ${{ secrets.NexusFeedLink }} -ExcludeVersion
3636
dir $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1
3737
dotnet $GITHUB_WORKSPACE/Syncfusion.Email/lib/netcoreapp3.1/GitleaksReportMail.dll ${{ secrets.CITEAMCREDENTIALS }} "$GITHUB_REF_NAME" ${{ secrets.NETWORKCREDENTIALS }} ${{ secrets.NETWORKKEY }} "$GITHUB_WORKSPACE" ${{ secrets.ORGANIZATIONNAME }}
38-
exit 1
38+
exit 1

0 commit comments

Comments
 (0)