sqlite-web 0.7.2
gitea.db
action_run_job
Create
Query
access
access_token
action
action_artifact
action_run
action_run_index
action_run_job
action_runner
action_runner_token
action_schedule
action_schedule_spec
action_task
action_task_output
action_task_step
action_tasks_version
action_variable
app_state
attachment
auth_token
badge
branch
collaboration
comment
commit_status
commit_status_index
commit_status_summary
commit_sync_log
commit_sync_status
dbfs_data
dbfs_meta
deploy_key
email_address
email_hash
external_login_user
follow
gpg_key
gpg_key_import
hook_task
issue
issue_assignees
issue_content_history
issue_dependency
issue_index
issue_label
issue_pin
issue_user
issue_watch
label
language_stat
lfs_lock
lfs_meta_object
login_source
milestone
mirror
notice
notification
oauth2_application
oauth2_authorization_code
oauth2_grant
org_user
package
package_blob
package_blob_upload
package_cleanup_rule
package_file
package_property
package_version
project
project_board
project_issue
protected_branch
protected_tag
public_key
pull_auto_merge
pull_request
push_mirror
reaction
release
renamed_branch
repo_archiver
repo_hidden_file
repo_indexer_status
repo_license
repo_redirect
repo_topic
repo_transfer
repo_unit
repository
review
review_state
secret
session
sqlite_sequence
star
stopwatch
system_setting
task
team
team_invite
team_repo
team_unit
team_user
topic
tracked_time
two_factor
upload
user
user_badge
user_blocking
user_open_id
user_redirect
user_setting
version
watch
webauthn_credential
webhook
Toggle helper tables
Structure
Content
Query
Insert
Drop
Import
Export
Delete row 31206 from action_run_job
id
31206
run_id
23549
repo_id
91
owner_id
5
commit_sha
b3c5c984414aa860f22c4e16c497d4e25515c067
is_fork_pull_request
0
name
Static governance
attempt
1
workflow_payload
name: Governance "on": pull_request:
name: Governance "on": pull_request: push: branches: - main jobs: static-governance: name: Static governance runs-on: ubuntu-latest env: # check:os-product 的上游:同实例私有仓,按 SHA 钉版(与本地验收口径一致)。 # 升级流程:先在本地以新 SHA 跑绿 check:os-product(:runtime),再改这里的 OS_SHA。 OS_REPO: luoanwu/digital-employee-os OS_SHA: fcbd389107386fa0a13d0abd3c8d7c272cc2a7f7 # Digital Employee OS 的 engines 要求 node >=22(本仓自身 >=20,取并集) NODE_VERSION: v22.16.0 steps: - name: Checkout (shell, full history) run: | set -euo pipefail cd "$GITHUB_WORKSPACE" HOST_PATH="${GITHUB_SERVER_URL#*://}" git init -q . git remote remove origin 2>/dev/null || true git remote add origin "https://oauth2:${CLONE_TOKEN}@${HOST_PATH}/${GITHUB_REPOSITORY}.git" git fetch -q origin "$GITHUB_SHA" git checkout -q -f --detach "$GITHUB_SHA" git clean -fdxq -e node_modules -e .turbo git log --oneline -1 env: CLONE_TOKEN: ${{ secrets.OS_CHECKOUT_TOKEN || github.token }} - name: Provision Node.js (npmmirror) run: | set -euo pipefail case "$(uname -m)" in x86_64) NODE_ARCH=x64 ;; aarch64|arm64) NODE_ARCH=arm64 ;; *) echo "::error::未支持的 runner 架构 $(uname -m)"; exit 1 ;; esac NODE_DIR="$RUNNER_TEMP/node-${NODE_VERSION}-${NODE_ARCH}" if [ ! -x "$NODE_DIR/bin/node" ]; then mkdir -p "$NODE_DIR" curl -fsSL "https://cdn.npmmirror.com/binaries/node/${NODE_VERSION}/node-${NODE_VERSION}-linux-${NODE_ARCH}.tar.xz" \ | tar -xJ -C "$NODE_DIR" --strip-components 1 fi echo "$NODE_DIR/bin" >> "$GITHUB_PATH" "$NODE_DIR/bin/node" --version - name: Enable pnpm run: | corepack enable corepack prepare pnpm@9.15.9 --activate pnpm --version - name: Checkout Digital Employee OS (check:os-product upstream) run: | set -euo pipefail HOST_PATH="${GITHUB_SERVER_URL#*://}" OS_DIR="$RUNNER_TEMP/digital-employee-os" rm -rf "$OS_DIR" && mkdir -p "$OS_DIR" && cd "$OS_DIR" git init -q . git remote add origin "https://oauth2:${OS_TOKEN}@${HOST_PATH}/${OS_REPO}.git" git fetch -q --depth 1 origin "$OS_SHA" git checkout -q --detach FETCH_HEAD echo "DIGITAL_EMPLOYEE_OS_ROOT=$OS_DIR" >> "$GITHUB_ENV" echo "DIGITAL_EMPLOYEE_OS_SHA=$OS_SHA" >> "$GITHUB_ENV" env: OS_TOKEN: ${{ secrets.OS_CHECKOUT_TOKEN || github.token }} - name: Build Digital Employee OS contracts run: | set -euo pipefail cd "$DIGITAL_EMPLOYEE_OS_ROOT" pnpm install --frozen-lockfile pnpm --filter @repo/contracts build - name: Install dependencies run: pnpm install --frozen-lockfile - name: Generate Prisma clients run: pnpm prisma:generate - name: Run static governance gate run: pnpm check
...
job_id
static-governance
needs
null
runs_on
["ubuntu-latest"]
task_id
27250
status
1
started
1788055431
stopped
1788055490
created
1788055430
updated
1788055490
raw_concurrency
is_concurrency_evaluated
0
concurrency_group
concurrency_cancel
0
Delete
Cancel