Skip to content

Commit b414cf2

Browse files
dependabot[bot]neilime
authored andcommitted
chore(deps): bump super-linter/super-linter
Bumps the docker-dependencies group with 1 update: [super-linter/super-linter](https://github.com/super-linter/super-linter). Updates `super-linter/super-linter` from slim-v7 to slim-v8 - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@v7...v8) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: slim-v8 dependency-type: direct:production dependency-group: docker-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Emilien Escalle <emilien.escalle@escemi.com>
1 parent 29242b5 commit b414cf2

12 files changed

Lines changed: 12 additions & 14 deletions

.github/workflows/greetings.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
7777
| **Input** | **Description** | **Default** | **Type** | **Required** |
7878
| ------------------------------ | ------------------------------------------------------------------------------------------------------------------ | ------------------------------------------------------------------------------- | -------- | ------------ |
79-
| **<code>runs-on</code>** | Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]</code> | `string` | **false** |
79+
| **<code>runs-on</code>** | JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]</code> | `string` | **false** |
8080
| **<code>issue-message</code>** | Comment to post on an individual's first issue. See <https://github.com/actions/first-interaction#usage>. | <code>Hi, thank for reporting an issue, we will check it out very soon</code> | `string` | **false** |
8181
| **<code>pr-message</code>** | Comment to post on an individual's first pull request. See <https://github.com/actions/first-interaction#usage>. | <code>Hi, thank you for creating your PR, we will check it out very soon</code> | `string` | **false** |
8282

.github/workflows/greetings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ on:
1616
workflow_call:
1717
inputs:
1818
runs-on:
19-
description: "Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
19+
description: "JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
2020
type: string
2121
default: '["ubuntu-latest"]'
2222
required: false

.github/workflows/linter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
| **Input** | **Description** | **Default** | **Type** | **Required** |
9797
| --------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------- | --------- | ------------ |
98-
| **<code>runs-on</code>** | Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
98+
| **<code>runs-on</code>** | JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
9999
| **<code>linter-env</code>** | Environment variables in multilines format "key=value" to pass to the linter. See <https://github.com/super-linter/super-linter>. | <code>.github/workflows\nactions</code> | `string` | **false** |
100100
| **<code>codeql-languages</code>** | JSON array of languages to analyze with CodeQL. See <https://codeql.github.com/docs/codeql-overview/supported-languages-and-frameworks/>. Leave empty to disable the check. | <code>["actions"]</code> | `string` | **false** |
101101
| **<code>action-files</code>** | List of files or directories where GitHub Actions and workflows are located. Supports glob patterns. Leave empty to disable the check. | <code>./action.yml\n./.github/workflows/\*\*/\*.yml\n./actions/\*\*/\*.yml</code> | `string` | **false** |

.github/workflows/linter.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
workflow_call:
1111
inputs:
1212
runs-on:
13-
description: "Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
13+
description: "JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
1414
type: string
1515
required: false
1616
default: '["ubuntu-latest"]'
@@ -88,7 +88,7 @@ jobs:
8888
LOG_LEVEL: WARN
8989
DEFAULT_BRANCH: ${{ github.event.repository.default_branch }}
9090
GITHUB_TOKEN: ${{ secrets.github-token || github.token }}
91-
KUBERNETES_KUBECONFORM_OPTIONS: "--schema-location default --schema-location 'https://raw.githubusercontent.com/datreeio/CRDs-catalog/main/{{.Group}}/{{.ResourceKind}}_{{.ResourceAPIVersion}}.json'"
91+
IGNORE_GITIGNORED_FILES: "true"
9292

9393
codeql:
9494
if: ${{ inputs.codeql-languages }}

.github/workflows/need-fix-to-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
6262
| **Input** | **Description** | **Default** | **Type** | **Required** |
6363
| ---------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------- | ----------------------------- | -------- | ------------ |
64-
| **<code>runs-on</code>** | Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
64+
| **<code>runs-on</code>** | JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
6565
| **<code>manual-commit-ref</code>** | The SHA of the commit to get the diff for. | <code></code> | `string` | **false** |
6666
| **<code>manual-base-ref</code>** | By default, the commit entered above is compared to the one directly before it; to go back further, enter an earlier SHA here for. | <code></code> | `string` | **false** |
6767

.github/workflows/need-fix-to-issue.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
workflow_call:
2121
inputs:
2222
runs-on:
23-
description: "Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
23+
description: "JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
2424
type: string
2525
default: '["ubuntu-latest"]'
2626
required: false

.github/workflows/semantic-pull-request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
6666
| **Input** | **Description** | **Default** | **Type** | **Required** |
6767
| ------------------------ | ------------------------------------------------------------------------------------------------------------------ | ----------------------------- | -------- | ------------ |
68-
| **<code>runs-on</code>** | Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
68+
| **<code>runs-on</code>** | JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>. | <code>["ubuntu-latest"]<code> | `string` | **false** |
6969

7070
<!-- end inputs -->
7171

.github/workflows/semantic-pull-request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
workflow_call:
1818
inputs:
1919
runs-on:
20-
description: "Json array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
20+
description: "JSON array of runner(s) to use. See <https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job>."
2121
required: false
2222
type: string
2323
default: '["ubuntu-latest"]'

.github/workflows/stale.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
7171
| **Input** | **Description** | **Default** | **Required** |
7272
| ------------------------------------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------- | ------------ |
73-
| **<code>runs-on</code>** | Json array of runner(s) to use. See [https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job](https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job) | <code>["ubuntu-latest"]</code> | **false** |
73+
| **<code>runs-on</code>** | JSON array of runner(s) to use. See [https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job](https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job) | <code>["ubuntu-latest"]</code> | **false** |
7474
| **<code>stale-issue-message</code>** | Comment on the staled issues. See [https://github.com/actions/stale#stale-issue-message](https://github.com/actions/stale#stale-issue-message) | <code>This issue is stale</code> | **false** |
7575
| **<code>stale-pr-message</code>** | Comment on the staled PRs. See [https://github.com/actions/stale#stale-pr-message](https://github.com/actions/stale#stale-pr-message) | <code>This PR is stale</code> | **false** |
7676
| **<code>stale-issue-label</code>** | Label to apply on staled issues. See [https://github.com/actions/stale#stale-issue-label](https://github.com/actions/stale#stale-issue-label) | <code>no-issue-activity</code> | **false** |

.github/workflows/stale.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
workflow_call:
1313
inputs:
1414
runs-on:
15-
description: "Json array of runner(s) to use. See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"
15+
description: "JSON array of runner(s) to use. See https://docs.github.com/en/actions/using-jobs/choosing-the-runner-for-a-job"
1616
type: string
1717
default: '["ubuntu-latest"]'
1818
required: false

0 commit comments

Comments
 (0)