diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2024-05-06 14:10:11 -0700 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2024-05-06 14:10:11 -0700 |
| commit | 9615afcd51fcd53feb3e5496f77a47261d223acc (patch) | |
| tree | eff1a844f8db3c0ed17fa716715ce6cacdd1b9b8 /.github/workflows/Code-Scanning.yml | |
| parent | b968cfbed5566a3a9597f5368334beb3b6dad4d2 (diff) | |
Update CodeQL Actions to v3
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index fc1ae7e8..2f6d760f 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -38,7 +38,7 @@ jobs: submodules: 'recursive' - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} @@ -54,6 +54,6 @@ jobs: WDS_WipeOutputs: ${{ true }} - name: Perform CodeQL analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" |
