Skip to content

Commit ca913d3

Browse files
committed
Fix zizmore issues
1 parent 731fe8c commit ca913d3

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ updates:
66
directory: "/"
77
schedule:
88
interval: "weekly"
9+
cooldown:
10+
default-days-until-reopen: 7
911

.github/workflows/ansible-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
# Important: This sets up your GITHUB_WORKSPACE environment variable
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1414
with:
1515
persist-credentials: false
1616

.github/workflows/jsonschema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
persist-credentials: false
2121

2222
- name: Set up Python ${{ matrix.python-version }}
23-
uses: actions/setup-python@v6
23+
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
2424
with:
2525
python-version: ${{ matrix.python-version }}
2626

.github/workflows/superlinter.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Checkout Code
18-
uses: actions/checkout@v6
18+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1919
with:
2020
# Full git history is needed to get a proper list of changed files within `super-linter`
2121
fetch-depth: 0
@@ -40,6 +40,9 @@ jobs:
4040
VALIDATE_PYTHON_PYLINT: false
4141
VALIDATE_SHELL_SHFMT: false
4242
VALIDATE_YAML: false
43+
VALIDATE_KUBERNETES_KUBECONFORM: false
44+
VALIDATE_PYTHON_RUFF_FORMAT: false
45+
VALIDATE_SPELL_CODESPELL: false
4346
VALIDATE_YAML_PRETTIER: false
4447
# VALIDATE_DOCKERFILE_HADOLINT: false
4548
# VALIDATE_MARKDOWN: false

.github/workflows/sync-rhdp-branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818
pull-requests: write
1919
steps:
2020
- name: Checkout
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2222
with:
2323
persist-credentials: false
2424
- name: Set up Node
25-
uses: actions/setup-node@v6
25+
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6
2626
with:
2727
node-version: 20
2828
- name: Opening pull request

.github/workflows/update-metadata.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ on:
1313

1414
jobs:
1515
update-metadata:
16-
uses: validatedpatterns/docs/.github/workflows/metadata-docs.yml@main
16+
uses: validatedpatterns/docs/.github/workflows/metadata-docs.yml@main # zizmor: ignore[unpinned-uses]
1717
permissions: # Workflow-level permissions
1818
contents: read # Required for "read-all"
1919
packages: write # Allows writing to packages

0 commit comments

Comments
 (0)