diff options
| author | 2025-10-08 19:33:31 +0800 | |
|---|---|---|
| committer | 2025-10-08 19:33:31 +0800 | |
| commit | a2778f9f75565984da1f4d7d5902fd1ce2a4f8b6 (patch) | |
| tree | 6c91e77e899a18dd50185498d376a7bf173162bf /.github/workflows/codeql.yml | |
| parent | 178f8fb3c794e3eaa5219662f54c3be4a8d43574 (diff) | |
| parent | 621f36345adf515a343d37bfd149640d4f2d58dd (diff) | |
| download | infini-a2778f9f75565984da1f4d7d5902fd1ce2a4f8b6.tar.gz infini-a2778f9f75565984da1f4d7d5902fd1ce2a4f8b6.zip | |
Merge pull request #69 from HydroRoll-Team/dependabot/github_actions/github/codeql-action-4
chore(deps): bump github/codeql-action from 3 to 4
Diffstat (limited to '.github/workflows/codeql.yml')
| -rw-r--r-- | .github/workflows/codeql.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a3ba39ee..bd4f75d9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v3 + uses: github/codeql-action/init@v4 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -53,7 +53,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, Go, Java, or Swift). # If this step fails, then you should remove it and run the build manually (see below) - uses: github/codeql-action/autobuild@v3 + uses: github/codeql-action/autobuild@v4 # ℹ️ Command-line programs to run using the OS shell. # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun @@ -64,6 +64,6 @@ jobs: # echo "Run, Build Application using script" # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v3 + uses: github/codeql-action/analyze@v4 with: category: /language:${{matrix.language}} |
