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 31204 from action_run_job
id
31204
run_id
23548
repo_id
91
owner_id
5
commit_sha
625450881bfb787bfa4ac092e11bfe534c340163
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 steps: - name: Checkout uses: actions/checkout@v4 with: fetch-depth: "0" - name: Setup Node.js uses: actions/setup-node@v4 with: node-version: "22" - name: Enable pnpm run: | corepack enable corepack prepare pnpm@9.15.9 --activate - name: Checkout Digital Employee OS (check:os-product upstream) run: | set -euo pipefail 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}@gitea.g-hi.com/${OS_REPO}.git" git fetch --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 || secrets.GITEA_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
27249
status
2
started
1788055008
stopped
1788055099
created
1788055006
updated
1788055099
raw_concurrency
is_concurrency_evaluated
0
concurrency_group
concurrency_cancel
0
Delete
Cancel