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