Skip to content

Commit 9fd28a1

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

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/gitleaks.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,11 @@ jobs:
2929
run: |
3030
sudo apt update
3131
sudo apt install -y mono-complete
32-
- name: Install OpenSSL from PPA
32+
- name: Install OpenSSL Libraries
3333
if: steps.gitleaks.outcome != 'success'
3434
run: |
35-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
3635
sudo apt-get update
37-
sudo apt-get install -y libssl1.1 libssl-dev
36+
sudo apt-get install -y openssl
3837
# - name: Install the dotnet
3938
# if: steps.gitleaks.outcome != 'success'
4039
# uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)