Skip to content

Commit b244e4a

Browse files
gh-actions(deps): bump tektronix/python-package-ci-cd (#465)
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.7.5 to 1.7.6 - [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.7.5...v1.7.6) --- updated-dependencies: - dependency-name: tektronix/python-package-ci-cd dependency-version: 1.7.6 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>
1 parent a7253d7 commit b244e4a

12 files changed

+12
-12
lines changed

.github/workflows/check-api-for-breaking-changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ on:
55
branches: [main]
66
jobs:
77
check-api-for-breaking-changes:
8-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
8+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
99
with:
1010
package-name: tm_devices

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
- cron: 17 16 * * 4
1010
jobs:
1111
analyze:
12-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1313
with:
1414
languages-array: '["python", "javascript"]'
1515
codeql-queries: security-extended,security-and-quality

.github/workflows/enforce-community-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ on:
77
branches: [main]
88
jobs:
99
enforce-community-standards:
10-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
10+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6

.github/workflows/package-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ concurrency:
1212
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1313
jobs:
1414
package-build:
15-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
15+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1616
with:
1717
package-name: tm_devices
1818
python-versions-array: '["3.9", "3.10", "3.11", "3.12", "3.13"]' # when updating this, make sure to update all workflows that use this strategy

.github/workflows/package-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ concurrency:
1616
group: pypi
1717
jobs:
1818
package-release:
19-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
19+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
2020
with:
2121
package-name: tm_devices
2222
repo-name: tektronix/tm_devices

.github/workflows/package-testpypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ concurrency:
77
group: pypi
88
jobs:
99
package-testpypi:
10-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
10+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1111
with:
1212
package-name: tm_devices
1313
repo-name: tektronix/tm_devices

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [completed]
77
jobs:
88
publish-api-comparison:
9-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1010
permissions:
1111
checks: write
1212
pull-requests: write

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
types: [completed]
77
jobs:
88
publish-test-results:
9-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1010
with:
1111
operating-systems-array: '["ubuntu", "windows", "macos"]'
1212
permissions:

.github/workflows/sbom-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
types: [published]
1010
jobs:
1111
sbom-scan:
12-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1313
permissions:
1414
security-events: write
1515
contents: write

.github/workflows/test-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ concurrency:
1010
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}
1111
jobs:
1212
test-code:
13-
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].5
13+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].6
1414
with:
1515
repo-name: tektronix/tm_devices
1616
operating-systems-array: '["ubuntu", "windows", "macos"]'

0 commit comments

Comments
 (0)