File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 46
46
47
47
steps :
48
48
- name : Checkout repository
49
- uses : actions/checkout@v3
49
+ uses : actions/checkout@v4
50
50
51
51
- name : set up jdk 17
52
52
uses : actions/setup-java@v3
55
55
java-version : ' 17'
56
56
57
57
- name : checkout code
58
- uses : actions/checkout@v3
58
+ uses : actions/checkout@v4
59
59
60
60
# Initializes the CodeQL tools for scanning.
61
61
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 41
41
# Steps represent a sequence of tasks that will be executed as part of the job
42
42
steps :
43
43
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
44
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
45
45
- uses : actions/setup-java@v3
46
46
with :
47
47
distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments