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 1ee59fe09 Bump actions/checkout from 7.0.0 to 7.0.1 (#634)
1ee59fe09 is described below
commit 1ee59fe09d0fa62c14b2e0e3daa9a2248d63c158
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 27 09:29:07 2026 +0100
Bump actions/checkout from 7.0.0 to 7.0.1 (#634)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to
7.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/9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0...3d3c42e5aac5ba805825da76410c181273ba90b1)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.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 094913414..86a3d5316 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #v2
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #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 a26970aff..6ec03ba60 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@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v3.5.0
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v3.5.0
- name: Set up JDK 17
uses: actions/setup-java@03ad4de0992f5dab5e18fcb136590ce7c4a0ac95 #
v5.6.0
with:
diff --git a/.github/workflows/scorecards.yml b/.github/workflows/scorecards.yml
index 991f3ec15..acdb62ab8 100644
--- a/.github/workflows/scorecards.yml
+++ b/.github/workflows/scorecards.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
tag=v3.0.0
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
tag=v3.0.0
with:
persist-credentials: false