diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 11beef4d9..d4145560e 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -31,13 +31,13 @@ jobs: fetch-depth: 1 - name: Initialize CodeQL - uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: languages: ${{ matrix.language }} build-mode: "none" - name: Analyze CodeQL - uses: github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3 + uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4 with: category: "${{ matrix.language }}" diff --git a/.github/workflows/UnitTestsHOOTL.yml b/.github/workflows/UnitTestsHOOTL.yml index 390f14d34..93a480a81 100644 --- a/.github/workflows/UnitTestsHOOTL.yml +++ b/.github/workflows/UnitTestsHOOTL.yml @@ -60,7 +60,7 @@ jobs: id: sccache-setup if: steps.cache-setup.outcome == 'success' continue-on-error: true - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - name: Start Shared Compilation Cache Server id: sccache-start @@ -220,7 +220,7 @@ jobs: - name: Setup Shared Compilation Cache id: sccache-setup if: steps.cache-setup.outcome == 'success' - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 continue-on-error: true - name: Start Shared Compilation Cache Server