File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 36
36
# https://docs.github.com/en/free-pro-team@latest/github/finding-security-vulnerabilities-and-errors-in-your-code/configuring-code-scanning#changing-the-languages-that-are-analyzed
37
37
steps :
38
38
- name : Checkout repository
39
- uses : actions/checkout@v3
39
+ uses : actions/checkout@v4
40
40
41
41
# Initializes the CodeQL tools for scanning.
42
42
- name : Initialize CodeQL
Original file line number Diff line number Diff line change 28
28
runs-on : ubuntu-latest
29
29
steps :
30
30
- name : Checkout project
31
- uses : actions/checkout@v3
31
+ uses : actions/checkout@v4
32
32
with :
33
33
fetch-depth : 0
34
34
- name : Set up Python
73
73
experimental : true
74
74
steps :
75
75
- name : Checkout the source code
76
- uses : actions/checkout@v3
76
+ uses : actions/checkout@v4
77
77
with :
78
78
fetch-depth : 0
79
79
- name : Setup java
@@ -129,7 +129,7 @@ jobs:
129
129
- " 2.6.0"
130
130
steps :
131
131
- name : Checkout the source code
132
- uses : actions/checkout@v3
132
+ uses : actions/checkout@v4
133
133
with :
134
134
fetch-depth : 0
135
135
- name : Setup java
You can’t perform that action at this time.
0 commit comments