Automate CA certificate bundle update#34107
Conversation
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
Thank you 👍 If the update is automated the old check can probably go: https://github.com/nextcloud/server/blob/master/build/ca-bundle-checker.sh |
|
Interesting that we have this check and it never failed.... |
|
server/build/ca-bundle-checker.sh Lines 3 to 6 in 3a75e14 uuuuuuuuuuuuuuff |
Signed-off-by: Joas Schilling <coding@schilljs.com>
It failed sometimes ;) However the check for a certain branch name was always unstable. The schedule based workflow is much better. |
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
| @@ -0,0 +1,42 @@ | |||
| name: Update CA certificate bundle | |||
There was a problem hiding this comment.
Maybe add your copyright here. I'll be fine if we could adopt spdx notation to make it shorter
# SPDX-FileCopyrightText: 2022 Your name <email>
# SPDX-License-Identifier: AGPL-3.0-or-later
There was a problem hiding this comment.
I don't think it's "high" enough to have copyright
Signed-off-by: Joas Schilling coding@schilljs.com