Skip to content

Commit 9ea6008

Browse files
committed
#52 update README.md, update github/actions
1 parent a61a7de commit 9ea6008

File tree

4 files changed

+10
-73
lines changed

4 files changed

+10
-73
lines changed

.github/workflows/codeql-analysis.yml

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

.github/workflows/lint.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
jobs:
1414
macos-browser-test:
1515
runs-on: macos-latest
16+
permissions:
17+
contents: read
18+
pull-requests: write
1619
steps:
1720
- uses: actions/checkout@v5
1821
- uses: actions/setup-node@v5
@@ -23,6 +26,9 @@ jobs:
2326
2427
windows-browser-test:
2528
runs-on: windows-latest
29+
permissions:
30+
contents: read
31+
pull-requests: write
2632
steps:
2733
- uses: actions/checkout@v5
2834
- uses: actions/setup-node@v5

.github/workflows/publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ on:
88
jobs:
99
build:
1010
runs-on: ubuntu-latest
11+
permissions:
12+
contents: read
13+
pull-requests: write
1114
steps:
1215
- uses: actions/checkout@v5
1316
- uses: actions/setup-node@v5

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Next2D Framework TypeScript Template
22
=============
33

4-
[![CodeQL](https://github.com/Next2D/framework-typescript-template/actions/workflows/codeql-analysis.yml/badge.svg?branch=main)](https://github.com/Next2D/framework-typescript-template/actions/workflows/codeql-analysis.yml)
4+
[![CodeQL](https://github.com/Next2D/framework-typescript-template/actions/workflows/github-code-scanning/codeql/badge.svg?branch=main)](https://github.com/Next2D/framework-typescript-template/actions/workflows/github-code-scanning/codeql)
55
[![release](https://img.shields.io/github/v/release/Next2D/framework-typescript-template)](https://github.com/Next2D/framework-typescript-template/releases)
66
[![license](https://img.shields.io/github/license/Next2D/framework-typescript-template)](https://github.com/Next2D/framework-typescript-template/blob/main/LICENSE)
77

0 commit comments

Comments
 (0)