From fae50c6ab9ceb638316e79382df5b920323616cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Mar 2025 16:58:03 +0000 Subject: [PATCH] Bump the github-actions-all group with 6 updates Bumps the github-actions-all group with 6 updates: | Package | From | To | | --- | --- | --- | | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` | | [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) | `1` | `2` | | [codecov/codecov-action](https://github.com/codecov/codecov-action) | `4` | `5` | | [anchore/sbom-action](https://github.com/anchore/sbom-action) | `0.17.7` | `0.18.0` | | [docker/login-action](https://github.com/docker/login-action) | `1` | `3` | | [actions/cache](https://github.com/actions/cache) | `3` | `4` | Updates `actions/checkout` from 3 to 4 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v3...v4) Updates `lycheeverse/lychee-action` from 1 to 2 - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](https://github.com/lycheeverse/lychee-action/compare/v1...v2) 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 `anchore/sbom-action` from 0.17.7 to 0.18.0 - [Release notes](https://github.com/anchore/sbom-action/releases) - [Changelog](https://github.com/anchore/sbom-action/blob/main/RELEASE.md) - [Commits](https://github.com/anchore/sbom-action/compare/v0.17.7...v0.18.0) Updates `docker/login-action` from 1 to 3 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v1...v3) Updates `actions/cache` from 3 to 4 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: lycheeverse/lychee-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: codecov/codecov-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: anchore/sbom-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-all - dependency-name: docker/login-action dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-all ... Signed-off-by: dependabot[bot] --- .github/workflows/CI.yml | 2 +- .github/workflows/codecov-publish.yml | 2 +- .github/workflows/release-drafter.yml | 12 ++++++------ .github/workflows/sonar-qube.yml | 4 ++-- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index c787ff9969..8b25983a3d 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -314,7 +314,7 @@ jobs: - uses: actions/checkout@v4 - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2 with: args: --verbose --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --offline diff --git a/.github/workflows/codecov-publish.yml b/.github/workflows/codecov-publish.yml index 23c666b8ef..c826a755b1 100644 --- a/.github/workflows/codecov-publish.yml +++ b/.github/workflows/codecov-publish.yml @@ -43,7 +43,7 @@ jobs: run-id: ${{ github.event.workflow_run.id }} - name: Upload coverage report - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@v5 with: fail_ci_if_error: true files: /**/coverage-reports/**/*.* diff --git a/.github/workflows/release-drafter.yml b/.github/workflows/release-drafter.yml index 248e8129d5..2aed8ee099 100644 --- a/.github/workflows/release-drafter.yml +++ b/.github/workflows/release-drafter.yml @@ -51,27 +51,27 @@ jobs: run: | ./deployment/cdk/opensearch-service-migration/buildDockerImages.sh -Dbuild.snapshot=false -Dbuild.version=0.${{ steps.get_data.outputs.version }} - name: Generate SBOM for migration_console - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.18.0 with: image: migrations/migration_console:latest output-file: opensearch-migrations-console-sbom.spdx.json - name: Generate SBOM for traffic_replayer - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.18.0 with: image: migrations/traffic_replayer:latest output-file: opensearch-migrations-traffic-replayer-sbom.spdx.json - name: Generate SBOM for capture_proxy - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.18.0 with: image: migrations/capture_proxy:latest output-file: opensearch-migrations-traffic-capture-proxy-sbom.spdx.json - name: Generate SBOM for reindex_from_snapshot - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.18.0 with: image: migrations/reindex_from_snapshot:latest output-file: opensearch-migrations-reindex-from-snapshot-sbom.spdx.json - name: Generate SBOM for artifacts - uses: anchore/sbom-action@v0.17.7 + uses: anchore/sbom-action@v0.18.0 with: file: artifacts.tar.gz output-file: artifacts-sbom.spdx.json @@ -97,7 +97,7 @@ jobs: echo "::add-mask::$DOCKERHUB_PASSWORD" echo "dockerhub-password=$DOCKERHUB_PASSWORD" >> $GITHUB_OUTPUT - name: Login to DockerHub - uses: docker/login-action@v1 + uses: docker/login-action@v3 with: username: ${{ secrets.MIGRATIONS_DOCKER_USERNAME }} password: ${{ steps.retrieve-values.outputs.dockerhub-password }} diff --git a/.github/workflows/sonar-qube.yml b/.github/workflows/sonar-qube.yml index e5f23ada47..e2baf7e7a1 100644 --- a/.github/workflows/sonar-qube.yml +++ b/.github/workflows/sonar-qube.yml @@ -27,14 +27,14 @@ jobs: SONAR_ES_BOOTSTRAP_CHECKS_DISABLE: "true" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-java@v4 with: distribution: 'corretto' java-version: | 17 - name: Cache SonarQube Scanner - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.sonar/cache key: sonar-cache