Skip to content

Commit 074f35f

Browse files
authored
Merge branch 'main' into test/bar-chart
2 parents eafd291 + f54d1d2 commit 074f35f

File tree

6 files changed

+715
-722
lines changed

6 files changed

+715
-722
lines changed

.github/workflows/run-code-ql.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
3030

3131
- name: Initialize CodeQL
32-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8
32+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d
3333
with:
3434
languages: ${{ matrix.language }}
3535

@@ -53,6 +53,6 @@ jobs:
5353
run: pnpm install --frozen-lockfile
5454

5555
- name: Perform CodeQL analysis
56-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8
56+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d
5757
with:
5858
category: /language:${{ matrix.language }}

.github/workflows/test-schema.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,12 +64,12 @@ jobs:
6464
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
6565

6666
- name: Initialize CodeQL
67-
uses: github/codeql-action/init@4e828ff8d448a8a6e532957b1811f387a63867e8
67+
uses: github/codeql-action/init@51f77329afa6477de8c49fc9c7046c15b9a4e79d
6868
with:
6969
languages: ${{ matrix.language }}
7070

7171
- name: Perform CodeQL analysis
72-
uses: github/codeql-action/analyze@4e828ff8d448a8a6e532957b1811f387a63867e8
72+
uses: github/codeql-action/analyze@51f77329afa6477de8c49fc9c7046c15b9a4e79d
7373
with:
7474
category: /language:${{ matrix.language }}
7575

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repos:
1010
exclude: (.github|pnpm-lock.yaml)
1111

1212
- repo: https://github.com/astral-sh/ruff-pre-commit
13-
rev: v0.12.5
13+
rev: v0.12.7
1414
hooks:
1515
- id: ruff
1616
args:

0 commit comments

Comments
 (0)