Skip to content

Commit ab304ef

Browse files
ci: bump the ci-updates group across 1 directory with 3 updates
Bumps the ci-updates group with 3 updates in the / directory: [actions/cache](https://github.com/actions/cache), [fossas/fossa-action](https://github.com/fossas/fossa-action) and [py-cov-action/python-coverage-comment-action](https://github.com/py-cov-action/python-coverage-comment-action). Updates `actions/cache` from 4 to 5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) Updates `fossas/fossa-action` from 1.7.0 to 1.8.0 - [Release notes](https://github.com/fossas/fossa-action/releases) - [Commits](fossas/fossa-action@3ebcea1...c414b9a) Updates `py-cov-action/python-coverage-comment-action` from 3.39 to 3.40 - [Release notes](https://github.com/py-cov-action/python-coverage-comment-action/releases) - [Commits](py-cov-action/python-coverage-comment-action@e623398...7188638) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: ci-updates - dependency-name: fossas/fossa-action dependency-version: 1.8.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-updates - dependency-name: py-cov-action/python-coverage-comment-action dependency-version: '3.40' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: ci-updates ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ac34c63 commit ab304ef

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/api-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
python-version: 3.x
2525

2626
- name: Setup cache
27-
uses: actions/cache@v4
27+
uses: actions/cache@v5
2828
with:
2929
key: ${{ github.ref }}
3030
path: .cache

.github/workflows/compliance.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,14 +35,14 @@ jobs:
3535
3636
- name: Send license report to Fossa
3737
# This will collect all necessary information (mostly used dependencies) and send it to the Fossa API
38-
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # Use a specific version if locking is preferred
38+
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred
3939
with:
4040
api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4141

4242
- name: Check license compliance
4343
# This will poll the Fossa API until they have processed the information which we've sent in the previous step
4444
# and fail if Fossa found an issue with the licences of our dependencies.
45-
uses: fossas/fossa-action@3ebcea1862c6ffbd5cf1b4d0bd6b3fe7bd6f2cac # Use a specific version if locking is preferred
45+
uses: fossas/fossa-action@c414b9ad82eaad041e47a7cf62a4f02411f427a0 # Use a specific version if locking is preferred
4646
with:
4747
api-key: ${{ secrets.FOSSA_LICENSE_SCAN_TOKEN }}
4848
run-tests: true

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,6 @@ jobs:
8888
run: make tests-with-cov
8989
- name: Coverage comment
9090
id: coverage_comment
91-
uses: py-cov-action/python-coverage-comment-action@e623398c19eb3853a5572d4a516e10b15b5cefbc
91+
uses: py-cov-action/python-coverage-comment-action@7188638f871f721a365d644f505d1ff3df20d683
9292
with:
9393
GITHUB_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)