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 bdcbfc6 Bump actions/setup-java from 3.11.0 to 3.12.0 (#236)
bdcbfc6 is described below
commit bdcbfc6acb15b7a92a6eeef824aafabc269dffcb
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 28 07:57:53 2023 -0400
Bump actions/setup-java from 3.11.0 to 3.12.0 (#236)
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
3.11.0 to 3.12.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2...cd89f46ac9d01407894225f350157564c9c7cee2)
---
updated-dependencies:
- dependency-name: actions/setup-java
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/codeql-analysis.yml | 2 +-
.github/workflows/coverage.yml | 2 +-
.github/workflows/maven.yml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index b96ded0..e693f48 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -67,7 +67,7 @@ jobs:
# Also complains: "Corrupted channel by directly writing to native stream
in forked JVM 1"
- name: Set up JDK ${{ matrix.java }}
if: ${{ matrix.language == 'java' }}
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 #
v3.11.0
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
v3.12.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 63a3fa4..085357f 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -47,7 +47,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 #
v3.11.0
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
v3.12.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f0d2cc6..5437b41 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -62,7 +62,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@5ffc13f4174014e2d4d4572b3d74c3fa61aeb2c2 #
v3.11.0
+ uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
v3.12.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}