Skip to content

Commit 9120eea

Browse files
[DOCS] linting of the workflow yaml (#1881)
1 parent 12ddf07 commit 9120eea

File tree

2 files changed

+136
-109
lines changed

2 files changed

+136
-109
lines changed

.github/workflows/docs-reusable-workflow.yaml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
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:
3333
jobs:
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

0 commit comments

Comments
 (0)