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 3232 runs-on : ubuntu-latest
3333 steps :
3434 - name : Check out the code
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636
3737 - name : Build the Docker image
3838 run : cd ./dockerfiles/ && docker build . --file Dockerfile --tag localbuild/testimage:latest
Original file line number Diff line number Diff line change 3535 steps :
3636 # Checkout the repository to the GitHub Actions runner
3737 - name : Checkout code
38- uses : actions/checkout@v4
38+ uses : actions/checkout@v5
3939
4040 # Execute Codacy Analysis CLI and generate a SARIF output with the security issues identified during the analysis
4141 - name : Run Codacy Analysis CLI
Original file line number Diff line number Diff line change 2626
2727 - name : Checkout
2828 # This step checks out the repository
29- uses : actions/checkout@v4
29+ uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232
Original file line number Diff line number Diff line change 3030 actions : read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
3131 steps :
3232 - name : Checkout code
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434
3535 - name : Run hadolint scanning on the controller Dockerfile
3636 uses : hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Configure git & gh
2121 run : |
Original file line number Diff line number Diff line change 2323 BRANCH_SUFFIX : clean-up
2424 steps :
2525 - name : Checkout repository
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 fetch-depth : 0 # Fetch all history for all branches and tags.
2929
@@ -269,7 +269,7 @@ jobs:
269269
270270 steps :
271271 - name : Checkout repository
272- uses : actions/checkout@v4
272+ uses : actions/checkout@v5
273273
274274 - name : Set up and start Docker Compose
275275 run : |
Original file line number Diff line number Diff line change 1919 steps :
2020 # This step checks out the repository using the checkout action
2121 - name : Checkout
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323
2424 # This step installs Updatecli in the runner using the updatecli-action
2525 - name : Install Updatecli in the runner
You can’t perform that action at this time.
0 commit comments