Skip to content

Commit 2b7b05d

Browse files
committed
build: fix indentation
1 parent 9d4453e commit 2b7b05d

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflows/codeql.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)