File tree Expand file tree Collapse file tree 2 files changed +136
-109
lines changed
Expand file tree Collapse file tree 2 files changed +136
-109
lines changed Original file line number Diff line number Diff line change 22# SPDX-FileCopyrightText: (C) 2025 Intel Corporation
33# SPDX-License-Identifier: Apache-2.0
44
5- name : ' Build Documentation'
5+ name : " Build Documentation"
66
7- on : # yamllint disable-line rule:truthy rule:line-length
7+ on : # yamllint disable-line rule:truthy rule:line-length
88 workflow_call :
99 inputs :
1010 docs_directory :
@@ -33,14 +33,13 @@ permissions:
3333jobs :
3434 build-documentation :
3535 permissions :
36- contents : read # minimal privilege required
36+ contents : read # minimal privilege required
3737 runs-on : ubuntu-latest
3838 env :
3939 DOCS_DIR : ${{ inputs.docs_directory }}
4040 steps :
41-
4241 - name : Checkout code
43- uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 .0.0
42+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
4443 with :
4544 # Fetch all history, otherwise sporadic issue with missing tags
4645 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments