Skip to content

Commit 09fded4

Browse files
authored
Merge pull request #55 from Next2D/develop
develop
2 parents f32b867 + 8b4a9c5 commit 09fded4

7 files changed

Lines changed: 127 additions & 195 deletions

File tree

.github/workflows/codeql-analysis.yml

Lines changed: 0 additions & 73 deletions
This file was deleted.

.github/workflows/lint.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ jobs:
1717
contents: read
1818
pull-requests: write
1919
steps:
20-
- uses: actions/checkout@v4
21-
- uses: actions/setup-node@v4
20+
- uses: actions/checkout@v5
21+
- uses: actions/setup-node@v5
2222
- run: npm install
2323
- run: npm run lint
2424

@@ -28,7 +28,7 @@ jobs:
2828
contents: read
2929
pull-requests: write
3030
steps:
31-
- uses: actions/checkout@v4
32-
- uses: actions/setup-node@v4
31+
- uses: actions/checkout@v5
32+
- uses: actions/setup-node@v5
3333
- run: npm install
3434
- run: npm run lint

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ jobs:
1212
contents: read
1313
pull-requests: write
1414
steps:
15-
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v4
15+
- uses: actions/checkout@v5
16+
- uses: actions/setup-node@v5
1717
with:
1818
node-version: "22.x"
1919
registry-url: "https://registry.npmjs.org"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# vite-plugin-next2d-auto-loader
22

3-
[![CodeQL](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/codeql-analysis.yml)
3+
[![CodeQL](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/github-code-scanning/codeql)
44
[![Lint](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/lint.yml/badge.svg?branch=main)](https://github.com/Next2D/vite-plugin-next2d-auto-loader/actions/workflows/lint.yml)
55
[![release](https://img.shields.io/github/v/release/Next2D/vite-plugin-next2d-auto-loader)](https://github.com/Next2D/vite-plugin-next2d-auto-loader/releases)
66
[![license](https://img.shields.io/github/license/Next2D/vite-plugin-next2d-auto-loader)](https://github.com/Next2D/vite-plugin-next2d-auto-loader/blob/main/LICENSE)

0 commit comments

Comments
 (0)