Skip to content

Commit f3557a6

Browse files
authored
Update gitleaks.yaml
1 parent 760a407 commit f3557a6

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/gitleaks.yaml

+7-7
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout
11-
uses: actions/checkout@v3
11+
uses: actions/checkout@v4.2.2
1212
- name: Install the gitleaks
1313
run: wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
1414
shell: pwsh
@@ -21,19 +21,19 @@ jobs:
2121
continue-on-error: true
2222
- name: Setup NuGet.exe
2323
if: steps.gitleaks.outcome != 'success'
24-
uses: nuget/setup-nuget@v1
24+
uses: nuget/setup-nuget@v2
2525
with:
2626
nuget-version: latest
2727
- name: Install Mono
2828
if: steps.gitleaks.outcome != 'success'
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
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
3737
# - name: Install the dotnet
3838
# if: steps.gitleaks.outcome != 'success'
3939
# uses: actions/setup-dotnet@v3

0 commit comments

Comments
 (0)