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-build-plugin.git
The following commit(s) were added to refs/heads/master by this push: new 8c6732b Bump actions/checkout from 2 to 3. 8c6732b is described below commit 8c6732bab2ced0fb990b42c0604bc3d4ab3921ff Author: Gary Gregory <garydgreg...@gmail.com> AuthorDate: Fri Mar 4 10:32:37 2022 -0500 Bump actions/checkout from 2 to 3. --- .github/workflows/codeql-analysis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 1cb1616..2bf1120 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL