From 6e24905ccb148a8001ab68275db4523f7b0aa2aa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Jan 2025 04:50:07 +0000 Subject: [PATCH] build(deps): bump the github-actions group across 1 directory with 3 updates Bumps the github-actions group with 3 updates in the / directory: [hendrikmuhs/ccache-action](https://github.com/hendrikmuhs/ccache-action), [actions/upload-artifact](https://github.com/actions/upload-artifact) and [reviewdog/action-suggester](https://github.com/reviewdog/action-suggester). Updates `hendrikmuhs/ccache-action` from 1.2.14 to 1.2.16 - [Release notes](https://github.com/hendrikmuhs/ccache-action/releases) - [Commits](https://github.com/hendrikmuhs/ccache-action/compare/ed74d11c0b343532753ecead8a951bb09bb34bc9...53911442209d5c18de8a31615e0923161e435875) Updates `actions/upload-artifact` from 4.5.0 to 4.6.0 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/6f51ac03b9356f520e9adb1b1b7802705f340c2b...65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08) Updates `reviewdog/action-suggester` from 1.18.0 to 1.19.0 - [Release notes](https://github.com/reviewdog/action-suggester/releases) - [Commits](https://github.com/reviewdog/action-suggester/compare/db4abb16fbaabe386831e5addb7be1485d0d63d3...a3026c6020837c23b61a79d12db223a00df19e6a) --- updated-dependencies: - dependency-name: hendrikmuhs/ccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: reviewdog/action-suggester dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/linting-formatting.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7f7f1c6..964bb09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: with: persist-credentials: false submodules: true - - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + - uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ matrix.target}}-${{ matrix.configuration }} - uses: lukka/run-cmake@af1be47fd7c933593f687731bc6fdbee024d3ff4 # v10.8 diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 87717b1..7325583 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -36,13 +36,13 @@ jobs: # if: ${{ success() || failure() }} # with: # sarif_file: megalinter-reports/megalinter-report.sarif - - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 if: ${{ success() || failure() }} with: name: linter path: | megalinter-reports - - uses: reviewdog/action-suggester@db4abb16fbaabe386831e5addb7be1485d0d63d3 + - uses: reviewdog/action-suggester@a3026c6020837c23b61a79d12db223a00df19e6a with: tool_name: MegaLinter filter_mode: diff_context