This is an automated email from the ASF dual-hosted git repository.
github-actions[bot] pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/logging-flume.git
The following commit(s) were added to refs/heads/trunk by this push:
new 32813b12 Bump the github-actions-updates group with 4 updates (#484)
32813b12 is described below
commit 32813b12892207be933be54ba59e7fbb47dc846c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 31 21:17:48 2026 +0000
Bump the github-actions-updates group with 4 updates (#484)
* Bump the github-actions-updates group with 4 updates
Bumps the github-actions-updates group with 4 updates:
[actions/checkout](https://github.com/actions/checkout),
[github/codeql-action/init](https://github.com/github/codeql-action),
[github/codeql-action/autobuild](https://github.com/github/codeql-action) and
[github/codeql-action/analyze](https://github.com/github/codeql-action).
Updates `actions/checkout` from 2 to 7
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v7)
Updates `github/codeql-action/init` from 2.1.37 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
-
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/github/codeql-action/compare/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)
Updates `github/codeql-action/autobuild` from 2.1.37 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
-
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/github/codeql-action/compare/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)
Updates `github/codeql-action/analyze` from 2.1.37 to 4.37.3
- [Release notes](https://github.com/github/codeql-action/releases)
-
[Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
-
[Commits](https://github.com/github/codeql-action/compare/959cbb7472c4d4ad70cdfe6f4976053fe48ab394...e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: github/codeql-action/init
dependency-version: 4.37.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: github/codeql-action/autobuild
dependency-version: 4.37.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
- dependency-name: github/codeql-action/analyze
dependency-version: 4.37.3
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions-updates
...
Signed-off-by: dependabot[bot] <[email protected]>
* Generate changelog entries for #484
---------
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
---
.github/workflows/codeql-analysis.yml | 8 ++++----
src/changelog/.2.x.x/update_actions_checkout.xml | 8 ++++++++
src/changelog/.2.x.x/update_github_codeql-action_analyze.xml | 8 ++++++++
src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml | 8 ++++++++
src/changelog/.2.x.x/update_github_codeql-action_init.xml | 8 ++++++++
5 files changed, 36 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index f483eb3a..1c07ed9b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -52,11 +52,11 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v7
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
- uses: github/codeql-action/init@959cbb7472c4d4ad70cdfe6f4976053fe48ab394
# 2.1.37
+ uses: github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81
# 4.37.3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a
config file.
@@ -67,7 +67,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually
(see below)
- name: Autobuild
- uses:
github/codeql-action/autobuild@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 #
2.1.37
+ uses:
github/codeql-action/autobuild@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 #
4.37.3
# âšī¸ Command-line programs to run using the OS shell.
# đ https://git.io/JvXDl
@@ -81,4 +81,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
- uses:
github/codeql-action/analyze@959cbb7472c4d4ad70cdfe6f4976053fe48ab394 #
2.1.37
+ uses:
github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 #
4.37.3
diff --git a/src/changelog/.2.x.x/update_actions_checkout.xml
b/src/changelog/.2.x.x/update_actions_checkout.xml
new file mode 100644
index 00000000..07d9327c
--- /dev/null
+++ b/src/changelog/.2.x.x/update_actions_checkout.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="484" link="https://github.com/apache/logging-flume/pull/484"/>
+ <description format="asciidoc">Update `actions/checkout` to version
`7`</description>
+</entry>
diff --git a/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml
b/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml
new file mode 100644
index 00000000..03030a7e
--- /dev/null
+++ b/src/changelog/.2.x.x/update_github_codeql-action_analyze.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="484" link="https://github.com/apache/logging-flume/pull/484"/>
+ <description format="asciidoc">Update `github/codeql-action/analyze` to
version `4.37.3`</description>
+</entry>
diff --git a/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml
b/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml
new file mode 100644
index 00000000..9db2646d
--- /dev/null
+++ b/src/changelog/.2.x.x/update_github_codeql-action_autobuild.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="484" link="https://github.com/apache/logging-flume/pull/484"/>
+ <description format="asciidoc">Update `github/codeql-action/autobuild` to
version `4.37.3`</description>
+</entry>
diff --git a/src/changelog/.2.x.x/update_github_codeql-action_init.xml
b/src/changelog/.2.x.x/update_github_codeql-action_init.xml
new file mode 100644
index 00000000..0869cd3f
--- /dev/null
+++ b/src/changelog/.2.x.x/update_github_codeql-action_init.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xmlns="https://logging.apache.org/xml/ns"
+ xsi:schemaLocation="https://logging.apache.org/xml/ns
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
+ type="updated">
+ <issue id="484" link="https://github.com/apache/logging-flume/pull/484"/>
+ <description format="asciidoc">Update `github/codeql-action/init` to version
`4.37.3`</description>
+</entry>