This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push:
new 14599d8fa6df chore(deps): Bump actions/checkout from 4 to 6 (#21440)
14599d8fa6df is described below
commit 14599d8fa6df825f410ea55cda6a7d573a23f991
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Feb 13 09:49:16 2026 +0100
chore(deps): Bump actions/checkout from 4 to 6 (#21440)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v4...v6)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: '6'
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>
---
.github/workflows/alternative-os-build-main.yml | 2 +-
.github/workflows/depsreview.yaml | 2 +-
.github/workflows/generate-sbom-main.yml | 2 +-
.github/workflows/pr-build-main.yml | 2 +-
.github/workflows/pr-comment.yml | 4 ++--
.github/workflows/pr-doc-validation.yml | 4 ++--
.github/workflows/security-scan.yml | 2 +-
7 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/.github/workflows/alternative-os-build-main.yml
b/.github/workflows/alternative-os-build-main.yml
index 66330f8c1fc1..d046905b2565 100644
--- a/.github/workflows/alternative-os-build-main.yml
+++ b/.github/workflows/alternative-os-build-main.yml
@@ -34,7 +34,7 @@ jobs:
os: [windows-latest, macos-latest, windows-2019]
fail-fast: false
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.os }}
diff --git a/.github/workflows/depsreview.yaml
b/.github/workflows/depsreview.yaml
index fadc163088a4..7f77fc32475b 100644
--- a/.github/workflows/depsreview.yaml
+++ b/.github/workflows/depsreview.yaml
@@ -27,6 +27,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
- name: 'Dependency Review'
uses:
actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 #
v4.8.2
diff --git a/.github/workflows/generate-sbom-main.yml
b/.github/workflows/generate-sbom-main.yml
index 856e7d80022c..640d99cb7c2d 100644
--- a/.github/workflows/generate-sbom-main.yml
+++ b/.github/workflows/generate-sbom-main.yml
@@ -36,7 +36,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- id: install-mvnd
diff --git a/.github/workflows/pr-build-main.yml
b/.github/workflows/pr-build-main.yml
index 523a16752ad4..2c1c1d716356 100644
--- a/.github/workflows/pr-build-main.yml
+++ b/.github/workflows/pr-build-main.yml
@@ -48,7 +48,7 @@ jobs:
experimental: true
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
- id: install-packages
diff --git a/.github/workflows/pr-comment.yml b/.github/workflows/pr-comment.yml
index 8c56d6944df1..463ee4cf9c63 100644
--- a/.github/workflows/pr-comment.yml
+++ b/.github/workflows/pr-comment.yml
@@ -35,7 +35,7 @@ jobs:
matrix:
java: [ '17' ]
steps:
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
submodules: recursive
@@ -56,7 +56,7 @@ jobs:
exit 1
fi
echo "pr_sha=$head_sha" >> $GITHUB_OUTPUT
- - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
ref: ${{ env.pr_sha }}
submodules: recursive
diff --git a/.github/workflows/pr-doc-validation.yml
b/.github/workflows/pr-doc-validation.yml
index 0901104ff3c8..81bce4094947 100644
--- a/.github/workflows/pr-doc-validation.yml
+++ b/.github/workflows/pr-doc-validation.yml
@@ -32,13 +32,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout camel repo
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
persist-credentials: false
submodules: recursive
path: camel
- name: Checkout camel-website repo
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v6.0.1
+ uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #
v6.0.2
with:
repository: apache/camel-website
path: camel-website
diff --git a/.github/workflows/security-scan.yml
b/.github/workflows/security-scan.yml
index 7bd1eeb664fb..4cd24acfc3d0 100644
--- a/.github/workflows/security-scan.yml
+++ b/.github/workflows/security-scan.yml
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
with:
persist-credentials: false
- name: Set up JDK 17