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