File tree Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Expand file tree Collapse file tree 7 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 24
24
runs-on : ubuntu-latest
25
25
26
26
steps :
27
- - uses : actions/checkout@v2
27
+ - uses : actions/checkout@v4
28
28
29
29
# Run Synthetic tests within your GitHub workflow.
30
30
# For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci
Original file line number Diff line number Diff line change 31
31
runs-on : ubuntu-latest
32
32
steps :
33
33
- name : Checkout Code
34
- uses : actions/checkout@v2
34
+ - uses : actions/checkout@v4
35
35
36
36
- name : Grant execute permission for gradlew
37
37
run : chmod +x gradlew
Original file line number Diff line number Diff line change 29
29
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v2
32
+ - uses : actions/checkout@v4
33
33
- name : Bandit Scan
34
34
uses : shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
35
35
with : # optional arguments
Original file line number Diff line number Diff line change 27
27
actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
28
28
steps :
29
29
- name : Checkout code
30
- uses : actions/checkout@v2
30
+ uses : actions/checkout@v4
31
31
32
32
- name : Scan code
33
33
uses : clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb
Original file line number Diff line number Diff line change 32
32
actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
33
33
steps :
34
34
- name : Checkout code
35
- uses : actions/checkout@v2
35
+ uses : actions/checkout@v4
36
36
37
37
- name : Dependency scan
38
38
uses : clj-holmes/clj-watson-action@39b8ed306f2c125860cf6e69b6939363689f998c
Original file line number Diff line number Diff line change 81
81
steps :
82
82
83
83
- name : Check out repository
84
- uses : actions/checkout@v2
84
+ uses : actions/checkout@v4
85
85
86
86
# *******************************************************************
87
87
# Required: Instructions to setup project
Original file line number Diff line number Diff line change @@ -162,7 +162,7 @@ jobs:
162
162
runs-on : ubuntu-18.04
163
163
name : A job to run a Nexploit scan
164
164
steps :
165
- - uses : actions/checkout@v2
165
+ - uses : actions/checkout@v4
166
166
- name : Start Nexploit Scan 🏁
167
167
id : start
168
168
uses : NeuraLegion/run-scan@29ebd17b4fd6292ce7a238a59401668953b37fbe
You can’t perform that action at this time.
0 commit comments