File tree Expand file tree Collapse file tree 8 files changed +12
-12
lines changed
Expand file tree Collapse file tree 8 files changed +12
-12
lines changed Original file line number Diff line number Diff 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.
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
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
Original file line number Diff line number Diff line change 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 }}
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments