Skip to content

Commit 54a90f1

Browse files
gh-actions(deps): bump the gh-actions-dependencies group across 1 directory with 2 updates
Bumps the gh-actions-dependencies group with 2 updates in the / directory: [tektronix/python-package-ci-cd](https://github.com/tektronix/python-package-ci-cd) and [actions/checkout](https://github.com/actions/checkout). Updates `tektronix/python-package-ci-cd` from 1.7.6 to 1.7.7 - [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.6...v1.7.7) Updates `actions/checkout` from 4 to 5 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: tektronix/python-package-ci-cd dependency-version: 1.7.7 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gh-actions-dependencies - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-dependencies ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 80fbbde commit 54a90f1

13 files changed

+13
-13
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].6
8+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
1313
with:
1414
languages-array: '["python", "javascript"]'
1515
codeql-queries: security-extended,security-and-quality

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
dependency-review:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: actions/dependency-review-action@v4
1515
with:
1616
fail-on-severity: low

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

.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].6
15+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
19+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
10+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
9+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
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].6
12+
uses: tektronix/python-package-ci-cd/.github/workflows/[email protected].7
1313
permissions:
1414
security-events: write
1515
contents: write

0 commit comments

Comments
 (0)