Skip to content

Commit ffe14cb

Browse files
authored
Merge pull request #1140 from adamralph/dependabot/github_actions/super-linter/super-linter-8.2.1
Bump super-linter/super-linter from 7.3.0 to 8.3.0
2 parents 876960b + a8e38ea commit ffe14cb

File tree

10 files changed

+21
-35
lines changed

10 files changed

+21
-35
lines changed

.cspell.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
"bootstrapper",
2121
"classlib",
2222
"codeql",
23+
"cooldown",
2324
"devcontainers",
2425
"diag",
2526
"globbing",

.devcontainer/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

.devcontainer/devcontainer.json

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/dependabot.yml

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,23 @@
11
version: 2
22
updates:
3-
- package-ecosystem: "devcontainers"
4-
directory: "/"
5-
schedule:
6-
interval: "daily"
7-
- package-ecosystem: "docker"
8-
directory: "/"
9-
schedule:
10-
interval: "daily"
113
- package-ecosystem: "dotnet-sdk"
124
directory: "/"
135
schedule:
146
interval: "daily"
7+
cooldown:
8+
default-days: 7
159
- package-ecosystem: "github-actions"
1610
directory: "/"
1711
schedule:
1812
interval: "daily"
13+
cooldown:
14+
default-days: 7
1915
- package-ecosystem: "nuget"
2016
directory: "/"
2117
schedule:
2218
interval: "daily"
19+
cooldown:
20+
default-days: 7
2321
groups:
2422
xunit:
2523
patterns:

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,8 @@ jobs:
121121
- run: dotnet --info
122122
- run: git --version
123123
- uses: actions/[email protected]
124+
with:
125+
persist-credentials: false
124126
- env:
125127
CI_NUMBER: ${{ github.run_number }}
126128
MINVER_VERSION: ${{ vars.MINVER_VERSION }}

.github/workflows/infer-sharp.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,12 @@ jobs:
1313
with:
1414
dotnet-version: '10.0.101'
1515
- uses: actions/[email protected]
16+
with:
17+
persist-credentials: false
1618
- run: dotnet build
1719
- run: ls -al
1820
- run: pwd
19-
- uses: microsoft/[email protected]
21+
- uses: microsoft/infersharpaction@b749060de518f410f92c87d37d2366e5e9d7c5fc # v1.5
2022
with:
2123
binary-path: './MinVer'
2224
- run: cat infer-out/report.txt

.github/workflows/lint.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,13 @@ jobs:
1616
with:
1717
fetch-depth: 0
1818
filter: tree:0
19-
- uses: super-linter/[email protected]
19+
persist-credentials: false
20+
- uses: super-linter/super-linter@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
2021
env:
2122
DEFAULT_BRANCH: main
2223
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
2324
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25+
VALIDATE_BIOME_FORMAT: false
2426
VALIDATE_DOTNET_SLN_FORMAT_ANALYZERS: false
2527
VALIDATE_DOTNET_SLN_FORMAT_STYLE: false
2628
VALIDATE_DOTNET_SLN_FORMAT_WHITESPACE: false

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
with:
1515
dotnet-version: 10.0.101
1616
- uses: actions/[email protected]
17+
with:
18+
persist-credentials: false
1719
- env:
1820
MINVER_VERSION: ${{ vars.MINVER_VERSION }}
1921
run: ./build build
@@ -22,4 +24,4 @@ jobs:
2224
SOURCE: ${{ secrets.NUGET_PUSH_SOURCE }}
2325
API_KEY: ${{ secrets.NUGET_PUSH_API_KEY }}
2426
if: env.SOURCE != '' || env.API_KEY != ''
25-
run: dotnet nuget push ./**/*.nupkg --source ${{ env.SOURCE }} --api-key ${{ env.API_KEY }}
27+
run: dotnet nuget push ./**/*.nupkg --source "$SOURCE" --api-key "$API_KEY"

.github/workflows/spell-check.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/[email protected]
12+
with:
13+
persist-credentials: false
1214
- run: npx [email protected] "**/*"

MinVer.sln

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
1+
22
Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio Version 16
44
VisualStudioVersion = 16.0.28922.388

0 commit comments

Comments
 (0)