Skip to content

Commit c02caf8

Browse files
Bump super-linter/super-linter from 6 to 8 (#467)
* Bump super-linter/super-linter from 6 to 8 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 8. - [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@v6...v8) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * Prettier format --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 5fa2cae commit c02caf8

File tree

14 files changed

+81
-80
lines changed

14 files changed

+81
-80
lines changed

.github/dependabot.yml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,33 +1,33 @@
11
version: 2
22

33
updates:
4-
- package-ecosystem: "npm"
5-
directory: "/"
6-
schedule:
7-
interval: weekly
8-
open-pull-requests-limit: 50
9-
assignees:
10-
- "guibranco"
11-
reviewers:
12-
- "guibranco"
13-
labels:
14-
- "npm"
15-
- "javascript"
16-
- "dependencies"
17-
groups:
18-
TSESLint:
19-
patterns:
20-
- "*typescript-eslint*"
4+
- package-ecosystem: 'npm'
5+
directory: '/'
6+
schedule:
7+
interval: weekly
8+
open-pull-requests-limit: 50
9+
assignees:
10+
- 'guibranco'
11+
reviewers:
12+
- 'guibranco'
13+
labels:
14+
- 'npm'
15+
- 'javascript'
16+
- 'dependencies'
17+
groups:
18+
TSESLint:
19+
patterns:
20+
- '*typescript-eslint*'
2121

22-
- package-ecosystem: "github-actions"
23-
directory: "/"
24-
schedule:
25-
interval: weekly
26-
open-pull-requests-limit: 50
27-
assignees:
28-
- "guibranco"
29-
reviewers:
30-
- "guibranco"
31-
labels:
32-
- "github-actions"
33-
- "dependencies"
22+
- package-ecosystem: 'github-actions'
23+
directory: '/'
24+
schedule:
25+
interval: weekly
26+
open-pull-requests-limit: 50
27+
assignees:
28+
- 'guibranco'
29+
reviewers:
30+
- 'guibranco'
31+
labels:
32+
- 'github-actions'
33+
- 'dependencies'

.github/linters/.yaml-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ rules:
77
level: warning
88
max: 80
99
allow-non-breakable-words: true
10-
allow-non-breakable-inline-mappings: true
10+
allow-non-breakable-inline-mappings: true

.github/linters/eslint.config.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import jest from 'eslint-plugin-jest'
2-
import githubPlugin from 'eslint-plugin-github';
3-
import prettierPlugin from 'eslint-plugin-prettier';
2+
import githubPlugin from 'eslint-plugin-github'
3+
import prettierPlugin from 'eslint-plugin-prettier'
44
import typescriptEslint from '@typescript-eslint/eslint-plugin'
55
import globals from 'globals'
66
import tsParser from '@typescript-eslint/parser'
@@ -33,7 +33,7 @@ export default [
3333
'eslint:recommended',
3434
'plugin:@typescript-eslint/eslint-recommended',
3535
'plugin:@typescript-eslint/recommended',
36-
'plugin:jest/recommended',
36+
'plugin:jest/recommended'
3737
),
3838
{
3939
plugins: {
@@ -47,7 +47,7 @@ export default [
4747
...globals.jest,
4848
Atomics: 'readonly',
4949
SharedArrayBuffer: 'readonly',
50-
BufferEncoding: 'readonly',
50+
BufferEncoding: 'readonly'
5151
},
5252

5353
parser: tsParser,

.github/linters/tsconfig.json

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
"compilerOptions": {
55
"noEmit": true
66
},
7-
"include": [
8-
"../../__tests__/**/*",
9-
"../../src/**/*"
10-
],
11-
"exclude": [
12-
"../../dist",
13-
"../../node_modules",
14-
"../../coverage",
15-
"*.json"
16-
]
17-
}
7+
"include": ["../../__tests__/**/*", "../../src/**/*"],
8+
"exclude": ["../../dist", "../../node_modules", "../../coverage", "*.json"]
9+
}

.github/workflows/ci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: test-action
5656
uses: ./
5757
with:
58-
path: "README.md"
58+
path: 'README.md'
5959

6060
- name: Print Output
6161
id: output
@@ -67,7 +67,6 @@ jobs:
6767
runs-on: ubuntu-latest
6868
if: github.event_name != 'pull_request'
6969
steps:
70-
7170
- name: Checkout
7271
uses: actions/checkout@v4
7372
with:
@@ -76,7 +75,7 @@ jobs:
7675
- name: Install GitVersion
7776
uses: gittools/actions/gitversion/setup@v4
7877
with:
79-
versionSpec: "6.x"
78+
versionSpec: '6.x'
8079

8180
- name: Determine Version
8281
id: gitversion
@@ -92,4 +91,6 @@ jobs:
9291
tag: v${{ steps.gitversion.outputs.semVer }}
9392
name: Release v${{ steps.gitversion.outputs.semVer }}
9493
generateReleaseNotes: true
95-
body: Release ${{ steps.gitversion.outputs.semVer }} of ${{ github.event.repository.name }}
94+
body:
95+
Release ${{ steps.gitversion.outputs.semVer }} of ${{
96+
github.event.repository.name }}

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ jobs:
4545

4646
- name: Perform CodeQL Analysis
4747
id: analyze
48-
uses: github/codeql-action/analyze@v3
48+
uses: github/codeql-action/analyze@v3

.github/workflows/linter.yml

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

3939
- name: Lint Code Base
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v6
41+
uses: super-linter/super-linter/slim@v8
4242
env:
4343
DEFAULT_BRANCH: main
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/size-label.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@ jobs:
1414
pull-requests: write
1515

1616
steps:
17-
1817
- name: size-label
19-
uses: "pascalgn/[email protected]"
18+
uses: 'pascalgn/[email protected]'
2019
env:
21-
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
20+
GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'

.prettierrc.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@
1313
"proseWrap": "always",
1414
"htmlWhitespaceSensitivity": "css",
1515
"endOfLine": "lf"
16-
}
16+
}

.vscode/settings.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"sonarlint.connectedMode.project": {
3-
"connectionId": "guibranco",
4-
"projectKey": "guibranco_github-file-reader-action-v2"
5-
}
6-
}
2+
"sonarlint.connectedMode.project": {
3+
"connectionId": "guibranco",
4+
"projectKey": "guibranco_github-file-reader-action-v2"
5+
}
6+
}

0 commit comments

Comments
 (0)