Skip to content

Commit

Permalink
Update actions version
Browse files Browse the repository at this point in the history
  • Loading branch information
wzkres authored Jan 28, 2024
1 parent 914fa63 commit a657ff5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- name: Check 3rdparty prebuilt cache (Linux & macOS)
id: cache-nix
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: 3rdparty/prebuilt
key: ${{ runner.os }}-${{ matrix.platform }}-build-${{ hashFiles('3rdparty/build.sh') }}
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
output: sarif-results/cpp.sarif

- name: Upload SARIF
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: sarif-results/cpp.sarif
category: "/language:${{matrix.language}}"

0 comments on commit a657ff5

Please sign in to comment.