Skip to content

Commit aae6a96

Browse files
committed
docs(README.md): github-actions-compliance
1 parent 95b5123 commit aae6a96

1 file changed

Lines changed: 18 additions & 12 deletions

File tree

README.md

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -8,38 +8,44 @@ GitHub re-usable Actions & Workflows
88

99
## Repositories
1010

11+
### Compliance
12+
13+
| Name | `CodeQL` | `dependency-review` | `semantic-release` | comments |
14+
| ------------------------------------------------------------------------------------ | -------- | ------------------- | ------------------ | -------------- |
15+
| [`github-actions-compliance`](https://github.com/percebus/github-actions-compliance) | ⚠️ ||| checkout, etc. |
16+
1117
### Commons
1218

1319
| Name | `CodeQL` | `dependency-review` | `semantic-release` | comments |
1420
| ---------------------------------------------------------------------------- | -------- | ------------------- | ------------------ | ------------------------------- |
15-
| [`github-actions-common`](https://github.com/percebus/github-actions-common) | | || checkout, etc. |
16-
| [commons](https://github.com/percebus/commons) | | N/A || `scripts/`, `references/`, etc. |
21+
| [`github-actions-common`](https://github.com/percebus/github-actions-common) | ⚠️ | ⚠️ || checkout, etc. |
22+
| [commons](https://github.com/percebus/commons) | ⚠️ | N/A || `scripts/`, `references/`, etc. |
1723

1824
### Node.js
1925

2026
| Name | `CodeQL` | `dependency-review` | `semantic-release` |
2127
| --------------------------------------------------------- | -------- | ------------------- | ------------------ |
22-
| [`node`](https://github.com/percebus/github-actions-node) | | N/A ||
23-
| [`npm`](https://github.com/percebus/github-actions-npm) | | ||
28+
| [`node`](https://github.com/percebus/github-actions-node) | ⚠️ | N/A ||
29+
| [`npm`](https://github.com/percebus/github-actions-npm) | ⚠️ | ⚠️ ||
2430
| [`nvm`](https://github.com/percebus/github-actions-nvm) || N/A ||
25-
| [`yarn`](https://github.com/percebus/github-actions-yarn) || ||
31+
| [`yarn`](https://github.com/percebus/github-actions-yarn) || ⚠️ ||
2632

2733
### Python
2834

2935
| Name | `CodeQL` | `dependency-review` | `semantic-release` |
3036
| ------------------------------------------------------------- | -------- | ------------------- | ------------------ |
31-
| [`python`](https://github.com/percebus/github-actions-python) | | N/A ||
32-
| [`pip`](https://github.com/percebus/github-actions-pip) | |||
33-
| [`pipx`](https://github.com/percebus/github-actions-pipx) | | ||
34-
| [`poetry`](https://github.com/percebus/github-actions-poetry) | | N/A ||
35-
| [`uv`](https://github.com/percebus/github-actions-uv) | | N/A ||
37+
| [`python`](https://github.com/percebus/github-actions-python) | ⚠️ | N/A ||
38+
| [`pip`](https://github.com/percebus/github-actions-pip) | ⚠️ |||
39+
| [`pipx`](https://github.com/percebus/github-actions-pipx) | ⚠️ | ⚠️ ||
40+
| [`poetry`](https://github.com/percebus/github-actions-poetry) | ⚠️ | N/A ||
41+
| [`uv`](https://github.com/percebus/github-actions-uv) | ⚠️ | N/A ||
3642

3743
### Containerization
3844

3945
| Name | `CodeQL` | `dependency-review` | `semantic-release` |
4046
| ------------------------------------------------------------------------------- | -------- | ------------------- | ------------------ |
41-
| [containerization](https://github.com/percebus/github-actions-containerization) | |||
42-
| [`docker`](https://github.com/percebus/github-actions-docker) | |||
47+
| [containerization](https://github.com/percebus/github-actions-containerization) | ⚠️ |||
48+
| [`docker`](https://github.com/percebus/github-actions-docker) | ⚠️ |||
4349

4450
### Testing
4551

0 commit comments

Comments
 (0)