This is an automated email from the ASF dual-hosted git repository.
pjfanning pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new d203b3fe3 Bump actions/checkout from 7.0.0 to 7.0.1 (#1786)
d203b3fe3 is described below
commit d203b3fe3d4b6c4b4bc0d32bc2c7d18e21dd60c3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 20 21:14:08 2026 +0100
Bump actions/checkout from 7.0.0 to 7.0.1 (#1786)
Bumps [actions/checkout](https://github.com/actions/checkout) from 7.0.0 to
7.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v7...v7.0.1)
---
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/check-build-test.yml | 6 +++---
.github/workflows/dependency-graph.yml | 2 +-
.github/workflows/format.yml | 2 +-
.github/workflows/headers.yml | 2 +-
.github/workflows/link-validator.yml | 2 +-
.github/workflows/nightly-builds.yaml | 4 ++--
.github/workflows/nightly-pekko-1.0-builds.yaml | 2 +-
.github/workflows/nightly-pekko-1.x-builds.yaml | 2 +-
.github/workflows/publish-1.0-docs.yml | 2 +-
.github/workflows/publish-1.1-docs.yml | 2 +-
.github/workflows/publish-1.2-docs.yml | 2 +-
.github/workflows/publish-1.3-docs.yml | 2 +-
.github/workflows/publish-2.0-docs.yml | 2 +-
.github/workflows/publish-nightly-1.4.yml | 2 +-
.github/workflows/publish-nightly.yml | 4 ++--
.github/workflows/publish-on-demand.yml | 2 +-
.github/workflows/stage-release-candidate.yml | 6 +++---
17 files changed, 23 insertions(+), 23 deletions(-)
diff --git a/.github/workflows/check-build-test.yml
b/.github/workflows/check-build-test.yml
index 0d289e797..166ebe4c0 100644
--- a/.github/workflows/check-build-test.yml
+++ b/.github/workflows/check-build-test.yml
@@ -35,7 +35,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
@@ -71,7 +71,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
@@ -157,7 +157,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/dependency-graph.yml
b/.github/workflows/dependency-graph.yml
index 8faa963f0..0f39f8828 100644
--- a/.github/workflows/dependency-graph.yml
+++ b/.github/workflows/dependency-graph.yml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
if: github.repository == 'apache/pekko-connectors'
steps:
- - uses: actions/checkout@v7
+ - uses: actions/[email protected]
- name: Install sbt
uses: sbt/setup-sbt@66fb4376e81982c7d92a4074170846fff88e2e30 # v1.5.0
- uses:
scalacenter/sbt-dependency-submission@d84eef4c09e633bcf5f113bcad7fd5e9af1baee9
# v3.2.3
diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml
index 93d2d0d35..ac0b5c039 100644
--- a/.github/workflows/format.yml
+++ b/.github/workflows/format.yml
@@ -29,7 +29,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout current branch (full)
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-depth: 0
persist-credentials: false
diff --git a/.github/workflows/headers.yml b/.github/workflows/headers.yml
index e8070bd12..30413ee9f 100644
--- a/.github/workflows/headers.yml
+++ b/.github/workflows/headers.yml
@@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/link-validator.yml
b/.github/workflows/link-validator.yml
index f1f5c8546..530ad623a 100644
--- a/.github/workflows/link-validator.yml
+++ b/.github/workflows/link-validator.yml
@@ -19,7 +19,7 @@ jobs:
if: github.repository == 'apache/pekko-connectors'
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/nightly-builds.yaml
b/.github/workflows/nightly-builds.yaml
index f45bf586f..92b397f9f 100644
--- a/.github/workflows/nightly-builds.yaml
+++ b/.github/workflows/nightly-builds.yaml
@@ -37,7 +37,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
@@ -63,7 +63,7 @@ jobs:
if: github.repository == 'apache/pekko-connectors'
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-depth: 0
diff --git a/.github/workflows/nightly-pekko-1.0-builds.yaml
b/.github/workflows/nightly-pekko-1.0-builds.yaml
index 6a57a9653..19a5c7fba 100644
--- a/.github/workflows/nightly-pekko-1.0-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.0-builds.yaml
@@ -41,7 +41,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/nightly-pekko-1.x-builds.yaml
b/.github/workflows/nightly-pekko-1.x-builds.yaml
index 341686139..74aa011cd 100644
--- a/.github/workflows/nightly-pekko-1.x-builds.yaml
+++ b/.github/workflows/nightly-pekko-1.x-builds.yaml
@@ -43,7 +43,7 @@ jobs:
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-1.0-docs.yml
b/.github/workflows/publish-1.0-docs.yml
index ca7e1d3e7..8221928e9 100644
--- a/.github/workflows/publish-1.0-docs.yml
+++ b/.github/workflows/publish-1.0-docs.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-1.1-docs.yml
b/.github/workflows/publish-1.1-docs.yml
index d500a2ca4..f33056863 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-1.2-docs.yml
b/.github/workflows/publish-1.2-docs.yml
index 756f46b95..90fb8921e 100644
--- a/.github/workflows/publish-1.2-docs.yml
+++ b/.github/workflows/publish-1.2-docs.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-1.3-docs.yml
b/.github/workflows/publish-1.3-docs.yml
index 8300e7d74..903e81394 100644
--- a/.github/workflows/publish-1.3-docs.yml
+++ b/.github/workflows/publish-1.3-docs.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-2.0-docs.yml
b/.github/workflows/publish-2.0-docs.yml
index 60b45a46e..8e3814da7 100644
--- a/.github/workflows/publish-2.0-docs.yml
+++ b/.github/workflows/publish-2.0-docs.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-nightly-1.4.yml
b/.github/workflows/publish-nightly-1.4.yml
index 1da39c3f4..508c54c55 100644
--- a/.github/workflows/publish-nightly-1.4.yml
+++ b/.github/workflows/publish-nightly-1.4.yml
@@ -32,7 +32,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-nightly.yml
b/.github/workflows/publish-nightly.yml
index ba1c5fd63..5c788c646 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -32,7 +32,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
@@ -61,7 +61,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/publish-on-demand.yml
b/.github/workflows/publish-on-demand.yml
index c56183383..a112f7227 100644
--- a/.github/workflows/publish-on-demand.yml
+++ b/.github/workflows/publish-on-demand.yml
@@ -30,7 +30,7 @@ jobs:
JAVA_OPTS: -Xms2G -Xmx3G -Xss2M -XX:ReservedCodeCacheSize=256M
-Dfile.encoding=UTF-8
steps:
- name: Checkout
- uses: actions/checkout@v7
+ uses: actions/[email protected]
with:
fetch-tags: true
fetch-depth: 0
diff --git a/.github/workflows/stage-release-candidate.yml
b/.github/workflows/stage-release-candidate.yml
index 0ea2d211e..8440fd741 100644
--- a/.github/workflows/stage-release-candidate.yml
+++ b/.github/workflows/stage-release-candidate.yml
@@ -66,7 +66,7 @@ jobs:
REF: ${{ github.ref_name }}
- name: Checkout
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v5.0.1
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v5.0.1
with:
fetch-depth: 0
fetch-tags: true
@@ -141,7 +141,7 @@ jobs:
REF: ${{ github.ref_name }}
- name: Checkout
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v5.0.1
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v5.0.1
with:
fetch-depth: 0
fetch-tags: true
@@ -199,7 +199,7 @@ jobs:
REF: ${{ github.ref_name }}
- name: Checkout
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 #
v5.0.1
+ uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 #
v5.0.1
with:
fetch-depth: 0
fetch-tags: true
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]