File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
steps :
10
10
- name : Checkout
11
- uses : actions/checkout@v3
11
+ uses : actions/checkout@v4.2.2
12
12
- name : Install the gitleaks
13
13
run : wget https://github.com/zricethezav/gitleaks/releases/download/v8.15.2/gitleaks_8.15.2_linux_x64.tar.gz
14
14
shell : pwsh
@@ -21,19 +21,19 @@ jobs:
21
21
continue-on-error : true
22
22
- name : Setup NuGet.exe
23
23
if : steps.gitleaks.outcome != 'success'
24
- uses : nuget/setup-nuget@v1
24
+ uses : nuget/setup-nuget@v2
25
25
with :
26
26
nuget-version : latest
27
27
- name : Install Mono
28
28
if : steps.gitleaks.outcome != 'success'
29
29
run : |
30
30
sudo apt update
31
31
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
37
37
# - name: Install the dotnet
38
38
# if: steps.gitleaks.outcome != 'success'
39
39
# uses: actions/setup-dotnet@v3
You can’t perform that action at this time.
0 commit comments