diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f39643..19a2bc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: [ubuntu-latest] container: ghcr.io/philips-software/amp-devcontainer-cpp:v6.0.2@sha256:36afaaa5ba4bc4e9bb471012db9733c26a210e315ddb33600f73bb9532b02a25 # 6.0.2 steps: - - uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 + - uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 if: ${{ matrix.target == 'windows' }} id: cache-winsdk with: @@ -39,7 +39,7 @@ jobs: with: persist-credentials: false submodules: true - - uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18 + - uses: hendrikmuhs/ccache-action@bfa03e1de4d7f7c3e80ad9109feedd05c4f5a716 # v1.2.19 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 46a9254..c324843 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -42,7 +42,7 @@ jobs: name: linter path: | megalinter-reports - - uses: reviewdog/action-suggester@4747dbc9f9e37adba0943e681cc20db466642158 + - uses: reviewdog/action-suggester@aa38384ceb608d00f84b4690cacc83a5aba307ff with: tool_name: MegaLinter filter_mode: diff_context diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index bcd7e26..bca50f4 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -18,12 +18,12 @@ jobs: name: Create Release runs-on: ubuntu-latest steps: - - uses: actions/create-github-app-token@df432ceedc7162793a195dd1713ff69aefc7379e # v2.0.6 + - uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4 id: token with: app-id: ${{ vars.FOREST_RELEASER_APP_ID }} private-key: ${{ secrets.FOREST_RELEASER_APP_PRIVATE_KEY }} - - uses: googleapis/release-please-action@a02a34c4d625f9be7cb89156071d8567266a2445 # v4.2.0 + - uses: googleapis/release-please-action@c2a5a2bd6a758a0937f1ddb1e8950609867ed15c # v4.3.0 id: release with: token: ${{ steps.token.outputs.token }}