File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 27
27
# Steps represent a sequence of tasks that will be executed as part of the job
28
28
steps :
29
29
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
30
+ - uses : actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
31
31
with :
32
32
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
33
33
- name : Install dependencies
Original file line number Diff line number Diff line change 20
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
21
steps :
22
22
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
23
- - uses : actions/checkout@8e5e7e5ab8b370d6c329ec480221332ada57f0ab
23
+ - uses : actions/checkout@8459bc0c7e3759cdf591f513d9f141a95fef0a8f
24
24
with :
25
25
fetch-depth : 0 # Shallow clones should be disabled for a better relevancy of analysis
26
26
- name : Install dependencies
You can’t perform that action at this time.
0 commit comments