From 41d4f31630d2c943a9e9fe09aeaf593abca1c6c8 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:32:59 -0800 Subject: [PATCH 1/3] Update workflows for build-resources v4 --- .github/dependabot.yml | 17 +++++++++++--- .../workflows/add-labels-standardized.yaml | 9 ++++---- .../add-to-project-senzing-dependabot.yaml | 9 ++++---- .github/workflows/add-to-project-senzing.yaml | 9 ++++---- .github/workflows/claude-pr-review.yaml | 2 +- .../dependabot-approve-and-merge.yaml | 2 +- .../link-issues-to-pr-post-merge.yaml | 2 +- .github/workflows/lint-workflows.yaml | 4 ++-- .../workflows/move-pr-to-done-dependabot.yaml | 2 +- .github/workflows/pylint.yaml | 3 ++- .github/workflows/spellcheck.yaml | 2 +- .vscode/cspell.json | 22 ++++++++++--------- 12 files changed, 50 insertions(+), 33 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5760d5b..30782ad 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,24 @@ -# Please see the documentation for all configuration options: -# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates - version: 2 updates: - package-ecosystem: "github-actions" + assignees: + - "kernelsam" + cooldown: + default-days: 21 + exclude-patterns: + - "senzing-factory/*" directory: "/" + groups: + senzing-factory: + patterns: + - "senzing-factory/*" schedule: interval: "daily" - package-ecosystem: "pip" + cooldown: + default-days: 21 + exclude-patterns: + - "senzing-factory/*" directory: "/" schedule: interval: "daily" diff --git a/.github/workflows/add-labels-standardized.yaml b/.github/workflows/add-labels-standardized.yaml index 8bbcc45..c39cedf 100644 --- a/.github/workflows/add-labels-standardized.yaml +++ b/.github/workflows/add-labels-standardized.yaml @@ -14,14 +14,15 @@ jobs: issues: write secrets: ORG_MEMBERSHIP_TOKEN: ${{ secrets.ORG_MEMBERSHIP_TOKEN }} - SENZING_MEMBERS: ${{ secrets.SENZING_MEMBERS }} + MEMBERS: ${{ secrets.SENZING_MEMBERS }} uses: senzing-factory/build-resources/.github/workflows/add-labels-to-issue.yaml@v4 slack-notification: needs: [add-issue-labels] - if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-issue-labels.outputs.job-status) }} + if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-issue-labels.result) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: - job-status: ${{ needs.add-issue-labels.outputs.job-status }} + job-status: ${{ needs.add-issue-labels.result }} diff --git a/.github/workflows/add-to-project-senzing-dependabot.yaml b/.github/workflows/add-to-project-senzing-dependabot.yaml index 07bdbc0..fac7087 100644 --- a/.github/workflows/add-to-project-senzing-dependabot.yaml +++ b/.github/workflows/add-to-project-senzing-dependabot.yaml @@ -11,16 +11,17 @@ jobs: permissions: repository-projects: write secrets: - SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} + PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} uses: senzing-factory/build-resources/.github/workflows/add-to-project-dependabot.yaml@v4 with: project: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }} slack-notification: needs: [add-to-project-dependabot] - if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project-dependabot.outputs.job-status) }} + if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project-dependabot.result) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: - job-status: ${{ needs.add-to-project-dependabot.outputs.job-status }} + job-status: ${{ needs.add-to-project-dependabot.result }} diff --git a/.github/workflows/add-to-project-senzing.yaml b/.github/workflows/add-to-project-senzing.yaml index d7ee1a2..2f06f1a 100644 --- a/.github/workflows/add-to-project-senzing.yaml +++ b/.github/workflows/add-to-project-senzing.yaml @@ -13,7 +13,7 @@ jobs: permissions: repository-projects: write secrets: - SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} + PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} uses: senzing-factory/build-resources/.github/workflows/add-to-project.yaml@v4 with: project-number: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }} @@ -21,9 +21,10 @@ jobs: slack-notification: needs: [add-to-project] - if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project.outputs.job-status) }} + if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.add-to-project.result) }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: - job-status: ${{ needs.add-to-project.outputs.job-status }} + job-status: ${{ needs.add-to-project.result }} diff --git a/.github/workflows/claude-pr-review.yaml b/.github/workflows/claude-pr-review.yaml index 46d00b7..aedd248 100644 --- a/.github/workflows/claude-pr-review.yaml +++ b/.github/workflows/claude-pr-review.yaml @@ -12,7 +12,7 @@ permissions: {} jobs: review: - uses: senzing-factory/build-resources/.github/workflows/claude-pull-request-review.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/claude-pull-request-review.yaml@v4 permissions: contents: read pull-requests: write diff --git a/.github/workflows/dependabot-approve-and-merge.yaml b/.github/workflows/dependabot-approve-and-merge.yaml index 0c257b0..e30afea 100644 --- a/.github/workflows/dependabot-approve-and-merge.yaml +++ b/.github/workflows/dependabot-approve-and-merge.yaml @@ -12,5 +12,5 @@ jobs: contents: write pull-requests: write secrets: - SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }} + CODEOWNER_PR_RW_TOKEN: ${{ secrets.SENZING_GITHUB_CODEOWNER_PR_RW_TOKEN }} uses: senzing-factory/build-resources/.github/workflows/dependabot-approve-and-merge.yaml@v4 diff --git a/.github/workflows/link-issues-to-pr-post-merge.yaml b/.github/workflows/link-issues-to-pr-post-merge.yaml index a8807c0..1e54021 100644 --- a/.github/workflows/link-issues-to-pr-post-merge.yaml +++ b/.github/workflows/link-issues-to-pr-post-merge.yaml @@ -13,4 +13,4 @@ jobs: permissions: pull-requests: write contents: read - uses: senzing-factory/build-resources/.github/workflows/link-issues-to-pull-request-post-merge.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/link-issues-to-pull-request-post-merge.yaml@v4 diff --git a/.github/workflows/lint-workflows.yaml b/.github/workflows/lint-workflows.yaml index a119dda..3efc412 100644 --- a/.github/workflows/lint-workflows.yaml +++ b/.github/workflows/lint-workflows.yaml @@ -13,6 +13,6 @@ jobs: permissions: contents: read packages: read - pull-requests: read + pull-requests: write statuses: write - uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/lint-workflows.yaml@v4 diff --git a/.github/workflows/move-pr-to-done-dependabot.yaml b/.github/workflows/move-pr-to-done-dependabot.yaml index 82198de..d222e27 100644 --- a/.github/workflows/move-pr-to-done-dependabot.yaml +++ b/.github/workflows/move-pr-to-done-dependabot.yaml @@ -12,7 +12,7 @@ jobs: permissions: repository-projects: write secrets: - SENZING_GITHUB_PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} + PROJECT_RW_TOKEN: ${{ secrets.SENZING_GITHUB_PROJECT_RW_TOKEN }} uses: senzing-factory/build-resources/.github/workflows/move-pr-to-done-dependabot.yaml@v4 with: project: ${{ vars.SENZING_GITHUB_ORGANIZATION_PROJECT }} diff --git a/.github/workflows/pylint.yaml b/.github/workflows/pylint.yaml index 1199115..383b042 100644 --- a/.github/workflows/pylint.yaml +++ b/.github/workflows/pylint.yaml @@ -45,6 +45,7 @@ jobs: if: ${{ always() && contains(fromJSON('["failure", "cancelled"]'), needs.pylint.outputs.status ) && github.ref_name == github.event.repository.default_branch }} secrets: SLACK_BOT_TOKEN: ${{ secrets.SLACK_BOT_TOKEN }} - uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v3 + SLACK_CHANNEL: ${{ secrets.SLACK_CHANNEL }} + uses: senzing-factory/build-resources/.github/workflows/build-failure-slack-notification.yaml@v4 with: job-status: ${{ needs.pylint.outputs.status }} diff --git a/.github/workflows/spellcheck.yaml b/.github/workflows/spellcheck.yaml index a89ac8f..356027f 100644 --- a/.github/workflows/spellcheck.yaml +++ b/.github/workflows/spellcheck.yaml @@ -10,4 +10,4 @@ jobs: spellcheck: permissions: contents: read - uses: senzing-factory/build-resources/.github/workflows/cspell.yaml@v3 + uses: senzing-factory/build-resources/.github/workflows/cspell.yaml@v4 diff --git a/.vscode/cspell.json b/.vscode/cspell.json index b9d51e8..aaad8b1 100644 --- a/.vscode/cspell.json +++ b/.vscode/cspell.json @@ -2,35 +2,37 @@ "version": "0.2", "language": "en", "words": [ + "analysing", "CCLA", + "cntr", "CODEOWNER", + "cooldown", + "esbenp", "FILEPERIOD", "GRPS", "ICLA", "Iinput", - "LOGFILENAME", - "NPPES", - "OUTPUTFILEPATH", - "Othernames", - "SOURCEDIR", - "Senzing", - "Taxy", - "analysing", - "cntr", - "esbenp", "isort", "jsondata", + "kernelsam", "kwargs", + "LOGFILENAME", "mypy", "npidata", + "NPPES", "othername", + "Othernames", + "OUTPUTFILEPATH", "parms", "pylint", "pytest", "rslt", + "Senzing", "setuptools", "shellcheck", + "SOURCEDIR", "stackoverflow", + "Taxy", "txnmy", "venv" ], From 5ea3d8a567b0438c0fcfed36f7b2aba4a28f1865 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:52:34 -0800 Subject: [PATCH 2/3] Update workflows for build-resources v4 --- .github/dependabot.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 30782ad..1b8b986 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -17,8 +17,6 @@ updates: - package-ecosystem: "pip" cooldown: default-days: 21 - exclude-patterns: - - "senzing-factory/*" directory: "/" schedule: interval: "daily" From 12b6052be1be361994ace78dac8648f973b27340 Mon Sep 17 00:00:00 2001 From: Sam <109683132+kernelsam@users.noreply.github.com> Date: Mon, 16 Feb 2026 11:57:51 -0800 Subject: [PATCH 3/3] Update workflows for build-resources v4 --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1b8b986..e7f1ba5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - "kernelsam" cooldown: default-days: 21 - exclude-patterns: + exclude: - "senzing-factory/*" directory: "/" groups: