diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index addb9db..7f7f1c6 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:5.1.4@sha256:46239906460dedb3baf3c33d9275f3de4f17d7a237fc136c2013b021589a6dbd # 5.1.4 steps: - - uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4.1.2 + - uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0 if: ${{ matrix.target == 'windows' }} id: cache-winsdk with: diff --git a/.github/workflows/linting-formatting.yml b/.github/workflows/linting-formatting.yml index 6dac6ee..87717b1 100644 --- a/.github/workflows/linting-formatting.yml +++ b/.github/workflows/linting-formatting.yml @@ -36,7 +36,7 @@ jobs: # if: ${{ success() || failure() }} # with: # sarif_file: megalinter-reports/megalinter-report.sarif - - uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 + - uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b if: ${{ success() || failure() }} with: name: linter