diff options
author | Charles Harris <charlesr.harris@gmail.com> | 2023-04-14 16:35:28 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-14 16:35:28 -0400 |
commit | 1d601f8128c0b5c9d5995d135b0a34587981304d (patch) | |
tree | 950c1fb19ab18624b778520514c85336fa5ca083 /.github/workflows/codeql.yml | |
parent | 1b965966d034f0bd3d82e4560fbd111a0de3bf64 (diff) | |
parent | 96dab9e727d1f15b8b77f15283e35e9a677e7f32 (diff) | |
download | numpy-1d601f8128c0b5c9d5995d135b0a34587981304d.tar.gz |
Merge pull request #23590 from numpy/dependabot/github_actions/github/codeql-action-2.2.12
MAINT: Bump github/codeql-action from 2.2.11 to 2.2.12
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 d8febe1cf..dbfe5173e 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@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/init@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 with: languages: ${{ matrix.language }} # If you wish to specify custom queries, you can do so here or in a config file. @@ -55,7 +55,7 @@ jobs: # Autobuild attempts to build any compiled languages (C/C++, C#, or Java). # If this step fails, then you should remove it and run the build manually (see below) - name: Autobuild - uses: github/codeql-action/autobuild@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/autobuild@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 # âšī¸ 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 @@ -68,6 +68,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@d186a2a36cc67bfa1b860e6170d37fb9634742c7 # v2.2.11 + uses: github/codeql-action/analyze@7df0ce34898d659f95c0c4a09eaa8d4e32ee64db # v2.2.12 with: category: "/language:${{matrix.language}}" |