Skip to content

Commit 116a2c0

Browse files
chore(deps): pin dependencies
1 parent f263845 commit 116a2c0

File tree

4 files changed

+33
-42
lines changed

4 files changed

+33
-42
lines changed

.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@v2
41+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
4242

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

5858
# ℹ️ Command-line programs to run using the OS shell.
5959
# 📚 https://git.io/JvXDl
@@ -67,4 +67,4 @@ jobs:
6767
# make release
6868

6969
- name: Perform CodeQL Analysis
70-
uses: github/codeql-action/analyze@v1
70+
uses: github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # v1

.github/workflows/nodejs.yml

Lines changed: 2 additions & 2 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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1717

1818
- name: Install Node.js
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@1d0ff469b7ec7b3cb9d8673fde0c81c44821de2a # v4
2020
with:
2121
node-version-file: ./.node-version
2222
cache: npm

package-lock.json

Lines changed: 17 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@
66
"type": "module",
77
"packageManager": "[email protected]",
88
"devDependencies": {
9-
"@eslint/js": "^9.21.0",
10-
"@tsconfig/node22": "^22.0.0",
11-
"@types/node": "^22.13.5",
12-
"eslint": "^9.21.0",
13-
"eslint-config-prettier": "^10.0.2",
14-
"npm-run-all": "^4.1.5",
15-
"prettier": "^3.5.2",
16-
"typescript": "^5.7.3",
17-
"typescript-eslint": "^8.25.0",
18-
"vitest": "^3.0.7"
9+
"@eslint/js": "9.21.0",
10+
"@tsconfig/node22": "22.0.0",
11+
"@types/node": "22.13.5",
12+
"eslint": "9.21.0",
13+
"eslint-config-prettier": "10.0.2",
14+
"npm-run-all": "4.1.5",
15+
"prettier": "3.5.2",
16+
"typescript": "5.7.3",
17+
"typescript-eslint": "8.25.0",
18+
"vitest": "3.0.7"
1919
},
2020
"scripts": {
2121
"build": "tsc -p tsconfig.build.json",

0 commit comments

Comments
 (0)