diff --git a/.github/workflows/codeql-analysis.yaml b/.github/workflows/codeql-analysis.yaml index ec8b1ee45..9972f8a5f 100644 --- a/.github/workflows/codeql-analysis.yaml +++ b/.github/workflows/codeql-analysis.yaml @@ -40,7 +40,7 @@ jobs: steps: - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: install dependencies run: | @@ -65,7 +65,7 @@ jobs: - name: initialize CodeQL # Initialize the CodeQL tools for scanning. - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -99,7 +99,7 @@ jobs: done - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: ${{ matrix.group }}-64 @@ -163,11 +163,11 @@ jobs: msystem: MINGW32 - name: checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: initialize CodeQL # Initialize the CodeQL tools for scanning. - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -199,6 +199,6 @@ jobs: done - name: perform CodeQL analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: ${{ matrix.group }}-32 diff --git a/.github/workflows/root-cmakelists.yaml b/.github/workflows/root-cmakelists.yaml index bcdcda49a..0f8bc91f2 100644 --- a/.github/workflows/root-cmakelists.yaml +++ b/.github/workflows/root-cmakelists.yaml @@ -364,7 +364,7 @@ jobs: - name: save conda cache if: ${{ steps.conda-cache.outputs.cache-hit != 'true' }} - uses: actions/cache/save@v3 + uses: actions/cache/save@v4 with: path: C:/Miniconda/envs/test key: ${{ steps.conda-cache.outputs.cache-primary-key }}