File tree Expand file tree Collapse file tree 1 file changed +12
-12
lines changed
Expand file tree Collapse file tree 1 file changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -100,18 +100,18 @@ jobs:
100100
101101 # Checkout the repository:
102102 - name : ' Checkout repository'
103- # Pin action to full length commit SHA corresponding to v4.1.0
104- uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
105- with :
106- # Specify whether to remove untracked files before checking out the repository:
107- clean : false
108-
109- # Limit clone depth to the most recent 100 commits:
110- fetch-depth : 100
111-
112- # Specify whether to download Git-LFS files:
113- lfs : false
114- timeout-minutes : 10
103+ # Pin action to full length commit SHA corresponding to v4.1.0
104+ uses : actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
105+ with :
106+ # Specify whether to remove untracked files before checking out the repository:
107+ clean : false
108+
109+ # Limit clone depth to the most recent 100 commits:
110+ fetch-depth : 100
111+
112+ # Specify whether to download Git-LFS files:
113+ lfs : false
114+ timeout-minutes : 10
115115
116116 # Initialize CodeQL tools for scanning:
117117 - name : ' Initialize CodeQL'
You can’t perform that action at this time.
0 commit comments