diff options
| author | 2023-12-15 02:06:28 +0800 | |
|---|---|---|
| committer | 2023-12-15 02:06:28 +0800 | |
| commit | 9b2d27ba1d91a0d5531bc9c0d52c3887a2dfb2aa (patch) | |
| tree | 0a377279d85cbda3804386af2768bac5a6d3351d /.github | |
| parent | 1458dfbb7802c9f3dc989f0c2411fee61ea96d3a (diff) | |
| parent | 61364e20c21de0fcc63568d42c655d2f7ef692c1 (diff) | |
| download | infini-9b2d27ba1d91a0d5531bc9c0d52c3887a2dfb2aa.tar.gz infini-9b2d27ba1d91a0d5531bc9c0d52c3887a2dfb2aa.zip | |
Merge pull request #38 from HydroRoll-Team/dependabot/github_actions/github/codeql-action-3
build(deps): bump github/codeql-action from 2 to 3
Diffstat (limited to '.github')
| -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 30b13f7f..283c2c4f 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,7 +45,7 @@ jobs: # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL - uses: github/codeql-action/init@v2 + uses: github/codeql-action/init@v3 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -59,7 +59,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) - name: Autobuild - uses: github/codeql-action/autobuild@v2 + uses: github/codeql-action/autobuild@v3 # ℹ️ 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 @@ -72,6 +72,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v2 + uses: github/codeql-action/analyze@v3 with: category: "/language:${{matrix.language}}" |
