Skip to content

Commit 847c036

Browse files
chore(deps): pin dependencies
| datasource | package | from | to | | ---------- | ------------------------------ | ------- | ------- | | npm | @babel/core | 7.28.0 | 7.28.0 | | npm | @grafana/eslint-config | 8.1.0 | 8.1.0 | | npm | @grafana/plugin-e2e | 2.1.7 | 2.1.7 | | npm | @grafana/tsconfig | 2.0.0 | 2.0.0 | | npm | @playwright/test | 1.54.1 | 1.54.1 | | npm | @stylistic/eslint-plugin | 5.2.2 | 5.2.2 | | npm | @swc/core | 1.13.1 | 1.13.1 | | npm | @swc/helpers | 0.5.17 | 0.5.17 | | npm | @swc/jest | 0.2.39 | 0.2.39 | | npm | @testing-library/jest-dom | 6.6.3 | 6.6.3 | | npm | @testing-library/react | 16.3.0 | 16.3.0 | | npm | @types/jest | 30.0.0 | 30.0.0 | | npm | @types/lodash | 4.17.20 | 4.17.20 | | npm | @types/node | 24.1.0 | 24.1.0 | | npm | @types/uuid | 10.0.0 | 10.0.0 | | npm | @volkovlabs/eslint-config | 2.0.0 | 2.0.0 | | npm | @volkovlabs/jest-selectors | 1.5.0 | 1.5.0 | | npm | copy-webpack-plugin | 13.0.0 | 13.0.0 | | npm | css-loader | 7.1.2 | 7.1.2 | | npm | eslint | 9.31.0 | 9.31.0 | | npm | eslint-webpack-plugin | 5.0.2 | 5.0.2 | | npm | fork-ts-checker-webpack-plugin | 9.1.0 | 9.1.0 | | npm | jest | 30.0.4 | 30.0.4 | | npm | jest-environment-jsdom | 30.0.4 | 30.0.4 | | npm | prettier | 3.6.2 | 3.6.2 | | npm | replace-in-file-webpack-plugin | 1.0.6 | 1.0.6 | | npm | sass | 1.89.2 | 1.89.2 | | npm | sass-loader | 16.0.5 | 16.0.5 | | npm | style-loader | 4.0.0 | 4.0.0 | | npm | swc-loader | 0.2.6 | 0.2.6 | | npm | ts-node | 10.9.2 | 10.9.2 | | npm | tsconfig-paths | 4.2.0 | 4.2.0 | | npm | util | 0.12.5 | 0.12.5 | | npm | webpack | 5.100.2 | 5.100.2 | | npm | webpack-cli | 6.0.1 | 6.0.1 | | npm | webpack-livereload-plugin | 3.0.2 | 3.0.2 | Signed-off-by: renovate-sh-app[bot] <219655108+renovate-sh-app[bot]@users.noreply.github.com>
1 parent 4657d25 commit 847c036

File tree

9 files changed

+166
-289
lines changed

9 files changed

+166
-289
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: '20'
2222
cache: 'npm'
@@ -64,7 +64,7 @@ jobs:
6464
echo "checksum=$(cat ./${{ steps.metadata.outputs.archive-checksum }} | cut -d' ' -f1)" >> $GITHUB_OUTPUT
6565
6666
- name: Upload coverage to Codecov
67-
uses: codecov/codecov-action@v4
67+
uses: codecov/codecov-action@b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238 # v4
6868
with:
6969
directory: ./coverage/
7070
files: ./coverage/lcov.info
@@ -73,13 +73,13 @@ jobs:
7373
fail_ci_if_error: false
7474

7575
- name: Upload artifact
76-
uses: actions/upload-artifact@v4
76+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7777
with:
7878
name: ${{ steps.metadata.outputs.archive }}
7979
path: ${{ steps.metadata.outputs.archive }}
8080

8181
- name: Upload artifact checksum
82-
uses: actions/upload-artifact@v4
82+
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
8383
with:
8484
name: ${{ steps.metadata.outputs.archive-checksum }}
8585
path: ${{ steps.metadata.outputs.archive-checksum }}

.github/workflows/codeql-analysis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ jobs:
3838

3939
steps:
4040
- name: Checkout repository
41-
uses: actions/checkout@v3
41+
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3
4242

4343
# Initializes the CodeQL tools for scanning.
4444
- name: Initialize CodeQL
45-
uses: github/codeql-action/init@v2
45+
uses: github/codeql-action/init@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
4646
with:
4747
languages: ${{ matrix.language }}
4848
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -55,7 +55,7 @@ jobs:
5555
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
5656
# If this step fails, then you should remove it and run the build manually (see below)
5757
- name: Autobuild
58-
uses: github/codeql-action/autobuild@v2
58+
uses: github/codeql-action/autobuild@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2
5959

6060
# ℹ️ Command-line programs to run using the OS shell.
6161
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -68,4 +68,4 @@ jobs:
6868
# ./location_of_script_within_repo/buildscript.sh
6969

7070
- name: Perform CodeQL Analysis
71-
uses: github/codeql-action/analyze@v2
71+
uses: github/codeql-action/analyze@b8d3b6e8af63cde30bdc382c0bc28114f4346c88 # v2

.github/workflows/e2e.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ jobs:
1313
runs-on: ubuntu-latest
1414

1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

1818
- name: Setup Node.js environment
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2020
with:
2121
node-version: '20'
2222
cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
3636
- name: Stop Grafana
3737
run: docker compose down
3838

39-
- uses: actions/upload-artifact@v4
39+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4040
if: ${{ !cancelled() }}
4141
with:
4242
name: playwright-report
@@ -47,10 +47,10 @@ jobs:
4747
runs-on: ubuntu-latest
4848

4949
steps:
50-
- uses: actions/checkout@v4
50+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
5151

5252
- name: Setup Node.js environment
53-
uses: actions/setup-node@v4
53+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
5454
with:
5555
node-version: '20'
5656
cache: 'npm'
@@ -70,7 +70,7 @@ jobs:
7070
- name: Stop Grafana
7171
run: docker compose down
7272

73-
- uses: actions/upload-artifact@v4
73+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
7474
if: ${{ !cancelled() }}
7575
with:
7676
name: playwright-report-dependency

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222

2323
- name: Setup Node.js environment
24-
uses: actions/setup-node@v4
24+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4
2525
with:
2626
node-version: '20'
2727
cache: 'npm'
@@ -41,7 +41,7 @@ jobs:
4141
- name: Stop Grafana
4242
run: docker compose down
4343

44-
- uses: actions/upload-artifact@v4
44+
- uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
4545
if: ${{ !cancelled() }}
4646
with:
4747
name: playwright-report

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
attestations: write
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1717

1818
- uses: grafana/plugin-actions/build-plugin@main
1919
with:

docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
grafana:
3-
image: ghcr.io/volkovlabs/app:latest
3+
image: ghcr.io/volkovlabs/app:latest@sha256:7255f71881b7aa94198da4760a3c74fbbc5f6d16b592ec55f69c40c4e479b7be
44
ports:
55
- 3000:3000/tcp
66
environment:
@@ -15,7 +15,7 @@ services:
1515
- dev
1616

1717
grafana-main:
18-
image: grafana/grafana:main
18+
image: grafana/grafana:main@sha256:da4dbbb9df8821f0ae6d2f078809422262eafe020b5b1e2584ed9853b60d4a2d
1919
ports:
2020
- 3000:3000/tcp
2121
environment:
@@ -30,7 +30,7 @@ services:
3030
- main
3131

3232
grafana-dep:
33-
image: grafana/grafana:11.0.0
33+
image: grafana/grafana:11.0.0@sha256:0dc5a246ab16bb2c38a349fb588174e832b4c6c2db0981d0c3e6cd774ba66a54
3434
ports:
3535
- 3000:3000/tcp
3636
environment:

0 commit comments

Comments
 (0)