Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 23 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,41 +10,41 @@ GitHub re-usable Actions & Workflows

### Common

| Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ----------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [common](https://github.com/percebus/github-actions-common) | ✅ | ✅ | ✅ | ✅ | ⚠️ | ✅ | ✅ | ❌ |
| Name | dependency-review | pull_request | semantic-release |
| ----------------------------------------------------------- | ----------------- | ------------ | ---------------- |
| [common](https://github.com/percebus/github-actions-common) | ✅ | ⚠️ | ❌ |

### Node.js

| Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [node](https://github.com/percebus/github-actions-node) | ✅ | ✅ | ❌ | N/A | ⚠️ | ✅ | ✅ | ❌ |
| [npm](https://github.com/percebus/github-actions-npm) | ❌ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ |
| [nvm](https://github.com/percebus/github-actions-nvm) | ✅ | ✅ | ❌ | N/A | ⚠️ | ✅ | ✅ | ❌ |
| [yarn](https://github.com/percebus/github-actions-yarn) | ✅ | ✅ | ❌ | ✅ | ✅ | ❌ | ✅ | ❌ |
| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [node](https://github.com/percebus/github-actions-node) | ✅ | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [npm](https://github.com/percebus/github-actions-npm) | ❌ | ❌ | ✅ | ✅ | ❌ | ❌ |
| [nvm](https://github.com/percebus/github-actions-nvm) | ✅ | ❌ | N/A | ⚠️ | ✅ | ❌ |
| [yarn](https://github.com/percebus/github-actions-yarn) | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ |

### Python

| Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ----------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [python](https://github.com/percebus/github-actions-python) | ✅ | ✅ | ❌ | N/A | ❌ | ❌ | ✅ | ❌ |
| [pip](https://github.com/percebus/github-actions-pip) | ✅ | ✅ | ❌ | ❔ | ❌ | ✅ | ✅ | ❌ |
| [pipx](https://github.com/percebus/github-actions-pipx) | ✅ | ✅ | ❌ | ❌ | ❌ | ✅ | ✅ | ❌ |
| [poetry](https://github.com/percebus/github-actions-poetry) | ✅ | ✅ | ❌ | N/A | ❌ | ❌ | ✅ | ❌ |
| [uv](https://github.com/percebus/github-actions-uv) | ✅ | ✅ | ❌ | N/A | ❌ | ✅ | ✅ | ❌ |
| Name | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ----------------------------------------------------------- | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [python](https://github.com/percebus/github-actions-python) | ❌ | N/A | ❌ | ❌ | ❌ |
| [pip](https://github.com/percebus/github-actions-pip) | ❌ | ❔ | ❌ | ✅ | ❌ |
| [pipx](https://github.com/percebus/github-actions-pipx) | ❌ | ❌ | ❌ | ✅ | ❌ |
| [poetry](https://github.com/percebus/github-actions-poetry) | ❌ | N/A | ❌ | ❌ | ❌ |
| [uv](https://github.com/percebus/github-actions-uv) | ❌ | N/A | ❌ | ✅ | ❌ |

### Containerization

| Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ------------------------------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [containerization](https://github.com/percebus/github-actions-containerization) | ✅ | ✅ | ❌ | ❔ | ❌ | ❌ | ✅ | ❌ |
| [docker](https://github.com/percebus/github-actions-docker) | ❌ | ✅ | ❌ | ❔ | ❌ | | ✅ | ❌ |
| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ------------------------------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [containerization](https://github.com/percebus/github-actions-containerization) | ✅ | ❌ | ❔ | ❌ | ❌ | ✅ | ❌ |
| [docker](https://github.com/percebus/github-actions-docker) | ❌ | ❌ | ❔ | ❌ | | ✅ | ❌ |

### Testing

| Name | naming | CI | CodeQL | dependency-review | pull_request | Trigger 1x | Tests | semantic-release |
| ------------------------------------------------------------- | ------ | --- | ------ | ----------------- | ------------ | ---------- | ----- | ---------------- |
| [testing](https://github.com/percebus/github-actions-testing) | ✅ | ✅ | ❌ | N/A | ✅ | ❌ | ✅ | ❌ |
| Name | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release |
| ------------------------------------------------------------- | ------ | ----------------- | ------------ | ---------- | ---------------- |
| [testing](https://github.com/percebus/github-actions-testing) | ❌ | N/A | ✅ | ❌ | ❌ |

### Related

Expand Down