You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/issue-creation-tool-versions.yml
+9-10Lines changed: 9 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,7 @@ name: Evaluate Tool Versions
4
4
on:
5
5
schedule:
6
6
- cron: 0 0 1 */3 *
7
+
workflow_dispatch:
7
8
8
9
permissions: {}
9
10
@@ -42,20 +43,18 @@ jobs:
42
43
BODY: |
43
44
## Description
44
45
45
-
This issue is automatically created as a gentle reminder to evaluate the tool versions, and base container, for
46
-
the container image built from this repository. The checklist below describes the steps that should be taken,
47
-
and checked-off before this issue can be closed. Any decisions about purposefully not updating a tool to a newer
48
-
version should be logged as issue comment. The general philosophy is to always include the latest tool versions
49
-
and the latest [LTS](https://ubuntu.com/about/release-cycle) version of Ubuntu.
46
+
This issue is automatically created as a gentle reminder to evaluate and update the tool versions for the container image built from this repository.
47
+
The checklist below describes the steps that should be taken, and checked-off before this issue can be closed.
48
+
Any decisions about purposefully not updating a tool to a newer version should be logged as issue comment.
49
+
The general philosophy is to always include the latest tool versions and the latest [LTS](https://ubuntu.com/about/release-cycle) version of Ubuntu.
50
50
51
-
Please note that, where possible, tool versions are kept up to date by Dependabot. Below list includes tools that
52
-
are not under Dependabot control.
51
+
Please note that, where possible, tool versions are kept up to date by Dependabot.
52
+
Below list includes tools that are not under Dependabot control.
53
53
54
54
## Checklist
55
55
56
-
- [ ] The image is based on the latest LTS version of Ubuntu
57
-
- [ ] The GCC and [ARM GNU](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) toolchains are up to date and match in version
58
-
- [ ] The Clang toolchain is up to date
56
+
- [ ] The [ARM GNU](https://developer.arm.com/downloads/-/arm-gnu-toolchain-downloads) toolchain is up to date and matches with the GCC version
57
+
- [ ] The [Clang toolchain](https://apt.llvm.org/) is up to date
59
58
- [ ] The [Docker cli](https://download.docker.com/linux/static/stable/) is up to date
60
59
- [ ] [bats-core](https://github.com/bats-core/bats-core), [bats-support](https://github.com/bats-core/bats-support) and [bats-assert](https://github.com/bats-core/bats-assert) are up to date
61
60
- [ ] [Mull](https://github.com/mull-project/mull) is up to date and compatible with the currently installed Clang version
0 commit comments