File tree Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Expand file tree Collapse file tree 7 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 32
32
runs-on : ubuntu-latest
33
33
steps :
34
34
- name : Check out the code
35
- uses : actions/checkout@v4
35
+ uses : actions/checkout@v5
36
36
37
37
- name : Build the Docker image
38
38
run : cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest
Original file line number Diff line number Diff line change 35
35
steps :
36
36
# Checkout the repository to the GitHub Actions runner
37
37
- name : Checkout code
38
- uses : actions/checkout@v4
38
+ uses : actions/checkout@v5
39
39
40
40
# Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
41
41
- name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 26
26
27
27
- name : Checkout
28
28
# This step checks out the repository
29
- uses : actions/checkout@v4
29
+ uses : actions/checkout@v5
30
30
with :
31
31
fetch-depth : 0
32
32
Original file line number Diff line number Diff line change 30
30
actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
31
31
steps :
32
32
- name : Checkout code
33
- uses : actions/checkout@v4
33
+ uses : actions/checkout@v5
34
34
35
35
- name : Run hadolint scanning on the controller Dockerfile
36
36
uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
Original file line number Diff line number Diff line change 15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout repository
18
- uses : actions/checkout@v4
18
+ uses : actions/checkout@v5
19
19
20
20
- name : Configure git & gh
21
21
run : |
Original file line number Diff line number Diff line change 23
23
BRANCH_SUFFIX : clean-up
24
24
steps :
25
25
- name : Checkout repository
26
- uses : actions/checkout@v4
26
+ uses : actions/checkout@v5
27
27
with :
28
28
fetch-depth : 0 # Fetch all history for all branches and tags.
29
29
@@ -269,7 +269,7 @@ jobs:
269
269
270
270
steps :
271
271
- name : Checkout repository
272
- uses : actions/checkout@v4
272
+ uses : actions/checkout@v5
273
273
274
274
- name : Set up and start Docker Compose
275
275
run : |
Original file line number Diff line number Diff line change 19
19
steps :
20
20
# This step checks out the repository using the checkout action
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
24
24
# This step installs Updatecli in the runner using the updatecli-action
25
25
- name : Install Updatecli in the runner
You can’t perform that action at this time.
0 commit comments