Skip to content

Commit 53c0512

Browse files
committed
2 parents a4c0b2b + 408d9db commit 53c0512

5 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@v3.0.2
49-
- uses: actions/cache@v3.0.9
48+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
49+
- uses: actions/cache@v3.0.10
5050
with:
5151
path: ~/.m2/repository
5252
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/coverage.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
java: [ 8 ]
3030

3131
steps:
32-
- uses: actions/checkout@v3.0.2
33-
- uses: actions/cache@v3.0.9
32+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
33+
- uses: actions/cache@v3.0.10
3434
with:
3535
path: ~/.m2/repository
3636
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ jobs:
3434
# experimental: true
3535

3636
steps:
37-
- uses: actions/checkout@v3.0.2
38-
- uses: actions/cache@v3.0.9
37+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
38+
- uses: actions/cache@v3.0.10
3939
with:
4040
path: ~/.m2/repository
4141
key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
steps:
3939

4040
- name: "Checkout code"
41-
uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # 3.0.2
41+
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # 3.0.2
4242
with:
4343
persist-credentials: false
4444

src/changes/changes.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ The <action> type attribute can be add,update,fix,remove.
5757
<action issue="CODEC-296" dev="mattsicker" type="add" due-to="Matt Sicker">Add support for Blake3 family of hashes.</action>
5858
<action dev="ggregory" type="add">Add github/codeql-action.</action>
5959
<!-- UPDATE -->
60-
<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>
60+
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">Bump actions/cache from v2 to v3.0.10 #75, #99, #119, #138, #149, #152.</action>
6161
<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>
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>
62+
<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>
6363
<action dev="ggregory" type="update" due-to="Dependabot">Bump commons-parent from 52 to 54, #147.</action>
6464
<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>
6565
<action dev="ggregory" type="update" due-to="Gary Gregory">Bump Java 7 to 8.</action>

0 commit comments

Comments
 (0)