diff options
author | saturneric <[email protected]> | 2024-07-29 19:56:54 +0000 |
---|---|---|
committer | saturneric <[email protected]> | 2024-07-29 19:56:54 +0000 |
commit | 4ee28633eed7403b939b8b862958a366c7e2d8e5 (patch) | |
tree | 85b7df47745f78d9b4086a7517b8f9d46750eda3 | |
parent | feat: update SECURITY.md and adjust Doxyfile location (diff) | |
download | GpgFrontend-4ee28633eed7403b939b8b862958a366c7e2d8e5.tar.gz GpgFrontend-4ee28633eed7403b939b8b862958a366c7e2d8e5.zip |
feat: update github/codeql-action/init to v3
-rw-r--r-- | .github/workflows/codeql-analysis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 9ff1d59b..bea75838 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: submodules: recursive - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} |