This is an automated email from the ASF dual-hosted git repository.
coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-wss4j.git
The following commit(s) were added to refs/heads/master by this push:
new 57cc908e5 Bump actions/checkout from 6.0.0 to 6.0.1 (#560)
57cc908e5 is described below
commit 57cc908e57bee4c7b1a61071e0e7006b2bb99c46
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Dec 19 10:30:22 2025 +0000
Bump actions/checkout from 6.0.0 to 6.0.1 (#560)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to
6.0.1.
- [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/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/pull-request-build.yaml | 2 +-
.github/workflows/scorecards.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 53e1e1772..c6129769f 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@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #v2
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #v2
with:
# We must fetch at least the immediate parents so that if this is
# a pull request then we can checkout the head.
diff --git a/.github/workflows/pull-request-build.yaml
b/.github/workflows/pull-request-build.yaml
index da56035ab..4944fccbb 100644
--- a/.github/workflows/pull-request-build.yaml
+++ b/.github/workflows/pull-request-build.yaml
@@ -15,7 +15,7 @@ jobs:
pull-requests: read
timeout-minutes: 130
steps:
- - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #
v3.5.0
+ - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
v3.5.0
- name: Set up JDK 17
uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 #
v5.0.0
with:
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index f6b5c7054..da04916b9 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 #
tag=v3.0.0
+ uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 #
tag=v3.0.0
with:
persist-credentials: false