Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,23 @@

jobs:
package:
uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@61cd1338ca9dae8a25985c0a36ff7beb111449be
uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@v3.1.0
with:
runner_mode: repo_owned
runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}
workspace_mode: isolated
publish_mode: hosted_exception
npm_publish_mode: disabled
node_versions: '["22"]'
publish_node_version: "22"
pnpm_version: "9.15.9"
metadata_check_command: pnpm run check:release-metadata
typecheck_command: pnpm run check
unit_test_command: pnpm run test
build_command: pnpm run build
package_check_command: "pnpm run check:package && pnpm run check:bundle-size"
bazel_targets: "//:pkg //:package_consumer_check //:bundle_size_check //:typecheck //:test"
package_dir: ./bazel-bin/pkg
npm_access: public
# GitHub Packages channel retired 2026-07-25 (TIN-3165); github_package_name intentionally unset.
dry_run: true
secrets: inherit

Check warning

Code scanning / CodeQL

Workflow does not contain permissions Medium

Actions job or workflow does not limit the permissions of the GITHUB_TOKEN. Consider setting an explicit permissions block, using the following as a minimal starting point: {}
3 changes: 1 addition & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ permissions:

jobs:
package:
uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@61cd1338ca9dae8a25985c0a36ff7beb111449be
uses: tinyland-inc/ci-templates/.github/workflows/js-bazel-package.yml@v3.1.0
with:
runner_mode: repo_owned
runner_labels_json: ${{ vars.PRIMARY_LINUX_RUNNER_LABELS_JSON }}
workspace_mode: isolated
publish_mode: hosted_exception
npm_publish_mode: disabled
node_versions: '["22"]'
publish_node_version: "22"
Expand Down
Loading