-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-actions(deps): bump tektronix/python-package-ci-cd (#32)
Bumps the gh-actions-dependencies group with 1 update: [tektronix/python-package-ci-cd](https://github.com/tektronix/python-package-ci-cd). Updates `tektronix/python-package-ci-cd` from 1.4.0 to 1.4.1 - [Release notes](https://github.com/tektronix/python-package-ci-cd/releases) - [Changelog](https://github.com/tektronix/python-package-ci-cd/blob/main/CHANGELOG.md) - [Commits](tektronix/python-package-ci-cd@v1.4.0...v1.4.1) --- updated-dependencies: - dependency-name: tektronix/python-package-ci-cd dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
ecc6e6e
commit dabfaee
Showing
12 changed files
with
12 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,6 @@ on: | |
branches: [main] | ||
jobs: | ||
check-api-for-breaking-changes: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: tekhsi # griffe requires the package name in lowercase |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
- cron: 17 16 * * 4 | ||
jobs: | ||
analyze: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
languages-array: '["python", "javascript"]' | ||
codeql-queries: security-extended,security-and-quality | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,4 +7,4 @@ on: | |
branches: [main] | ||
jobs: | ||
enforce-community-standards: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
package-build: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: tekhsi | ||
python-versions-array: '["3.8", "3.9", "3.10", "3.11", "3.12"]' # when updating this, make sure to update all workflows that use this strategy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -16,7 +16,7 @@ concurrency: | |
group: pypi | ||
jobs: | ||
package-release: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: TekHSI | ||
repo-name: tektronix/TekHSI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ concurrency: | |
group: pypi | ||
jobs: | ||
package-testpypi: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
package-name: TekHSI | ||
repo-name: tektronix/TekHSI | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
types: [completed] | ||
jobs: | ||
publish-api-comparison: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
permissions: | ||
checks: write | ||
pull-requests: write |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
types: [completed] | ||
jobs: | ||
publish-test-results: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
operating-systems-array: '["ubuntu", "windows", "macos"]' | ||
permissions: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ on: | |
types: [published] | ||
jobs: | ||
sbom-scan: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
permissions: | ||
security-events: write | ||
contents: write | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
test-code: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
repo-name: tektronix/TekHSI | ||
operating-systems-array: '["ubuntu", "windows", "macos"]' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,7 +10,7 @@ concurrency: | |
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} | ||
jobs: | ||
test-docs: | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
node-version: 20 # The node version needs to stay in sync with .readthedocs.yml | ||
python-version: '3.11' # This needs to stay in sync with .readthedocs.yml and the tox config in pyproject.toml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,7 +6,7 @@ on: | |
jobs: | ||
update-python-and-pre-commit-dependencies: | ||
if: ${{ github.actor == 'dependabot[bot]' && contains(github.head_ref, '/pip/') }} | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].0 | ||
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].1 | ||
with: | ||
commit-user-name: ${{ vars.TEK_OPENSOURCE_NAME }} | ||
commit-user-email: ${{ vars.TEK_OPENSOURCE_EMAIL }} | ||
|