Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump github/codeql-action from 2 to 3 #2321

Open
wants to merge 23 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
8df9189
chore(deps): bump pinyin-pro from 3.18.2 to 3.18.3 in /website (#2270)
dependabot[bot] Nov 29, 2023
fad2744
Merge pull request #2271 from DIYgod/master
pull[bot] Nov 30, 2023
c8a09ae
Merge pull request #2276 from DIYgod/master
pull[bot] Dec 1, 2023
f1f0e58
Merge pull request #2278 from DIYgod/master
pull[bot] Dec 2, 2023
c7e934b
Merge pull request #2279 from DIYgod/master
pull[bot] Dec 3, 2023
c7aed21
Merge pull request #2280 from DIYgod/master
pull[bot] Dec 4, 2023
d30d098
Merge pull request #2281 from DIYgod/master
pull[bot] Dec 4, 2023
d5441c6
chore(deps-dev): bump @types/react from 18.2.39 to 18.2.42 in /websit…
dependabot[bot] Dec 4, 2023
dd60a89
chore(deps): bump @dipakparmar/docusaurus-plugin-umami in /website (#…
dependabot[bot] Dec 4, 2023
087f06b
Merge pull request #2293 from DIYgod/master
pull[bot] Dec 5, 2023
1c12269
Merge pull request #2295 from DIYgod/master
pull[bot] Dec 6, 2023
ea2682b
Merge pull request #2296 from DIYgod/master
pull[bot] Dec 6, 2023
ae40729
chore(deps-dev): bump typescript from 5.3.2 to 5.3.3 in /website (#2298)
dependabot[bot] Dec 6, 2023
e8b900c
Merge pull request #2299 from DIYgod/master
pull[bot] Dec 7, 2023
3bdf385
Merge pull request #2300 from DIYgod/master
pull[bot] Dec 7, 2023
2780ab5
Merge pull request #2303 from DIYgod/master
pull[bot] Dec 8, 2023
9f75903
chore(deps): bump pinyin-pro from 3.18.3 to 3.18.4 in /website (#2306)
dependabot[bot] Dec 8, 2023
01af97c
Merge pull request #2307 from DIYgod/master
pull[bot] Dec 8, 2023
63d19e0
Merge pull request #2308 from DIYgod/master
pull[bot] Dec 9, 2023
30d5c4e
Merge pull request #2309 from DIYgod/master
pull[bot] Dec 10, 2023
0328b13
chore(deps-dev): bump @types/react from 18.2.42 to 18.2.43 in /websit…
dependabot[bot] Dec 11, 2023
0bc03a3
chore(deps-dev): bump @types/react from 18.2.43 to 18.2.45 in /websit…
dependabot[bot] Dec 13, 2023
f56fbd8
chore(deps): bump github/codeql-action from 2 to 3
dependabot[bot] Dec 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
Expand All @@ -56,7 +56,7 @@ jobs:
# Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
# If this step fails, then you should remove it and run the build manually (see below)
- name: Autobuild
uses: github/codeql-action/autobuild@v2
uses: github/codeql-action/autobuild@v3

# ℹ️ Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
Expand All @@ -70,4 +70,4 @@ jobs:
# make release

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
--output-file eslint-results.sarif
continue-on-error: true
- name: Upload analysis results to GitHub
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: eslint-results.sarif
wait-for-processing: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/semgrep.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
env:
SEMGREP_APP_TOKEN: ${{ secrets.SEMGREP_APP_TOKEN }}
- name: Upload SARIF file for GitHub Advanced Security Dashboard
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: semgrep.sarif
if: always()
2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
"@docusaurus/types": "3.0.1",
"@types/markdown-it": "^13.0.7",
"@types/mdx-js__react": "^1.5.8",
"@types/react": "^18.2.42",
"@types/react": "^18.2.45",
"@types/react-dom": "^18.2.17",
"typescript": "^5.3.3"
},
Expand Down
54 changes: 27 additions & 27 deletions website/pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading