Skip to content

Commit ad37893

Browse files
gh-actions(deps): bump tektronix/python-package-ci-cd (#61)
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.6.1 to 1.6.2 - [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.6.1...v1.6.2) --- 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>
1 parent 52bfa91 commit ad37893

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].1
8+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
99
with:
1010
package-name: tekhsi # griffe requires the package name in lowercase

.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].1
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
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].1
10+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2

.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].1
15+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
1616
with:
1717
package-name: tekhsi
1818
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

.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].1
19+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
2020
with:
2121
package-name: TekHSI
2222
repo-name: tektronix/TekHSI

.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].1
10+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
1111
with:
1212
package-name: TekHSI
1313
repo-name: tektronix/TekHSI

.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].1
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
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].1
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
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].1
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
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].1
13+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].2
1414
with:
1515
repo-name: tektronix/TekHSI
1616
operating-systems-array: '["ubuntu", "windows", "macos"]'

0 commit comments

Comments
 (0)