This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git
The following commit(s) were added to refs/heads/master by this push:
new b05594d6 Bump actions/checkout from 4.1.7 to 4.2.0 (#396)
b05594d6 is described below
commit b05594d6c5eb4f4a222731a5850ecf41cccb4a2b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 4 08:19:11 2024 -0400
Bump actions/checkout from 4.1.7 to 4.2.0 (#396)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to
4.2.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/692973e3d937129bcbf40652eb9f2f61becf3332...d632683dd7b4114ad314bca15554477dd762a938)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/benchmarkadhoc.yml | 2 +-
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/dependency-review.yml | 2 +-
.github/workflows/docker_images.yml | 2 +-
.github/workflows/maven.yml | 2 +-
.github/workflows/maven_adhoc.yml | 2 +-
.github/workflows/maven_crosstest.yml | 8 ++++----
.github/workflows/scorecards-analysis.yml | 2 +-
8 files changed, 11 insertions(+), 11 deletions(-)
diff --git a/.github/workflows/benchmarkadhoc.yml
b/.github/workflows/benchmarkadhoc.yml
index bc5d991b..dc83cb6e 100644
--- a/.github/workflows/benchmarkadhoc.yml
+++ b/.github/workflows/benchmarkadhoc.yml
@@ -37,7 +37,7 @@ jobs:
fail-fast: false
steps:
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 25ee688e..8d92007b 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -54,7 +54,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
diff --git a/.github/workflows/dependency-review.yml
b/.github/workflows/dependency-review.yml
index 173a3f1a..13f691e2 100644
--- a/.github/workflows/dependency-review.yml
+++ b/.github/workflows/dependency-review.yml
@@ -26,7 +26,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
- name: 'Dependency Review PR'
uses:
actions/dependency-review-action@5a2ce3f5b92ee19cbb1541a4984c76d921601d7c #
v4.3.4
with:
diff --git a/.github/workflows/docker_images.yml
b/.github/workflows/docker_images.yml
index 698b55d2..b6cf5527 100644
--- a/.github/workflows/docker_images.yml
+++ b/.github/workflows/docker_images.yml
@@ -39,7 +39,7 @@ jobs:
run: |
echo "IMAGE_PREFIX=$(echo ${{ env.REGISTRY }}/${{ github.repository
}} | tr '[A-Z]' '[a-z]')" >>$GITHUB_ENV
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
- name: Set up QEMU
uses:
docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
- name: Set up Docker Buildx
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 3908a41d..546e07a7 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -86,7 +86,7 @@ jobs:
steps:
- name: Checkout code
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- name: Maven cache
diff --git a/.github/workflows/maven_adhoc.yml
b/.github/workflows/maven_adhoc.yml
index e5a767c5..81024a5d 100644
--- a/.github/workflows/maven_adhoc.yml
+++ b/.github/workflows/maven_adhoc.yml
@@ -45,7 +45,7 @@ jobs:
- name: OpenSSL version
run: openssl version -a
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
persist-credentials: false
- name: Set up JDK ${{ matrix.java }}
diff --git a/.github/workflows/maven_crosstest.yml
b/.github/workflows/maven_crosstest.yml
index 78ac5f8c..a6ac96f4 100644
--- a/.github/workflows/maven_crosstest.yml
+++ b/.github/workflows/maven_crosstest.yml
@@ -71,7 +71,7 @@ jobs:
needs: cleanup
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
with:
persist-credentials: false
- uses:
docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
@@ -96,7 +96,7 @@ jobs:
needs: build-cross-linux
runs-on: macos-13 # macos-14 does not have Java 8
steps:
- - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
with:
persist-credentials: false
- name: Set up JDK
@@ -172,7 +172,7 @@ jobs:
expectedPath: Windows/x86_64
steps:
- name: Checkout code
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
with:
persist-credentials: false
- name: Retrieve saved target tree
@@ -215,7 +215,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
with:
persist-credentials: false
- name: Docker setup QEMU
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
index 252b3acd..f04a1607 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -43,7 +43,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 #
v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 #
v4.2.0
with:
persist-credentials: false