Compare commits

..

2 Commits

Author SHA1 Message Date
Tom Hu
75cd11691c chore(release): 5.5.4 (#1927)
Co-authored-by: Tom Hu <tomhu1096@gmail.com>
2026-03-26 22:45:27 +09:00
Tom Hu
87d39f4a2c Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0" (#1926)
Revert "build(deps): bump actions/github-script from 7.0.1 to 8.0.0 (#1874)"

This reverts commit c143300dea.
2026-03-26 22:45:05 +09:00
4 changed files with 6 additions and 6 deletions

View File

@@ -41,7 +41,7 @@ jobs:
# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v4.34.1
uses: github/codeql-action/init@v3.30.0
with:
languages: ${{ matrix.language }}
# If you wish to specify custom queries, you can do so here or in a config file.
@@ -52,7 +52,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@v4.34.1
uses: github/codeql-action/autobuild@v3.30.0
# Command-line programs to run using the OS shell.
# 📚 https://git.io/JvXDl
@@ -66,4 +66,4 @@ jobs:
# make release
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4.34.1
uses: github/codeql-action/analyze@v3.30.0

View File

@@ -57,6 +57,6 @@ jobs:
# Upload the results to GitHub's code scanning dashboard.
- name: "Upload to code-scanning"
uses: github/codeql-action/upload-sarif@v4.34.1 # v1.0.26
uses: github/codeql-action/upload-sarif@v3.30.0 # v1.0.26
with:
sarif_file: results.sarif

View File

@@ -230,7 +230,7 @@ runs:
GITHUB_REPOSITORY: ${{ github.repository }}
- name: Get OIDC token
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
id: oidc
with:
script: |

View File

@@ -1 +1 @@
5.5.3
5.5.4