This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 32ac5ba8 Bump codeql-action from 4.37.6 to 4.37.7
32ac5ba8 is described below
commit 32ac5ba8fe403e6a53d39385b65601e625480868
Author: Gary Gregory <[email protected]>
AuthorDate: Tue Aug 18 15:55:21 2026 -0400
Bump codeql-action from 4.37.6 to 4.37.7
---
.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 e81db39f..d0c44b99 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -58,7 +58,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github//init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # 4.37.7
+ uses: github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd
# 4.37.7
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.