Skip to content

Commit 72d0db3

Browse files
Merge branch 'main' into dependabot/docker/csv/alpine-3.22.2
2 parents 9cf67e4 + ab6652d commit 72d0db3

3 files changed

Lines changed: 8 additions & 1 deletion

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/osv-scanner.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ jobs:
3232
contents: read
3333
# Required to read the code
3434
actions: read
35-
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@90b209d0ea55cea1da9fc0c4e65782cc6acb6e2e" # v2.2.2
35+
uses: "google/osv-scanner-action/.github/workflows/osv-scanner-reusable.yml@e92b5d07338d4f0ba0981dffed17c48976ca4730" # v2.2.3

.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)