Skip to content

Commit 0cd8a0e

Browse files
committed
Checkout: Update all workflows to use Checkout V4
1 parent 5241fd1 commit 0cd8a0e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
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/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

deployments/google-cloudrun-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
runs-on: ubuntu-latest
6565
steps:
6666
- name: Checkout
67-
uses: actions/checkout@v2
67+
uses: actions/checkout@v4
6868

6969
- name: Google Auth
7070
id: auth

deployments/google-cloudrun-source.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- name: Checkout
68-
uses: actions/checkout@v2
68+
uses: actions/checkout@v4
6969

7070
- name: Google Auth
7171
id: auth

0 commit comments

Comments
 (0)