Skip to content

Commit 88a534d

Browse files
authored
Update gitleaks.yaml
1 parent f3557a6 commit 88a534d

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ jobs:
2929
run: |
3030
sudo apt update
3131
sudo apt install -y mono-complete
32-
# - name: Install OpenSSL Libraries
33-
# if: steps.gitleaks.outcome != 'success'
34-
# run: |
35-
# sudo apt-get update
36-
# sudo apt-get install -y openssl
37-
# - name: Install the dotnet
38-
# if: steps.gitleaks.outcome != 'success'
39-
# uses: actions/setup-dotnet@v3
40-
# with:
41-
# dotnet-version: '3.1.x'
4232
- name: Install the dotnet SDK to a custom directory
4333
if: steps.gitleaks.outcome != 'success'
4434
run: |

0 commit comments

Comments
 (0)