From 83ac2ddb031f1946e3a16350c31c49d13510df9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jan 2025 06:15:24 +0000 Subject: [PATCH] chore(deps): bump the all-actions group across 1 directory with 3 updates Bumps the all-actions group with 3 updates in the / directory: [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action), [codecov/codecov-action](https://github.com/codecov/codecov-action) and [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action). Updates `aquasecurity/trivy-action` from 0.24.0 to 0.29.0 - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/0.24.0...0.29.0) Updates `codecov/codecov-action` from 4 to 5 - [Release notes](https://github.com/codecov/codecov-action/releases) - [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/codecov/codecov-action/compare/v4...v5) Updates `lycheeverse/lychee-action` from 1.10.0 to 2.2.0 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1.10.0...v2.2.0) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-actions - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: all-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy-main-stage.yml | 4 ++-- .github/workflows/dev-commit-stage.yml | 4 ++-- .github/workflows/link-checking.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy-main-stage.yml b/.github/workflows/deploy-main-stage.yml index 8f4373f9..81d41a19 100644 --- a/.github/workflows/deploy-main-stage.yml +++ b/.github/workflows/deploy-main-stage.yml @@ -67,7 +67,7 @@ jobs: github_token: ${{ env.CI_GITHUB_TOKEN }} - name: Source code vulnerability scanning - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.29.0 with: scan-type: 'fs' ignore-unfixed: true @@ -82,7 +82,7 @@ jobs: category: source-code - name: 📊 Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/reports/kover/report.xml diff --git a/.github/workflows/dev-commit-stage.yml b/.github/workflows/dev-commit-stage.yml index 2da67d81..960dc623 100644 --- a/.github/workflows/dev-commit-stage.yml +++ b/.github/workflows/dev-commit-stage.yml @@ -66,7 +66,7 @@ jobs: github_token: ${{ env.CI_GITHUB_TOKEN }} - name: Source code vulnerability scanning - uses: aquasecurity/trivy-action@0.24.0 + uses: aquasecurity/trivy-action@0.29.0 with: scan-type: 'fs' ignore-unfixed: true @@ -81,7 +81,7 @@ jobs: category: source-code - name: 📊 Upload coverage reports - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: token: ${{ secrets.CODECOV_TOKEN }} files: build/reports/kover/report.xml diff --git a/.github/workflows/link-checking.yml b/.github/workflows/link-checking.yml index d301f166..6aa8c409 100644 --- a/.github/workflows/link-checking.yml +++ b/.github/workflows/link-checking.yml @@ -25,7 +25,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.2.0 with: args: "--cache --max-cache-age 1d ." fail: true