From 196bdf7751b378d928e647e15e521d4b0d7479b0 Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 20 Jul 2025 13:27:49 -0500 Subject: [PATCH 1/3] fix(github-actions-npm): Broken references --- .github/workflows/always.yml | 2 +- .github/workflows/pull_request.yml | 7 +++---- 2 files changed, 4 insertions(+), 5 deletions(-) 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 From d8354e363f020373a5460637808483780b0e648b Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 20 Jul 2025 13:28:16 -0500 Subject: [PATCH 2/3] d --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 006f678..82fe5f0 100644 --- a/README.md +++ b/README.md @@ -16,12 +16,12 @@ GitHub re-usable Actions & Workflows ### 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 From 164c6e7d06920b7a10a0ad8a893e9a289157cb19 Mon Sep 17 00:00:00 2001 From: JCGuerrero Date: Sun, 20 Jul 2025 13:32:20 -0500 Subject: [PATCH 3/3] d --- README.md | 15 ++++++--------- TODO.md | 2 +- 2 files changed, 7 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 82fe5f0..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,6 +13,7 @@ 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 @@ -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