Skip to content

Commit 9e0ae7e

Browse files
committed
Bump actions/checkout from 3 to 3.0.2.
1 parent 19d6a90 commit 9e0ae7e

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242

4343
steps:
4444
- name: Checkout repository
45-
uses: actions/checkout@v3
45+
uses: actions/checkout@v3.0.2
4646

4747
# Initializes the CodeQL tools for scanning.
4848
- name: Initialize CodeQL

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java: [ 8 ]
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v3.0.2
3333
- uses: actions/cache@v3.0.8
3434
with:
3535
path: ~/.m2/repository

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
# experimental: true
3535

3636
steps:
37-
- uses: actions/checkout@v3
37+
- uses: actions/checkout@v3.0.2
3838
- uses: actions/cache@v3.0.8
3939
with:
4040
path: ~/.m2/repository

src/changes/changes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The <action> type attribute can be add,update,fix,remove.
5959
<!-- UPDATE -->
6060
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.8 #75, #99, #119, #138.</action>
6161
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/setup-java from v1.4.1 to 3 #60, #62, #121.</action>
62-
<action dev="ggregory" type="update" due-to="Dependabot">Bump actions/checkout from 2.3.2 to 3 #65, #98, #114.</action>
62+
<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>
6363
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons-parent from 52 to 53.</action>
6464
<action issue="CODEC-285" dev="ggregory" type="update" due-to="Dependabot, John Patrick">Bump junit from 4.13.1 to 5.9.0 #76, #39, #140.</action>
6565
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 7 to 8.</action>

0 commit comments

Comments
 (0)