This is an automated email from the ASF dual-hosted git repository.
kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-codec.git
The following commit(s) were added to refs/heads/master by this push:
new 17a24961 Bump actions/checkout from 3.0.2 to 3.1.0
17a24961 is described below
commit 17a24961b5ea15afde315945dcf2c5eb7e71ad7a
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Oct 7 15:01:27 2022 +0000
Bump actions/checkout from 3.0.2 to 3.1.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.0.2 to
3.1.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/v3.0.2...93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/codeql-analysis.yml | 2 +-
.github/workflows/coverage.yml | 2 +-
.github/workflows/maven.yml | 2 +-
.github/workflows/scorecards-analysis.yml | 2 +-
src/changes/changes.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/.github/workflows/codeql-analysis.yml
b/.github/workflows/codeql-analysis.yml
index 17986275..1f4d9920 100644
--- a/.github/workflows/codeql-analysis.yml
+++ b/.github/workflows/codeql-analysis.yml
@@ -42,7 +42,7 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/[email protected]
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml
index 1a410888..b577663c 100644
--- a/.github/workflows/coverage.yml
+++ b/.github/workflows/coverage.yml
@@ -29,7 +29,7 @@ jobs:
java: [ 8 ]
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 9e69f0d2..57977114 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -34,7 +34,7 @@ jobs:
# experimental: true
steps:
- - uses: actions/[email protected]
+ - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
- uses: actions/[email protected]
with:
path: ~/.m2/repository
diff --git a/.github/workflows/scorecards-analysis.yml
b/.github/workflows/scorecards-analysis.yml
index abd69927..eac7fa5d 100644
--- a/.github/workflows/scorecards-analysis.yml
+++ b/.github/workflows/scorecards-analysis.yml
@@ -38,7 +38,7 @@ jobs:
steps:
- name: "Checkout code"
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b #
3.0.2
+ uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 #
3.0.2
with:
persist-credentials: false
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 72fdb548..6ea2deec 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
<!-- UPDATE -->
<action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.9 #75,
#99, #119, #138, #149.</action>
<action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3.5.1
#60, #62, #121.</action>
- <action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump actions/checkout from 2.3.2 to 3.0.2
#65, #98, #114.</action>
+ <action dev="ggregory" type="update"
due-to="Dependabot, Gary Gregory">Bump actions/checkout from 2.3.2 to 3.1.0
#65, #98, #114, #153.</action>
<action dev="ggregory" type="update"
due-to="Dependabot">Bump commons-parent from 52 to 54, #147.</action>
<action issue="CODEC-285" dev="ggregory" type="update"
due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.9.1 #76, #39,
#140, #148.</action>
<action dev="ggregory" type="update" due-to="Gary
Gregory">Bump Java 7 to 8.</action>