Skip to content

Commit e9774d3

Browse files
authored
Merge pull request #367 from apache/dependabot/github_actions/actions/checkout-4.1.1
Bump actions/checkout from 4.1.0 to 4.1.1
2 parents 77ca7a2 + 6a89929 commit e9774d3

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
@@ -45,7 +45,7 @@ jobs:
4545

4646
steps:
4747
- name: Checkout repository
48-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
48+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
4949
with:
5050
persist-credentials: false
5151
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2

.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@8ade135a41bc03ea155e62e844d188df1ea18608
32+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3333
with:
3434
persist-credentials: false
3535
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2

.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@8ade135a41bc03ea155e62e844d188df1ea18608
37+
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
3838
with:
3939
persist-credentials: false
4040
- uses: actions/cache@704facf57e6136b1bc63b828d79edcd491f0ee84 # v3.3.2

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
steps:
4141

4242
- name: "Checkout code"
43-
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # 4.1.0
43+
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
4444
with:
4545
persist-credentials: false
4646

0 commit comments

Comments
 (0)