This is an automated email from the ASF dual-hosted git repository. sebb pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new aaee91b Need some code aaee91b is described below commit aaee91b7e77afff1035acf1a9ad1c63d45cacc40 Author: Sebb <s...@apache.org> AuthorDate: Fri Oct 20 23:24:25 2023 +0100 Need some code --- .github/workflows/codeql-analysis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4c4f72a..59b22b0 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -27,8 +27,8 @@ jobs: build: runs-on: ubuntu-latest - # steps: - # - uses: actions/checkout@v3 + steps: + - uses: actions/checkout@v3 - name: dummy analysis job run: echo All is OK