Skip to content

Commit 5484795

Browse files
authored
fixing conflict
2 parents 68c047f + 3b69113 commit 5484795

File tree

4 files changed

+13136
-3032
lines changed

4 files changed

+13136
-3032
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ jobs:
3838

3939
# Initializes the CodeQL tools for scanning.
4040
- name: Initialize CodeQL
41-
uses: github/codeql-action/init@v1
41+
uses: github/codeql-action/init@v2
4242
with:
4343
languages: ${{ matrix.language }}
4444

4545
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
4646
# If this step fails, then you should remove it and run the build manually (see below)
4747
- name: Autobuild
48-
uses: github/codeql-action/autobuild@v1
48+
uses: github/codeql-action/autobuild@v2
4949

5050
# ℹ️ Command-line programs to run using the OS shell.
5151
# 📚 https://git.io/JvXDl
@@ -59,4 +59,4 @@ jobs:
5959
# make release
6060

6161
- name: Perform CodeQL Analysis
62-
uses: github/codeql-action/analyze@v1
62+
uses: github/codeql-action/analyze@v2

.releaserc

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
{
2-
"branch": ["master", "next"],
3-
"plugins": [
4-
"@semantic-release/commit-analyzer",
5-
"@semantic-release/changelog",
6-
"@semantic-release/github",
7-
"@semantic-release/npm",
8-
"@semantic-release/release-notes-generator"
9-
]
10-
}
2+
"branch": [
3+
"main",
4+
"next"
5+
],
6+
"plugins": [
7+
"@semantic-release/commit-analyzer",
8+
"@semantic-release/changelog",
9+
"@semantic-release/github",
10+
"@semantic-release/npm",
11+
"@semantic-release/release-notes-generator"
12+
]
13+
}

0 commit comments

Comments
 (0)