This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-bcel.git
The following commit(s) were added to refs/heads/master by this push: new 12743e2 No CPP CodeQL. 12743e2 is described below commit 12743e2fd760b4a1f1e6824be7d5eede396e0e79 Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 14:55:03 2022 -0500 No CPP CodeQL. --- .github/workflows/codeql-analysis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 34eb381..236f227 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -36,13 +36,13 @@ jobs: strategy: fail-fast: false matrix: - language: [ 'cpp', 'java' ] + language: [ 'java' ] # CodeQL supports [ 'cpp', 'csharp', 'go', 'java', 'javascript', 'python', 'ruby' ] # Learn more about CodeQL language support at https://git.io/codeql-language-support steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL @@ -59,10 +59,10 @@ jobs: - name: Autobuild uses: github/codeql-action/autobuild@v1 - # ℹ️ Command-line programs to run using the OS shell. - # 📚 https://git.io/JvXDl + # â¹ï¸ Command-line programs to run using the OS shell. + # ð https://git.io/JvXDl - # ✏️ If the Autobuild fails above, remove it and uncomment the following three lines + # âï¸ If the Autobuild fails above, remove it and uncomment the following three lines # and modify them (or add more) to build your code if your project # uses a compiled language