File tree Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Expand file tree Collapse file tree 7 files changed +15
-14
lines changed Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v4
40+ uses : actions/checkout@v5
4141
4242 # Initializes the CodeQL tools for scanning.
4343 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Enable command line
2525 shell : bash
4545 runs-on : ubuntu-latest
4646 steps :
4747 - name : Check out the repo
48- uses : actions/checkout@v4
48+ uses : actions/checkout@v5
4949
5050 - name : Log in to Docker Hub
5151 uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Check out the repo
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Set output
1818 id : vars
4343 runs-on : ubuntu-latest
4444 steps :
4545 - name : Check out the repo
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747
4848 - name : Set output
4949 id : vars
7474 runs-on : ubuntu-latest
7575 steps :
7676 - name : Check out the repo
77- uses : actions/checkout@v4
77+ uses : actions/checkout@v5
7878
7979 - name : Set output
8080 id : vars
@@ -105,7 +105,7 @@ jobs:
105105 runs-on : ubuntu-latest
106106 steps :
107107 - name : Check out the repo
108- uses : actions/checkout@v4
108+ uses : actions/checkout@v5
109109
110110 - name : Set output
111111 id : vars
Original file line number Diff line number Diff line change 2626 # Steps represent a sequence of tasks that will be executed as part of the job
2727 steps :
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030
3131 - name : Copy code
3232 shell : bash
9696 COUNTLY_CONFIG_API_PREVENT_JOBS : true
9797
9898 steps :
99- - uses : actions/checkout@v4
99+ - uses : actions/checkout@v5
100100
101101 - name : Copy code
102102 shell : bash
@@ -153,7 +153,7 @@ jobs:
153153 COUNTLY_CONFIG_API_PREVENT_JOBS : true
154154
155155 steps :
156- - uses : actions/checkout@v4
156+ - uses : actions/checkout@v5
157157
158158 - name : Prepare tests
159159 shell : bash
@@ -205,7 +205,7 @@ jobs:
205205 COUNTLY_CONFIG_API_PREVENT_JOBS : true
206206
207207 steps :
208- - uses : actions/checkout@v4
208+ - uses : actions/checkout@v5
209209
210210 - name : Copy code
211211 shell : bash
@@ -268,7 +268,7 @@ jobs:
268268 COUNTLY_CONFIG_API_PREVENT_JOBS : true
269269
270270 steps :
271- - uses : actions/checkout@v4
271+ - uses : actions/checkout@v5
272272
273273 - name : Install Chrome
274274 shell : bash
Original file line number Diff line number Diff line change 3030 env :
3131 SLACK_WEBHOOK_URL : ${{ secrets.SLACK_RELEASE }}
3232 - name : Send custom JSON data to Discord
33- 33+ 3434 with :
3535 webhook : ${{ secrets.DISCORD_WEBHOOK_URL }}
3636 nodetail : true
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Deploy server
2525 shell : bash
Original file line number Diff line number Diff line change 11## Version 25.03.X
22Enterprise Fixes:
3+ - [ ldap] Recursive user search in ldap added
34- [ license] Update metric endpoint permission
45
56
You can’t perform that action at this time.
0 commit comments