Skip to content

Commit 4c0a40c

Browse files
authored
Merge pull request #565 from validatedpatterns/dependabot/github_actions/super-linter/super-linter-8.5.0
build(deps): bump super-linter/super-linter from 8.1.0 to 8.5.0
2 parents aaf2f09 + 9f74891 commit 4c0a40c

6 files changed

Lines changed: 13 additions & 9 deletions

File tree

.github/dependabot.yml

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

.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: 5 additions & 2 deletions
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
@@ -25,7 +25,7 @@ jobs:
2525
# Run Linter against code base #
2626
################################
2727
- name: Lint Code Base
28-
uses: super-linter/super-linter/slim@ffde3b2b33b745cb612d787f669ef9442b1339a6 # v8.1.0
28+
uses: super-linter/super-linter/slim@61abc07d755095a68f4987d1c2c3d1d64408f1f9 # v8.5.0
2929
env:
3030
VALIDATE_ALL_CODEBASE: true
3131
DEFAULT_BRANCH: main
@@ -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)