Skip to content

Commit a443415

Browse files
authored
Merge branch 'main' into dependabot/github_actions/super-linter/super-linter-8.2.0
2 parents b3dd647 + 294d686 commit a443415

5 files changed

Lines changed: 10 additions & 3 deletions

File tree

.biome.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"formatter": {
3+
"indentStyle": "space",
4+
"indentWidth": 2
5+
}
6+
}

.github/workflows/devskim.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
with:
3737
should-scan-archives: true
3838
- name: Upload DevSkim scan results to GitHub Security tab
39-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
39+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4040
with:
4141
sarif_file: devskim-results.sarif

.github/workflows/msdo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,6 @@ jobs:
3333
id: scan
3434
uses: microsoft/security-devops-action@08976cb623803b1b36d7112d4ff9f59eae704de0 # v1.12.0
3535
- name: Upload MSDO scan results to GitHub Security tab
36-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
36+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
3737
with:
3838
sarif_file: ${{ steps.scan.outputs.sarifFile }}

.github/workflows/scorecards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ jobs:
3636
results_format: sarif
3737
publish_results: true
3838
- name: "Upload to code-scanning"
39-
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.29.5
39+
uses: github/codeql-action/upload-sarif@192325c86100d080feab897ff886c34abd4c83a3 # v3.30.3
4040
with:
4141
sarif_file: scorecards-results.sarif

.github/workflows/super-linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ jobs:
6969
LINTER_RULES_PATH: .
7070
DEFAULT_BRANCH: main
7171
ENFORCE_COMMITLINT_CONFIGURATION_CHECK: true
72+
BIOME_CONFIG_PATH: .biome.json
7273
GITHUB_ACTIONS_ZIZMOR_CONFIG_FILE: .zizmor.yml
7374
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7475
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)