This repository was archived by the owner on Sep 2, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 9
9
10
10
steps :
11
11
# ...
12
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
12
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
13
13
- name : Set up JDK 17
14
14
uses : actions/setup-java@v3
15
15
with :
Original file line number Diff line number Diff line change 38
38
# Steps represent a sequence of tasks that will be executed as part of the job
39
39
steps :
40
40
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
41
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
41
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
42
42
43
43
# Gets the download URL associated with the $DETEKT_RELEASE_TAG
44
44
- name : Get Detekt download URL
Original file line number Diff line number Diff line change 12
12
13
13
steps :
14
14
# ...
15
- - uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4
15
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
16
16
- name : Set up JDK 17
17
17
uses : actions/setup-java@v3
18
18
with :
You can’t perform that action at this time.
0 commit comments