diff --git a/.github/workflows/always.yml b/.github/workflows/always.yml index 0c8ab13..fa323ab 100644 --- a/.github/workflows/always.yml +++ b/.github/workflows/always.yml @@ -9,6 +9,6 @@ concurrency: jobs: lint: - uses: percebus/github-actions-npm/.github/workflows/npm_run_script.yml@main + uses: percebus/github-actions-npm/.github/workflows/run_script.yml@main with: script: lint diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index c4cb9a9..b6e2b8e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -9,10 +9,9 @@ concurrency: group: ${{ github.ref }}-${{ github.workflow }} cancel-in-progress: true -permissions: - contents: read - pull-requests: read - jobs: audit: uses: percebus/github-actions-npm/.github/workflows/dependency-review.yml@main + permissions: + contents: read + pull-requests: read diff --git a/README.md b/README.md index 006f678..f31f9e7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # github-actions -[`TODO`s](./TODO.md) +[`LICENSE`](./LICENSE.md) | [`TODO`s](./TODO.md) [![[C]ontinuous [I]ntegration](https://github.com/percebus/github-actions/actions/workflows/always.yml/badge.svg)](https://github.com/percebus/github-actions/actions/workflows/always.yml) [![Pull Request](https://github.com/percebus/github-actions/actions/workflows/pull_request.yml/badge.svg?event=pull_request)](https://github.com/percebus/github-actions/actions/workflows/pull_request.yml) @@ -13,15 +13,16 @@ GitHub re-usable Actions & Workflows | Name | semantic-release | | ----------------------------------------------------------- | ---------------- | | [common](https://github.com/percebus/github-actions-common) | ❌ | +| [percebus/commons](https://github.com/percebus/commons) | ❌ | ### Node.js -| 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) | ✅ | ❌ | ✅ | ✅ | ❌ | ❌ | +| Name | 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 @@ -35,17 +36,13 @@ GitHub re-usable Actions & Workflows ### Containerization -| 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) | ❌ | ❌ | ❔ | ❌ | ❌ | ✅ | ❌ | +| Name | naming | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release | +| ------------------------------------------------------------------------------- | ------ | ------ | ----------------- | ------------ | ---------- | ---------------- | +| [containerization](https://github.com/percebus/github-actions-containerization) | ✅ | ❌ | ❔ | ❌ | ❌ | ❌ | +| [docker](https://github.com/percebus/github-actions-docker) | ❌ | ❌ | ❔ | ❌ | ❌ | ❌ | ### Testing | Name | CodeQL | dependency-review | pull_request | Trigger 1x | semantic-release | | ------------------------------------------------------------- | ------ | ----------------- | ------------ | ---------- | ---------------- | | [testing](https://github.com/percebus/github-actions-testing) | ❌ | N/A | ✅ | ❌ | ❌ | - -### Related - -- [percebus/commons](https://github.com/percebus/commons): Common scripts and tools for DevOps. diff --git a/TODO.md b/TODO.md index 0de623c..b952bb1 100644 --- a/TODO.md +++ b/TODO.md @@ -2,4 +2,4 @@ ## TODOs -- [ ] Rename repo to "devops" and also document repo "commons"? +- [ ] TBD