This is an automated email from the ASF dual-hosted git repository.
reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git
commit 48b8342701df4ff9a8be89a2e460bac737699efe
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 10:14:06 2025 -0500
Bump actions/checkout from 5.0.0 to 6.0.0 (#2747)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to
6.0.0.
- [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/08c6903cd8c0fde910a37f88322edcfb5dd907a8...1af3b93b6815bc44a9784bd300feb67ff0d1eeb3)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit c5126622a8536074d93af31e3c544c950895a690)
# Conflicts:
# .github/workflows/pull-request-build.yml
# .github/workflows/scorecards.yml
(cherry picked from commit 0388b1bbd3d092f7a16dc2db09e53d97cc2cc06a)
# Conflicts:
# .github/workflows/pull-request-build.yml
(cherry picked from commit 3ca66328282fecaca05968bb1a9fb1c7b6a106d5)
# Conflicts:
# .github/workflows/codeql-analysis.yml
---
.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 eaad0cfb0c..196e7d0b98 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
+ uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v5.0.0
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.