This is an automated email from the ASF dual-hosted git repository.

garydgregory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/commons-xml.git


The following commit(s) were added to refs/heads/main by this push:
     new 7872b57  Fix Icon/Unicode mess in YAML
7872b57 is described below

commit 7872b57bf28dbbbdfdcb6182d56129712504b818
Author: Gary Gregory <[email protected]>
AuthorDate: Sun Aug 30 12:09:54 2026 -0400

    Fix Icon/Unicode mess in YAML
---
 .github/workflows/codeql-analysis.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/codeql-analysis.yml 
b/.github/workflows/codeql-analysis.yml
index 6867d80..4c16cf3 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -71,10 +71,10 @@ jobs:
     - name: Autobuild
       uses: 
github/codeql-action/autobuild@db488ddef3bf6cb639b32c2e9a7c0a7ea8271d28 # 4.37.8
 
-    # ℹ️ 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
 

Reply via email to