File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Validate JSON Schema
1919 shell : pwsh
Original file line number Diff line number Diff line change 4040
4141 steps :
4242 - name : Checkout repository
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 # Initializes the CodeQL tools for scanning.
4646 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1717
1818 steps :
1919 - name : Checkout Code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 1515
1616 steps :
1717 - name : Checkout Repository
18- uses : actions/checkout@v4
18+ uses : actions/checkout@v5
1919
2020 - name : Run Software Report module tests
2121 shell : pwsh
Original file line number Diff line number Diff line change 2323 CI_REPO : ${{ vars.CI_REPO }}
2424 steps :
2525 - name : Checkout Code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727
2828 - name : Trigger Build workflow
2929 run : |
7878 needs : trigger-workflow
7979 steps :
8080 - name : Checkout Code
81- uses : actions/checkout@v4
81+ uses : actions/checkout@v5
8282
8383 - name : Wait for workflow completion
8484 env :
@@ -106,7 +106,7 @@ jobs:
106106 if : cancelled()
107107 steps :
108108 - name : Checkout Code
109- uses : actions/checkout@v4
109+ uses : actions/checkout@v5
110110
111111 - name : Cancel workflow
112112 env :
Original file line number Diff line number Diff line change 1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : Checkout repository
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v5
1717
1818 - name : Validate JSON Schema
1919 shell : pwsh
You can’t perform that action at this time.
0 commit comments