zola-check-manager.meta

Issues/PRs archive for MTRNord/zola-check-manager
git clone git://archive.git.mtrnord.blog/MTRNord/zola-check-manager.meta.git
Log | Files | Refs

111.diff (1069B)


      1 diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml
      2 index ea736e8..f5b5821 100644
      3 --- a/.github/workflows/codeql-analysis.yml
      4 +++ b/.github/workflows/codeql-analysis.yml
      5 @@ -42,7 +42,7 @@ jobs:
      6  
      7      # Initializes the CodeQL tools for scanning.
      8      - name: Initialize CodeQL
      9 -      uses: github/codeql-action/init@v2
     10 +      uses: github/codeql-action/init@v3
     11        with:
     12          languages: ${{ matrix.language }}
     13          source-root: src
     14 @@ -54,7 +54,7 @@ jobs:
     15      # Autobuild attempts to build any compiled languages  (C/C++, C#, or Java).
     16      # If this step fails, then you should remove it and run the build manually (see below)
     17      - name: Autobuild
     18 -      uses: github/codeql-action/autobuild@v2
     19 +      uses: github/codeql-action/autobuild@v3
     20  
     21      # â„šī¸ Command-line programs to run using the OS shell.
     22      # 📚 https://git.io/JvXDl
     23 @@ -68,4 +68,4 @@ jobs:
     24      #   make release
     25  
     26      - name: Perform CodeQL Analysis
     27 -      uses: github/codeql-action/analyze@v2
     28 +      uses: github/codeql-action/analyze@v3