Skip to content

Commit 17aba0d

Browse files
authored
deps: Update dependencies for github (#198)
1 parent 8ae8acf commit 17aba0d

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/ci.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
matrix:
3636
java: [8, 11, 17]
3737
steps:
38-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
38+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3939
with:
4040
ref: ${{ github.event.pull_request.head.sha }}
4141
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -52,7 +52,7 @@ jobs:
5252
steps:
5353
- name: Support longpaths
5454
run: git config --system core.longpaths true
55-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
55+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5656
with:
5757
ref: ${{ github.event.pull_request.head.sha }}
5858
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -70,7 +70,7 @@ jobs:
7070
matrix:
7171
java: [8, 11, 17]
7272
steps:
73-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
73+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
7474
with:
7575
ref: ${{ github.event.pull_request.head.sha }}
7676
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -83,7 +83,7 @@ jobs:
8383
lint:
8484
runs-on: ubuntu-latest
8585
steps:
86-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
86+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
8787
with:
8888
ref: ${{ github.event.pull_request.head.sha }}
8989
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -98,7 +98,7 @@ jobs:
9898
clirr:
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
101+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
102102
with:
103103
ref: ${{ github.event.pull_request.head.sha }}
104104
repository: ${{ github.event.pull_request.head.repo.full_name }}
@@ -215,7 +215,7 @@ jobs:
215215
}
216216
217217
- name: Checkout code
218-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
218+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
219219
with:
220220
ref: ${{ github.event.pull_request.head.sha }}
221221
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/codeql.yml

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

4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
51+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
5252
with:
5353
ref: ${{ github.event.pull_request.head.sha }}
5454
repository: ${{ github.event.pull_request.head.repo.full_name }}

.github/workflows/labels.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
issues: write
2929
pull-requests: write
3030
steps:
31-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
31+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3232
- uses: micnncim/action-label-syncer@3abd5ab72fda571e69fffd97bd4e0033dd5f495c # v1.3.0
3333
env:
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/samples.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
checkstyle:
2525
runs-on: ubuntu-latest
2626
steps:
27-
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
27+
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
2828
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # v3
2929
with:
3030
distribution: zulu

.github/workflows/scorecard.yml

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

3636
steps:
3737
- name: "Checkout code"
38-
uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4.0.0
38+
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
3939
with:
4040
persist-credentials: false
4141

0 commit comments

Comments
 (0)