Skip to content

Commit 7028539

Browse files
committed
Checkout: Update all workflows to use Checkout V4
1 parent 8190cec commit 7028539

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

ci/datadog-synthetics.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525

2626
steps:
27-
- uses: actions/checkout@v2
27+
- uses: actions/checkout@v4
2828

2929
# Run Synthetic tests within your GitHub workflow.
3030
# For additional configuration options visit the action within the marketplace: https://github.com/marketplace/actions/datadog-synthetics-ci

code-scanning/appknox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
appknox:
3131
runs-on: ubuntu-latest
3232
steps:
33-
- uses: actions/checkout@v2
33+
- uses: actions/checkout@v4
3434
- name: Set up JDK 1.8
3535
uses: actions/setup-java@v1
3636
with:

code-scanning/bandit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
runs-on: ubuntu-latest
3131
steps:
32-
- uses: actions/checkout@v2
32+
- uses: actions/checkout@v4
3333
- name: Bandit Scan
3434
uses: shundor/python-bandit-scan@9cc5aa4a006482b8a7f91134412df6772dbda22c
3535
with: # optional arguments

code-scanning/clj-holmes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
2828
steps:
2929
- name: Checkout code
30-
uses: actions/checkout@v2
30+
uses: actions/checkout@v4
3131

3232
- name: Scan code
3333
uses: clj-holmes/clj-holmes-action@200d2d03900917d7eb3c24fc691ab83579a87fcb

code-scanning/clj-watson.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3333
steps:
3434
- name: Checkout code
35-
uses: actions/checkout@v2
35+
uses: actions/checkout@v4
3636

3737
- name: Dependency scan
3838
uses: clj-holmes/clj-watson-action@39b8ed306f2c125860cf6e69b6939363689f998c

code-scanning/crda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
steps:
8282

8383
- name: Check out repository
84-
uses: actions/checkout@v2
84+
uses: actions/checkout@v4
8585

8686
# *******************************************************************
8787
# Required: Instructions to setup project

code-scanning/neuralegion.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ jobs:
162162
runs-on: ubuntu-18.04
163163
name: A job to run a Nexploit scan
164164
steps:
165-
- uses: actions/checkout@v2
165+
- uses: actions/checkout@v4
166166
- name: Start Nexploit Scan 🏁
167167
id: start
168168
uses: NeuraLegion/run-scan@29ebd17b4fd6292ce7a238a59401668953b37fbe

0 commit comments

Comments
 (0)