diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a50a4e93df..cf431e1e55 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -26,13 +26,13 @@ jobs: persist-credentials: false - name: Initialize CodeQL - uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 with: languages: 'python' config-file: ./.github/codeql-config.yml - name: Autobuild - uses: github/codeql-action/autobuild@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/autobuild@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 # If the Autobuild fails above, remove it and uncomment the following three lines. # modify them (or add more) to build your code if your project, please refer to the EXAMPLE below for guidance. @@ -42,6 +42,6 @@ jobs: # ./location_of_script_within_repo/buildscript.sh - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4.31.2 + uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4.31.3 with: category: "/language:python" diff --git a/doc/changelog.d/2375.maintenance.md b/doc/changelog.d/2375.maintenance.md new file mode 100644 index 0000000000..28912f7697 --- /dev/null +++ b/doc/changelog.d/2375.maintenance.md @@ -0,0 +1 @@ +Bump github/codeql-action from 4.31.2 to 4.31.3 in the actions group