Skip to content

Commit 61f9d5f

Browse files
committed
Update .github/workflows/codeql-analysis.yml+7
1 parent 60735d8 commit 61f9d5f

File tree

8 files changed

+12
-12
lines changed

8 files changed

+12
-12
lines changed

.github/workflows/codeql-analysis.yml

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

2929
steps:
3030
- name: Checkout repository
31-
uses: actions/checkout@v2
31+
uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2.7.0
3232

3333
# Initializes the CodeQL tools for scanning.
3434
- name: Initialize CodeQL
35-
uses: github/codeql-action/init@v1
35+
uses: github/codeql-action/init@231aa2c8a89117b126725a0e11897209b7118144 # v1.1.39
3636
with:
3737
languages: ${{ matrix.language }}
3838
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -43,7 +43,7 @@ jobs:
4343
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4444
# If this step fails, then you should remove it and run the build manually (see below)
4545
- name: Autobuild
46-
uses: github/codeql-action/autobuild@v1
46+
uses: github/codeql-action/autobuild@231aa2c8a89117b126725a0e11897209b7118144 # v1.1.39
4747

4848
# ℹ️ Command-line programs to run using the OS shell.
4949
# 📚 https://git.io/JvXDl
@@ -57,4 +57,4 @@ jobs:
5757
# make release
5858

5959
- name: Perform CodeQL Analysis
60-
uses: github/codeql-action/analyze@v1
60+
uses: github/codeql-action/analyze@231aa2c8a89117b126725a0e11897209b7118144 # v1.1.39

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ jobs:
1414
os: [ ubuntu-latest, windows-latest ]
1515
steps:
1616
- name: checkout
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1818
- name: setup Node.js ${{ matrix.node-version }}
19-
uses: actions/setup-node@v4
19+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
2020
with:
2121
cache: "yarn"
2222
node-version: ${{ matrix.node-version }}

packages/@textlint/config-inliner/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "azu",
1818
"sideEffects": false,
1919
"main": "lib/config-inliner.js",
20-
"module": "module/config-inliner.js",
20+
2121
"types": "lib/config-inliner.d.ts",
2222
"directories": {
2323
"lib": "lib",

packages/@textlint/config-partial-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"author": "azu",
1919
"sideEffects": false,
2020
"main": "lib/index.js",
21-
"module": "module/index.js",
21+
2222
"types": "lib/index.d.ts",
2323
"directories": {
2424
"lib": "lib",

packages/@textlint/runtime-helper/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
"author": "azu",
1515
"sideEffects": false,
1616
"main": "lib/index.js",
17-
"module": "module/index.js",
17+
1818
"types": "lib/index.d.ts",
1919
"directories": {
2020
"lib": "lib",

packages/@textlint/script-compiler/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"author": "azu",
2121
"sideEffects": false,
2222
"main": "lib/index.js",
23-
"module": "module/index.js",
23+
2424
"types": "lib/index.d.ts",
2525
"directories": {
2626
"lib": "lib",

packages/@textlint/script-parser/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "azu",
1818
"sideEffects": false,
1919
"main": "lib/script-parser.js",
20-
"module": "module/script-parser.js",
20+
2121
"types": "lib/script-parser.d.ts",
2222
"directories": {
2323
"lib": "lib",

packages/@textlint/website-generator/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"author": "azu",
1818
"sideEffects": false,
1919
"main": "lib/index.js",
20-
"module": "module/index.js",
20+
2121
"types": "lib/index.d.ts",
2222
"directories": {
2323
"lib": "lib",

0 commit comments

Comments
 (0)