Skip to content

Commit 5b38789

Browse files
1.8.4
Automatically generated by python-semantic-release
1 parent c75d43a commit 5b38789

22 files changed

+63
-22
lines changed

.github/workflows/_reusable-package-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
110110
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
111111
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
112-
uses: tektronix/python-package-ci-cd/actions/[email protected].3
112+
uses: tektronix/python-package-ci-cd/actions/[email protected].4
113113
id: find-changes-public
114114
continue-on-error: true
115115
with:
@@ -155,7 +155,7 @@ jobs:
155155
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
156156
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}
157157
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
158-
uses: tektronix/python-package-ci-cd/actions/[email protected].3
158+
uses: tektronix/python-package-ci-cd/actions/[email protected].4
159159
with:
160160
previous-changelog-filepath: ${{ inputs.previous-changelog-filepath }}
161161
previous-release-notes-filepath: ${{ inputs.previous-release-notes-filepath }}

.github/workflows/_reusable-package-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3232
with:
3333
fetch-depth: 0
34-
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
34+
- uses: tektronix/python-package-ci-cd/actions/[email protected].4
3535
id: create-version
3636
with:
3737
package-name: ${{ inputs.package-name }}

.github/workflows/_reusable-publish-api-comparison.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
github-repository: ${{ github.repository }}
3333
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3434
id: fetch-pr-number
35-
uses: tektronix/python-package-ci-cd/actions/[email protected].3
35+
uses: tektronix/python-package-ci-cd/actions/[email protected].4
3636
with:
3737
sha: ${{ github.event.workflow_run.head_sha }}
3838
github-repository: ${{ github.repository }}

.github/workflows/_reusable-publish-test-results.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
github-repository: ${{ github.repository }}
3737
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
3838
id: fetch-pr-number
39-
uses: tektronix/python-package-ci-cd/actions/[email protected].3
39+
uses: tektronix/python-package-ci-cd/actions/[email protected].4
4040
with:
4141
sha: ${{ github.event.workflow_run.head_sha }}
4242
github-repository: ${{ github.repository }}

.github/workflows/_reusable-update-python-and-pre-commit-dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
pre-commit-hook-skip-list: ${{ inputs.pre-commit-hook-skip-list }}
100100
export-dependency-groups: ${{ inputs.export-dependency-groups }}
101101
- if: ${{ !endsWith(github.repository, '/python-package-ci-cd') }} # Run the public action when this is run outside the python-package-ci-cd repository
102-
uses: tektronix/python-package-ci-cd/actions/[email protected].3
102+
uses: tektronix/python-package-ci-cd/actions/[email protected].4
103103
with:
104104
dependency-dict: ${{ inputs.dependency-dict }}
105105
update-pre-commit: ${{ inputs.update-pre-commit }}

CHANGELOG.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,47 @@ Things to be included in the next release go here.
2424

2525
---
2626

27+
## v1.8.4 (2026-01-05)
28+
29+
### Merged Pull Requests
30+
31+
- chore(gh-actions-deps): update dawidd6/action-download-artifact action to v12 in all dependant reusable workflows ([#799](https://github.com/tektronix/python-package-ci-cd/pull/799))
32+
- chore(pre-commit-deps): pre-commit autoupdate ([#776](https://github.com/tektronix/python-package-ci-cd/pull/776))
33+
- chore(python-deps): update dependency nodeenv to v1.10.0 in all dependant actions ([#796](https://github.com/tektronix/python-package-ci-cd/pull/796))
34+
- chore(gh-actions-deps): update actions/attest-build-provenance action to v3.1.0 in all dependant reusable workflows ([#795](https://github.com/tektronix/python-package-ci-cd/pull/795))
35+
- chore(gh-actions-deps): update stefanzweifel/git-auto-commit-action action to v7.1.0 in all dependant reusable workflows ([#792](https://github.com/tektronix/python-package-ci-cd/pull/792))
36+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.21.0 in all dependant reusable workflows ([#797](https://github.com/tektronix/python-package-ci-cd/pull/797))
37+
- chore(python-deps): update dependency soupsieve to v2.8.1 in all dependant actions ([#793](https://github.com/tektronix/python-package-ci-cd/pull/793))
38+
- chore(python-deps): update dependency yamlfix to v1.19.1 for actions/update_development_dependencies ([#794](https://github.com/tektronix/python-package-ci-cd/pull/794))
39+
- chore(python-deps): update dependency pre-commit to v4.5.1 for actions/update_development_dependencies and dev ([#790](https://github.com/tektronix/python-package-ci-cd/pull/790))
40+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.9 in all dependant reusable workflows ([#789](https://github.com/tektronix/python-package-ci-cd/pull/789))
41+
- chore(gh-actions-deps): update github artifact actions in all dependant reusable workflows ([#788](https://github.com/tektronix/python-package-ci-cd/pull/788))
42+
- chore(gh-actions-deps): update actions/cache action to v5.0.1 in all dependant reusable workflows ([#787](https://github.com/tektronix/python-package-ci-cd/pull/787))
43+
- chore(gh-actions-deps): update actions/cache action to v5 in all dependant reusable workflows ([#785](https://github.com/tektronix/python-package-ci-cd/pull/785))
44+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.8 in all dependant reusable workflows ([#786](https://github.com/tektronix/python-package-ci-cd/pull/786))
45+
- chore(python-deps): update dependency filelock to v3.20.1 [security] ([#784](https://github.com/tektronix/python-package-ci-cd/pull/784))
46+
- chore(python-deps): update dependency urllib3 to v2.6.2 in all dependant actions ([#783](https://github.com/tektronix/python-package-ci-cd/pull/783))
47+
- chore(gh-actions-deps): update anchore/scan-action action to v7.2.2 in all dependant reusable workflows ([#781](https://github.com/tektronix/python-package-ci-cd/pull/781))
48+
- chore(gh-actions-deps): update anchore/sbom-action action to v0.20.11 in all dependant reusable workflows ([#780](https://github.com/tektronix/python-package-ci-cd/pull/780))
49+
- chore(gh-actions-deps): update codecov/codecov-action action to v5.5.2 in all dependant reusable workflows ([#779](https://github.com/tektronix/python-package-ci-cd/pull/779))
50+
- chore(python-deps): update dependency urllib3 to v2.6.1 in all dependant actions ([#778](https://github.com/tektronix/python-package-ci-cd/pull/778))
51+
- chore(python-deps): update dependency platformdirs to v4.5.1 in all dependant actions ([#777](https://github.com/tektronix/python-package-ci-cd/pull/777))
52+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.7 in all dependant reusable workflows ([#775](https://github.com/tektronix/python-package-ci-cd/pull/775))
53+
- chore(gh-actions-deps): update actions/setup-node action to v6.1.0 in all dependant reusable workflows ([#774](https://github.com/tektronix/python-package-ci-cd/pull/774))
54+
- chore(gh-actions-deps): update actions/checkout action to v6.0.1 in dev workflows ([#773](https://github.com/tektronix/python-package-ci-cd/pull/773))
55+
- chore(gh-actions-deps): update actions/checkout action to v6.0.1 in all dependant reusable workflows ([#772](https://github.com/tektronix/python-package-ci-cd/pull/772))
56+
- chore(python-deps): update dependency trove-classifiers to v2025.12.1.14 in all dependant actions ([#771](https://github.com/tektronix/python-package-ci-cd/pull/771))
57+
- chore(gh-actions-deps): update github/codeql-action action to v4.31.6 in all dependant reusable workflows ([#770](https://github.com/tektronix/python-package-ci-cd/pull/770))
58+
- chore(python-deps): update dependency urllib3 to v2.6.0 [security] ([#769](https://github.com/tektronix/python-package-ci-cd/pull/769))
59+
- chore(python-deps): update dependency pylint to v4.0.4 for dev ([#768](https://github.com/tektronix/python-package-ci-cd/pull/768))
60+
- chore(python-deps): update dependency beautifulsoup4 to v4.14.3 in all dependant actions ([#767](https://github.com/tektronix/python-package-ci-cd/pull/767))
61+
62+
### Changed
63+
64+
- Bumped dependency versions.
65+
66+
---
67+
2768
## v1.8.3 (2025-12-04)
2869

2970
### Merged Pull Requests

actions/create_unique_testpypi_version/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332
3838
with:
3939
fetch-depth: 0
40-
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
40+
- uses: tektronix/python-package-ci-cd/actions/[email protected].4
4141
id: create-version
4242
with:
4343
package-name: my-package # required

actions/fetch_pr_number/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
publish-results:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
31+
- uses: tektronix/python-package-ci-cd/actions/[email protected].4
3232
id: fetch-pr-number
3333
with:
3434
sha: ${{ github.event.workflow_run.head_sha }} # required

actions/find_unreleased_changelog_items/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
with:
6060
fetch-depth: 0
6161
fetch-tags: true
62-
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
62+
- uses: tektronix/python-package-ci-cd/actions/[email protected].4
6363
with:
6464
release-level: ${{ inputs.release-level }} # optional
6565
previous-changelog-filepath: .previous_changelog_for_template.md # optional

actions/update_development_dependencies/readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
ref: ${{ github.head_ref }}
4848
token: ${{ secrets.checkout-token }}
4949
50-
- uses: tektronix/python-package-ci-cd/actions/[email protected].3
50+
- uses: tektronix/python-package-ci-cd/actions/[email protected].4
5151
with:
5252
repo-root: . # optional, defaults to the current working directory
5353
install-dependencies: false # optional, this will almost never need to be set to true

0 commit comments

Comments
 (0)