Skip to content

Commit 2e5fe67

Browse files
authored
Merge pull request #655 from validatedpatterns/dependabot/github_actions/super-linter/super-linter-8.6.0
Bump super-linter/super-linter from 8.2.1 to 8.6.0
2 parents e4df346 + fd4b173 commit 2e5fe67

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/linters/.codespellrc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[codespell]
2+
ignore-words-list = ans

.github/workflows/pattern-sh-ci.yml

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

2626
steps:
2727
- name: Checkout Repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2929
with:
3030
persist-credentials: false
3131

.github/workflows/superlinter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
steps:
1616
- name: Checkout Code
17-
uses: actions/checkout@v6
17+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
1818
with:
1919
# Full git history is needed to get a proper list of changed files within `super-linter`
2020
fetch-depth: 0
@@ -24,7 +24,7 @@ jobs:
2424
# Run Linter against code base #
2525
################################
2626
- name: Lint Code Base
27-
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
27+
uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 # v8.6.0
2828
env:
2929
VALIDATE_ALL_CODEBASE: true
3030
DEFAULT_BRANCH: main

scripts/determine-main-clustergroup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ fi
99
CGNAME=$(yq '.main.clusterGroupName' "$PATTERN_DIR/values-global.yaml")
1010

1111
if [ -z "$CGNAME" ] || [ "$CGNAME" == "null" ]; then
12-
echo "Error - cannot detrmine clusterGroupName"
12+
echo "Error - cannot determine clusterGroupName"
1313
exit 1
1414
fi
1515

scripts/manage-secret-app.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ case "$STATE" in
4141
;;
4242
"absent")
4343
common/scripts/manage-secret-namespace.sh "$NAMESPACE" "$STATE"
44-
echo "Removing application wth chart location $CHART_LOCATION"
44+
echo "Removing application with chart location $CHART_LOCATION"
4545
yq -i "del(.clusterGroup.applications[] | select(.chart == \"$CHART_NAME\"))" "$MAIN_CLUSTERGROUP_FILE"
4646
;;
4747
*)

0 commit comments

Comments
 (0)