Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
86 commits
Select commit Hold shift + click to select a range
f169d04
Enhance native interop safety by introducing status validation for AP…
AnnaSasDev May 17, 2026
28a2745
Split `Exports.cpp` into modular files: `Exports.Dialog.cpp` and `Exp…
AnnaSasDev May 17, 2026
41befa5
Add cross-platform UI dispatcher and WebView bridge components for Li…
AnnaSasDev May 17, 2026
a39e49f
Remove Linux (GTK/WebKit)-specific window implementation and migrate …
AnnaSasDev May 17, 2026
ba5b6ed
Remove platform-specific WebView implementations for Linux (GTK/WebKi…
AnnaSasDev May 17, 2026
c4ac53c
Remove platform-specific UI dispatcher and WebView implementations (W…
AnnaSasDev May 17, 2026
43931b2
Modularize macOS WebKit implementations and move shared export utilit…
AnnaSasDev May 17, 2026
93f32c4
Remove `Exports.Shared.h` and consolidate exports into the new `Core/…
AnnaSasDev May 17, 2026
bad7c10
Remove `Native/Exports` source files and consolidate NativeBridge exp…
AnnaSasDev May 17, 2026
ea8f569
Refine frontend build logic for stale lock detection by introducing s…
AnnaSasDev May 17, 2026
641bdad
Add `enable_test_exports` option to workflows and native build script…
AnnaSasDev May 17, 2026
75d448e
Add `.clang-format` and `.clang-tidy` configurations with modern C++ …
AnnaSasDev May 17, 2026
a90504b
Update `.clang-format` and `.clang-tidy` configurations for consisten…
AnnaSasDev May 17, 2026
5c53d8f
Add `NullToEmpty` utility to handle nullable strings and update expor…
AnnaSasDev May 17, 2026
7a66912
Refactor native exports to replace exceptions with early returns and …
AnnaSasDev May 17, 2026
3b1820f
Simplify `.clang-format` and `.clang-tidy` configurations by removing…
AnnaSasDev May 17, 2026
47f7e05
Add `native-tidy.ps1` script and update `native-format.ps1` to exclud…
AnnaSasDev May 17, 2026
0447744
Refactor `native-tidy.ps1` to improve maintainability, add parameteri…
AnnaSasDev May 17, 2026
7df7ee5
Update `native-format.ps1` to exclude `build` directory and refine `.…
AnnaSasDev May 17, 2026
5605a04
Refactor native exports for consistent code style by adding braces to…
AnnaSasDev May 17, 2026
b21e698
Enhance `native-tidy.ps1` with `ApplyFixes` parameter for better cont…
AnnaSasDev May 17, 2026
ce3f00b
Update `.clang-format` and `.clang-tidy` for improved consistency in …
AnnaSasDev May 17, 2026
aea1621
Update `.clang-format` to disable access modifier indentation for con…
AnnaSasDev May 17, 2026
1e28137
Enhance `native-tidy.ps1` to support external dependencies with addit…
AnnaSasDev May 17, 2026
9eb02d0
Refactor variable names in `Embed.InfiniFrameJs.Impl.cmake` and `Embe…
AnnaSasDev May 17, 2026
94aa3d4
Refactor codebase to align access modifiers, namespace indentation, a…
AnnaSasDev May 17, 2026
46771f8
Remove redundant include guards across the codebase following the ado…
AnnaSasDev May 17, 2026
4b8f757
Remove `inline` specifiers from template functions to improve consist…
AnnaSasDev May 17, 2026
95970be
Add `nodejs` installation to `clion-linux-environment.sh` dependencie…
AnnaSasDev May 17, 2026
456527f
revert
AnnaSasDev May 17, 2026
e835f20
Refactor codebase to improve readability, consistency, and robustness:
AnnaSasDev May 17, 2026
16eb72c
Refactor `InfiniFrameWindow` and `UiDispatcher.Win32` to improve poin…
AnnaSasDev May 17, 2026
8d872c6
Refactor `Platform.MacOS.cmake` to support common and test sources, a…
AnnaSasDev May 18, 2026
9f039a8
Refactor macOS build configuration: update architecture handling, imp…
AnnaSasDev May 18, 2026
4357058
Comment out `#if/#else` block in `InfiniFrameNativeTesting.cs` to dis…
AnnaSasDev May 18, 2026
167a651
Refactor macOS codebase: add explicit `(void)` casts for unused param…
AnnaSasDev May 18, 2026
d7bd423
Extend `clean.ps1` to remove additional build artifacts and node_modu…
AnnaSasDev May 18, 2026
7413d3e
Update `.gitattributes` to reflect new `NativeBridge` folder structure
AnnaSasDev May 18, 2026
79fa353
Refactor `InfiniFrame_GetLastErrorMessage` to improve exception handl…
AnnaSasDev May 18, 2026
6c13e27
Update `clion-linux-environment.sh` to install Node.js 24, include `c…
AnnaSasDev May 18, 2026
acdeab6
Update CodeQL workflow to reflect new `NativeBridge` folder structure
AnnaSasDev May 18, 2026
8a08da1
Remove redundant `#noinspection` comments from GitHub Actions workflows.
AnnaSasDev May 18, 2026
0f22429
Update CodeQL workflow to add architecture matrix and improve platfor…
AnnaSasDev May 18, 2026
60b9e13
Update CodeQL paths to reflect `NativeBridge` folder structure changes
AnnaSasDev May 18, 2026
d62982b
Remove `enable_test_exports` feature flag and update workflows to val…
AnnaSasDev May 18, 2026
0fd8f52
Update workflow to validate absence of forbidden NativeBridge test ex…
AnnaSasDev May 18, 2026
7f31b6d
Potential fix for pull request finding 'CodeQL / Poorly documented la…
AnnaSasDev May 18, 2026
e5f9b75
Potential fix for pull request finding 'CodeQL / Poorly documented la…
AnnaSasDev May 18, 2026
f9dbc05
Potential fix for pull request finding 'CodeQL / Poorly documented la…
AnnaSasDev May 18, 2026
3722354
Add `Import.targets` for native dependencies and improve project refe…
AnnaSasDev May 18, 2026
b3a6f59
Remove redundant native dependency handling and upgrade TUnit to v1.4…
AnnaSasDev May 18, 2026
f25f08c
Simplify `GeneratePackageOnBuild` condition to default to true.
AnnaSasDev May 18, 2026
a07e97e
Add `current-runner-only` option to `download-native-binaries` action…
AnnaSasDev May 18, 2026
31cd3bd
Update app icon asset
AnnaSasDev May 18, 2026
25f1fb7
Refactor `download-native-binaries` action for cleaner syntax and imp…
AnnaSasDev May 18, 2026
611dc81
Simplify artifact copy logic in `download-native-binaries` action by …
AnnaSasDev May 18, 2026
f210f8e
Refactor `download-native-binaries` action to streamline artifact cop…
AnnaSasDev May 18, 2026
b9ab73d
Potential fix for pull request finding 'CodeQL / Poorly documented la…
AnnaSasDev May 18, 2026
f98aa66
Refactor `download-native-binaries` action to enhance artifact handli…
AnnaSasDev May 18, 2026
01fc842
Refactor `download-native-binaries` action: replace `case` with `if-e…
AnnaSasDev May 18, 2026
2939101
Refactor `download-native-binaries` action: simplify step logic, cons…
AnnaSasDev May 18, 2026
abfc680
Revert "Refactor `download-native-binaries` action: simplify step log…
AnnaSasDev May 18, 2026
3a4c709
Revert "Refactor `download-native-binaries` action: replace `case` wi…
AnnaSasDev May 18, 2026
8725980
Revert "Refactor `download-native-binaries` action to enhance artifac…
AnnaSasDev May 18, 2026
afbbdaf
Revert "Refactor `download-native-binaries` action to streamline arti…
AnnaSasDev May 18, 2026
ae7c5d2
Revert "Simplify artifact copy logic in `download-native-binaries` ac…
AnnaSasDev May 18, 2026
79355fa
Revert "Refactor `download-native-binaries` action for cleaner syntax…
AnnaSasDev May 18, 2026
062c8d3
Revert "Add `current-runner-only` option to `download-native-binaries…
AnnaSasDev May 18, 2026
e93eba6
Update `InfiniFrame.NativeBridge.csproj` to improve platform-specific…
AnnaSasDev May 18, 2026
dd98c44
Update InfiniFrame.NativeBridge.csproj
AnnaSasDev May 18, 2026
e48358b
Add support for `NativeArch` parameter in workflows and refine `Nativ…
AnnaSasDev May 18, 2026
307fe4e
Remove deprecated `CMakePlatform` parameter from workflows
AnnaSasDev May 18, 2026
a03589c
Standardize naming convention: Rename `gInfiniframeJsData` and `gInfi…
AnnaSasDev May 18, 2026
4e22184
Standardize naming: Rename `cached` to `Cached` for consistency acros…
AnnaSasDev May 18, 2026
69bc23e
Update path to `CMakeLists.txt` in `bump_version.py` to match renamed…
AnnaSasDev May 18, 2026
eebe8a6
Add condition to skip NativeBridge restore on macOS in CodeQL workflow
AnnaSasDev May 18, 2026
41d73a0
Standardize headers: Replace documentation comments with section comm…
AnnaSasDev May 18, 2026
01faf90
Refine CodeQL workflow and improve native build lock handling
AnnaSasDev May 18, 2026
6522cd2
Comment out macOS ARM64 matrix entry in CodeQL workflow
AnnaSasDev May 18, 2026
f70bbcd
Update native clean process and remove redundant target condition
AnnaSasDev May 18, 2026
24865cd
Add cmake.xml
AnnaSasDev May 19, 2026
abb8aba
Add GDB debugger support to CLion Linux environment setup script
AnnaSasDev May 19, 2026
a51975c
Improve `Embed.InfiniFrameJs` handling: add auto-generation metadata,…
AnnaSasDev May 19, 2026
4ec7bcd
update gitignore
AnnaSasDev May 19, 2026
103c22c
Standardize includes and remove redundant platform-specific guards in…
AnnaSasDev May 19, 2026
7bda3e8
Standardize headers in Windows codebase: replace documentation commen…
AnnaSasDev May 19, 2026
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
4 changes: 2 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
src/InfiniFrame.Native/Dependencies/* linguist-vendored
src/InfiniFrame.Native/Dependencies/**/* linguist-vendored
src/InfiniFrame.NativeBridge/Native/Dependencies/* linguist-vendored
src/InfiniFrame.NativeBridge/Native/Dependencies/**/* linguist-vendored

*.sh text eol=lf
20 changes: 10 additions & 10 deletions .github/codeql-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ paths:

# Exclude third-party and generated content from CodeQL alerting.
paths-ignore:
- "src/InfiniFrame.Native/artifacts/**"
- "src/InfiniFrame.Native/build/**"
- "src/InfiniFrame.Native/packages/**"
- "src/InfiniFrame.Native/cmake-build-debug/**"
- "src/InfiniFrame.Native/cmake-build-debug-linux/**"
- "src/InfiniFrame.Native/cmake-build-debug-windows/**"
- "src/InfiniFrame.Native/cmake-build-release/**"
- "src/InfiniFrame.Native/cmake-build-release-linux/**"
- "src/InfiniFrame.Native/cmake-build-release-windows/**"
- "src/InfiniFrame.Native/Dependencies/**"
- "src/InfiniFrame.NativeBridge/artifacts/**"
- "src/InfiniFrame.NativeBridge/build/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-debug/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-debug-linux/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-debug-windows/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-release/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-release-linux/**"
- "src/InfiniFrame.NativeBridge/Native/cmake-build-release-windows/**"
- "src/InfiniFrame.NativeBridge/Native/Dependencies/**"
- "src/InfiniFrame.NativeBridge/Native/packages/**"
- "tests/**"
- "**/node_modules/**"
- "**/dist/**"
Expand Down
2 changes: 1 addition & 1 deletion .github/scripts/bump_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# Resolve paths from the repository root: .github/scripts -> repo root is three levels up.
REPO_ROOT: Final[Path] = Path(__file__).parent.parent.parent
FILE: Final[Path] = REPO_ROOT / "src" / "Directory.Build.props"
CMAKE_FILE: Final[Path] = REPO_ROOT / "src" / "InfiniFrame.Native" / "CMakeLists.txt"
CMAKE_FILE: Final[Path] = REPO_ROOT / "src" / "InfiniFrame.NativeBridge" / "Native" / "CMakeLists.txt"
VERSION_PATTERN: Final[re.Pattern[str]] = re.compile(r"^\d+\.\d+\.\d+(-preview\.\d+)?$")
BumpPart = Literal["major", "minor", "patch", "preview"]

Expand Down
40 changes: 21 additions & 19 deletions .github/workflows/ci-codeql.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CodeQL Advanced"

concurrency:
Expand Down Expand Up @@ -73,7 +74,7 @@ jobs:
- '.github/codeql-config.yml'

cpp:
- 'src/InfiniFrame.Native/**'
- 'src/InfiniFrame.NativeBridge/Native/**'
- 'native-vendor-deps.json'
- 'global.json'
- '.github/actions/setup-dependencies-native/**'
Expand Down Expand Up @@ -220,35 +221,40 @@ jobs:
category: "/language:csharp"

analyze-cpp:
name: Analyze C/C++ (${{ matrix.os }})
name: Analyze C/C++ (${{ matrix.os }} / ${{ matrix.arch }})
needs: changes
runs-on: ${{ matrix.os }}
timeout-minutes: 90

if: >
(
github.event_name == 'workflow_dispatch' &&
github.event.inputs.full_scan == 'true'
) || (
needs.changes.outputs.cpp == 'true'
)

strategy:
fail-fast: false
matrix:
os:
- ubuntu-latest
- windows-latest
# - macos-latest # support is currently experimental and requires additional setup

include:
- os: ubuntu-latest
arch: x64

- os: windows-latest
arch: x64

# - os: macos-latest
# arch: arm64

permissions:
contents: read
security-events: write
actions: read
packages: read
pull-requests: write
checks: write

steps:
- name: Checkout
uses: actions/checkout@v6
Expand All @@ -261,8 +267,8 @@ jobs:
- name: Setup Native Dependencies
uses: ./.github/actions/setup-dependencies-native
with:
brew-cache-key: ${{ runner.os }}-brew-codeql-${{ hashFiles('.github/actions/setup-dependencies-native/action.yml', '.github/workflows/shared-testing-macos.yml') }}
brew-restore-key: ${{ runner.os }}-brew-codeql-
brew-cache-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-codeql-${{ hashFiles('.github/actions/setup-dependencies-native/action.yml', '.github/workflows/ci-codeql.yml') }}
brew-restore-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-codeql-

- name: Initialize CodeQL
uses: github/codeql-action/init@v4
Expand All @@ -277,18 +283,14 @@ jobs:
dotnet restore src/InfiniFrame.NativeBridge/InfiniFrame.NativeBridge.csproj /p:NoWarn=NU1503

- name: Build NativeBridge
shell: pwsh
timeout-minutes: 45
run: |
dotnet build src/InfiniFrame.NativeBridge/InfiniFrame.NativeBridge.csproj `
--configuration Release `
--no-restore `
-p:SolutionDir="${{ github.workspace }}/" `
-p:Platform=x64
dotnet build src/InfiniFrame.NativeBridge/InfiniFrame.NativeBridge.csproj --configuration Release --no-restore /p:SolutionDir=${{ github.workspace }}/ /p:NativeArch=${{ matrix.arch }}

- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v4
with:
category: "/language:c-cpp"
category: "/language:c-cpp/${{ matrix.os }}-${{ matrix.arch }}"

analyze-javascript-typescript:
name: Analyze JavaScript / TypeScript
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-release-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Release Docs"
on:
workflow_dispatch:
Expand All @@ -8,7 +9,6 @@ permissions:
id-token: write

jobs:
# noinspection UndefinedAction, UndefinedParamsPresent
deploy-docs:
name: Publish Docs
uses: ./.github/workflows/shared-release-publish-docs.yml
Expand Down
8 changes: 2 additions & 6 deletions .github/workflows/ci-release.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Release"
on:
workflow_dispatch:
Expand Down Expand Up @@ -35,12 +36,10 @@ permissions:
id-token: write

jobs:
# noinspection UndefinedAction
tests-python:
name: Python Tests
uses: ./.github/workflows/shared-testing-python.yml

# noinspection UndefinedAction, UndefinedParamsPresent
tests-platform:
name: Platform Tests
needs: tests-python
Expand All @@ -54,12 +53,12 @@ jobs:
run_macos: true
run_docs: true
run_trim_aot: true
enable_test_exports: false
secrets: inherit

# ------------------------------------------------------------------------------------------------------------------
# Bump version, commit, and tag
# ------------------------------------------------------------------------------------------------------------------
# noinspection UndefinedAction, UndefinedParamsPresent
bump-version:
name: Bump Version
needs: tests-platform
Expand All @@ -70,7 +69,6 @@ jobs:
custom_version: ${{ inputs.custom_version }}
secrets: inherit

# noinspection UndefinedAction, UndefinedParamsPresent
build:
name: Build Native
needs: bump-version
Expand All @@ -79,7 +77,6 @@ jobs:
tag_name: ${{ needs.bump-version.outputs.tag_name }}
secrets: inherit

# noinspection UndefinedAction, UndefinedParamsPresent
publish:
name: Publish Release
needs: [ build, bump-version ]
Expand All @@ -90,7 +87,6 @@ jobs:
publish_to_nuget: ${{ inputs.publish_to_nuget }}
secrets: inherit

# noinspection UndefinedAction, UndefinedParamsPresent
publish-docs:
name: Publish Docs
needs: [ publish, bump-version ]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-python.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Python Tests"
on:
pull_request:
Expand All @@ -20,7 +21,6 @@ permissions:
contents: read

jobs:
# noinspection UndefinedAction
run:
name: Python Tests
uses: ./.github/workflows/shared-testing-python.yml
4 changes: 2 additions & 2 deletions .github/workflows/ci-testing.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Full Test Suite"

permissions:
Expand Down Expand Up @@ -38,12 +39,10 @@ on:
default: true

jobs:
# noinspection UndefinedAction
python-tests:
name: Python Tests
uses: ./.github/workflows/shared-testing-python.yml

# noinspection UndefinedAction, UndefinedParamsPresent
run:
name: Full Test Suite
needs: python-tests
Expand All @@ -56,4 +55,5 @@ jobs:
run_macos: ${{ inputs.run_macos }}
run_docs: ${{ inputs.run_docs }}
run_trim_aot: ${{ inputs.run_trim_aot }}
enable_test_exports: true
secrets: inherit
1 change: 1 addition & 0 deletions .github/workflows/ci-todo.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Todo Sync"
on:
push:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/ci-update-native-vendor-deps.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "CI: Update Native Vendor Deps"

on:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/shared-release-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Release Build"
on:
workflow_call:
Expand Down Expand Up @@ -57,9 +58,7 @@ jobs:
10.x

- name: Setup Native dependencies
# noinspection UndefinedAction
uses: ./.github/actions/setup-dependencies-native
# noinspection UndefinedParamsPresent
with:
brew-cache-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-native-${{ hashFiles('.github/actions/setup-dependencies-native/action.yml', '.github/workflows/shared-release-build.yml') }}
brew-restore-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-native-
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shared-release-bump-version.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Release Bump Version"
on:
workflow_call:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/shared-release-publish-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Release Docs"
on:
workflow_call:
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/shared-release-publish.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Release Publish"
on:
workflow_call:
Expand Down Expand Up @@ -50,9 +51,7 @@ jobs:
--prefix InfiniLore

- name: Setup Native dependencies
# noinspection UndefinedAction
uses: ./.github/actions/setup-dependencies-native
# noinspection UndefinedParamsPresent
with:
brew-cache-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-native-${{ hashFiles('.github/actions/setup-dependencies-native/action.yml', '.github/workflows/shared-release-publish.yml') }}
brew-restore-key: ${{ matrix.os }}-${{ matrix.arch }}-brew-native-
Expand Down
9 changes: 8 additions & 1 deletion .github/workflows/shared-testing-build.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Testing Build"
on:
workflow_call:
Expand All @@ -15,6 +16,11 @@ on:
description: 'Resolved commit SHA used by testing workflows.'
type: string
required: true
enable_test_exports:
description: 'Enable native test exports in testing native artifacts.'
type: boolean
required: false
default: false

permissions:
contents: read
Expand Down Expand Up @@ -68,7 +74,8 @@ jobs:
run: |
./src/InfiniFrame.NativeBridge/native-build.ps1 `
"Release" `
"${{ matrix.arch }}"
"${{ matrix.arch }}" `
"${{ inputs.enable_test_exports }}"

- name: Upload Build Artifact
uses: actions/upload-artifact@v7
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/shared-testing-docs.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#file: noinspection UndefinedAction,UndefinedParamsPresent
name: "Shared: Docs Tests"

on:
Expand Down Expand Up @@ -46,9 +47,7 @@ jobs:
- name: Set Docs Pending
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# noinspection UndefinedAction, UndefinedParamsPresent
uses: ./.github/actions/sync-check
# noinspection UndefinedAction, UndefinedParamsPresent
with:
repo: ${{ github.repository }}
sha: ${{ env.TARGET_SHA }}
Expand All @@ -66,9 +65,7 @@ jobs:
if: always()
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
# noinspection UndefinedAction, UndefinedParamsPresent
uses: ./.github/actions/sync-check-finalize
# noinspection UndefinedParamsPresent
with:
repo: ${{ github.repository }}
sha: ${{ env.TARGET_SHA }}
Expand Down
Loading
Loading