File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli
23on :
34 release :
45 workflow_dispatch :
56 schedule :
67 # Run at 12:00 every 14 days
78 - cron : 0 3 * * *
8-
99jobs :
1010 updatecli :
1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : " Checkout"
1414 uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1615 - name : " Setup updatecli"
17- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96 .0
16+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
1817 with :
19- version : " v0.114.0"
20-
18+ version : " v0.115.0"
2119 - name : " Set up Go"
2220 uses : " actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2321 with :
2422 go-version-file : " go.mod"
2523 id : go
26-
2724 - name : " Run updatecli"
2825 run : updatecli compose apply --clean-git-branches=true --experimental
2926 env :
Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli Test
2-
33on :
44 pull_request :
5-
65permissions :
76 contents : read
8-
97jobs :
108 updatecli :
119 runs-on : ubuntu-latest
1210 steps :
1311 - name : " Checkout"
1412 uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
15-
1613 - name : " Setup updatecli"
17- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96 .0
14+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
1815 with :
19- version : " v0.114.0"
20-
16+ version : " v0.115.0"
2117 - name : " Set up Go"
2218 uses : " actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2319 with :
2420 go-version-file : " go.mod"
2521 id : go
26-
2722 - name : " Test updatecli in dry-run mode"
2823 run : " updatecli compose diff"
2924 env :
Original file line number Diff line number Diff line change 1+ ---
12name : Updatecli - Update
23on :
34 workflow_dispatch :
78 push :
89 branches :
910 - main
10-
1111jobs :
1212 updatecli :
1313 runs-on : ubuntu-latest
1414 steps :
1515 - name : " Checkout"
1616 uses : " actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3" # v6.0.0
17-
1817 - name : " Setup updatecli"
19- uses : " updatecli/updatecli-action@5ca36367fadc6ad94d590984fd9c696e783ec635 " # v2.96 .0
18+ uses : " updatecli/updatecli-action@4b17f4ea784de29f71f85f9bc4955402ba1ae53c " # v2.100 .0
2019 with :
21- version : " v0.113.0-rc.1"
22-
20+ version : " v0.115.0"
2321 - name : " Set up Go"
2422 uses : " actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c" # v6.1.0
2523 with :
2624 go-version-file : " go.mod"
2725 id : go
28-
2926 - name : " Run updatecli only on monitored pipelines"
3027 run : updatecli compose apply --clean-git-branches=true --labels="monitoring:enabled" --experimental
3128 env :
3532 UPDATECLI_UDASH_API_URL : ${{ secrets.UPDATECLI_UDASH_API_URL }}
3633 UPDATECLI_UDASH_ACCESS_TOKEN : ${{ secrets.UPDATECLI_UDASH_ACCESS_TOKEN }}
3734 UPDATECLI_UDASH_URL : ${{ secrets.UPDATECLI_UDASH_URL }}
38-
3935 - name : " Run updatecli only on existing pipelines"
4036 run : updatecli compose apply --clean-git-branches=true --existing-only=true --experimental
4137 env :
You can’t perform that action at this time.
0 commit comments