Bump actions/checkout from 3 to 3.0.2.
This commit is contained in:
2
.github/workflows/codeql-analysis.yml
vendored
2
.github/workflows/codeql-analysis.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3.0.2
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
- name: Initialize CodeQL
|
- name: Initialize CodeQL
|
||||||
|
|||||||
2
.github/workflows/coverage.yml
vendored
2
.github/workflows/coverage.yml
vendored
@@ -29,7 +29,7 @@ jobs:
|
|||||||
java: [ 8 ]
|
java: [ 8 ]
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3.0.2
|
||||||
- uses: actions/cache@v3.0.8
|
- uses: actions/cache@v3.0.8
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
|
|||||||
2
.github/workflows/maven.yml
vendored
2
.github/workflows/maven.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
|||||||
# experimental: true
|
# experimental: true
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3.0.2
|
||||||
- uses: actions/cache@v3.0.8
|
- uses: actions/cache@v3.0.8
|
||||||
with:
|
with:
|
||||||
path: ~/.m2/repository
|
path: ~/.m2/repository
|
||||||
|
|||||||
@@ -70,8 +70,8 @@ The <action> type attribute can be add,update,fix,remove.
|
|||||||
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump actions/cache from 2 to 3.0.8 #50, #77, #95, #98.
|
Bump actions/cache from 2 to 3.0.8 #50, #77, #95, #98.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Dependabot">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump actions/checkout from 2.3.1 to 3, #24, #63, #75.
|
Bump actions/checkout from 2.3.1 to 3.0.2, #24, #63, #75.
|
||||||
</action>
|
</action>
|
||||||
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
<action dev="ggregory" type="update" due-to="Dependabot, Gary Gregory">
|
||||||
Bump actions/setup-java from 1.4.0 to 3, #21.
|
Bump actions/setup-java from 1.4.0 to 3, #21.
|
||||||
|
|||||||
Reference in New Issue
Block a user