mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-02 12:21:36 +00:00
Bumps the actions group with 9 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/attest](https://github.com/actions/attest) | `4.2.0` | `4.2.1` | | [trufflesecurity/trufflehog](https://github.com/trufflesecurity/trufflehog) | `3.95.9` | `3.96.0` | | [useblacksmith/stickydisk](https://github.com/useblacksmith/stickydisk) | `1.4.0` | `1.5.0` | | [github/codeql-action/init](https://github.com/github/codeql-action) | `4.37.1` | `4.37.4` | | [github/codeql-action/analyze](https://github.com/github/codeql-action) | `4.37.1` | `4.37.4` | | [github/codeql-action/upload-sarif](https://github.com/github/codeql-action) | `4.37.1` | `4.37.4` | | [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action) | `4.1.0` | `4.2.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.2.0` | `4.6.0` | | [useblacksmith/build-push-action](https://github.com/useblacksmith/build-push-action) | `2.2.0` | `2.3.0` | Updates `actions/attest` from 4.2.0 to 4.2.1 - [Release notes](https://github.com/actions/attest/releases) - [Changelog](https://github.com/actions/attest/blob/main/RELEASE.md) - [Commits](f7c74d28b9...508db95dd5) Updates `trufflesecurity/trufflehog` from 3.95.9 to 3.96.0 - [Release notes](https://github.com/trufflesecurity/trufflehog/releases) - [Commits](27b0417c16...6f3c981e7b) Updates `useblacksmith/stickydisk` from 1.4.0 to 1.5.0 - [Release notes](https://github.com/useblacksmith/stickydisk/releases) - [Commits](6d373c96a7...35ba2e331a) Updates `github/codeql-action/init` from 4.37.1 to 4.37.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](7188fc3636...f205ea1c33) Updates `github/codeql-action/analyze` from 4.37.1 to 4.37.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](7188fc3636...f205ea1c33) Updates `github/codeql-action/upload-sarif` from 4.37.1 to 4.37.4 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](7188fc3636...f205ea1c33) Updates `docker/setup-buildx-action` from 4.1.0 to 4.2.0 - [Release notes](https://github.com/docker/setup-buildx-action/releases) - [Commits](https://github.com/docker/setup-buildx-action/compare/v4.1.0...bb05f3f5519dd87d3ba754cc423b652a5edd6d2c) Updates `docker/login-action` from 4.2.0 to 4.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.2.0...dbcb813823bdd20940b903addbd779551569679f) Updates `useblacksmith/build-push-action` from 2.2.0 to 2.3.0 - [Release notes](https://github.com/useblacksmith/build-push-action/releases) - [Commits](fb9e3e6a92...9b0579bbec) --- updated-dependencies: - dependency-name: actions/attest dependency-version: 4.2.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: docker/login-action dependency-version: 4.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: docker/setup-buildx-action dependency-version: 4.2.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: github/codeql-action/analyze dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/init dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: github/codeql-action/upload-sarif dependency-version: 4.37.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions - dependency-name: trufflesecurity/trufflehog dependency-version: 3.96.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/build-push-action dependency-version: 2.3.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions - dependency-name: useblacksmith/stickydisk dependency-version: 1.5.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
132 lines
5.0 KiB
YAML
132 lines
5.0 KiB
YAML
name: CodeQL
|
|
|
|
on:
|
|
workflow_dispatch:
|
|
inputs:
|
|
profile:
|
|
description: CodeQL security profile to run
|
|
required: false
|
|
default: all
|
|
type: choice
|
|
options:
|
|
- all
|
|
- security
|
|
pull_request:
|
|
types: [opened, synchronize, reopened, ready_for_review]
|
|
paths:
|
|
- ".github/actions/**"
|
|
- ".github/codeql/**"
|
|
- ".github/workflows/**"
|
|
- "extensions/acpx/src/**"
|
|
- "extensions/bonjour/src/advertiser.ts"
|
|
- "extensions/browser/src/browser/chrome-mcp.ts"
|
|
- "extensions/browser/src/browser/chrome.executables.ts"
|
|
- "extensions/browser/src/browser/chrome.ts"
|
|
- "extensions/codex/src/app-server/sandbox-exec-server/**"
|
|
- "extensions/codex/src/app-server/transport-stdio.ts"
|
|
- "extensions/codex/src/node-cli-sessions.ts"
|
|
- "extensions/file-transfer/src/**"
|
|
- "extensions/google-meet/src/**"
|
|
- "extensions/imessage/src/**"
|
|
- "extensions/memory-core/src/memory/qmd-manager.ts"
|
|
- "extensions/memory-wiki/src/obsidian.ts"
|
|
- "extensions/microsoft-foundry/cli.ts"
|
|
- "extensions/ollama/src/wsl2-crash-loop-check.ts"
|
|
- "extensions/qa-lab/src/**"
|
|
- "extensions/signal/src/daemon.ts"
|
|
- "extensions/tts-local-cli/speech-provider.ts"
|
|
- "extensions/voice-call/src/**"
|
|
- "packages/**"
|
|
- "scripts/**"
|
|
- "src/**"
|
|
push:
|
|
branches:
|
|
- main
|
|
schedule:
|
|
- cron: "0 6 * * *"
|
|
|
|
concurrency:
|
|
group: codeql-${{ github.workflow }}-${{ github.event_name == 'workflow_dispatch' && format('manual-{0}', github.run_id) || github.event_name == 'pull_request' && format('pr-{0}', github.event.pull_request.number) || format('ref-{0}', github.ref) }}
|
|
cancel-in-progress: ${{ github.event_name == 'pull_request' || (github.event_name == 'push' && github.ref == 'refs/heads/main') }}
|
|
|
|
env:
|
|
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
|
|
|
|
permissions:
|
|
actions: read
|
|
contents: read
|
|
security-events: write
|
|
|
|
jobs:
|
|
security-high:
|
|
name: Security High (${{ matrix.category }})
|
|
if: ${{ (github.event_name != 'pull_request' || !github.event.pull_request.draft) && (github.event_name != 'workflow_dispatch' || inputs.profile == 'all' || inputs.profile == 'security') }}
|
|
runs-on: ${{ matrix.runs_on }}
|
|
timeout-minutes: ${{ matrix.timeout_minutes }}
|
|
strategy:
|
|
fail-fast: false
|
|
matrix:
|
|
include:
|
|
- language: javascript-typescript
|
|
category: core-auth-secrets
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-core-auth-secrets-critical-security.yml
|
|
- language: javascript-typescript
|
|
category: channel-runtime-boundary
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-channel-runtime-boundary-critical-security.yml
|
|
- language: javascript-typescript
|
|
category: network-ssrf-boundary
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-network-ssrf-boundary-critical-security.yml
|
|
- language: javascript-typescript
|
|
category: mcp-process-tool-boundary
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-mcp-process-tool-boundary-critical-security.yml
|
|
- language: javascript-typescript
|
|
category: process-exec-boundary
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-process-exec-boundary-critical-security.yml
|
|
- language: javascript-typescript
|
|
category: plugin-trust-boundary
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 25
|
|
config_file: ./.github/codeql/codeql-plugin-trust-boundary-critical-security.yml
|
|
- language: actions
|
|
category: actions
|
|
runs_on: ubuntu-24.04
|
|
timeout_minutes: 10
|
|
config_file: ./.github/codeql/codeql-actions-critical-security.yml
|
|
steps:
|
|
- name: Checkout
|
|
if: ${{ matrix.category != 'actions' }}
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
with:
|
|
submodules: false
|
|
|
|
- name: Checkout Actions security sources
|
|
if: ${{ matrix.category == 'actions' }}
|
|
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
|
|
with:
|
|
submodules: false
|
|
sparse-checkout: |
|
|
.github/actions
|
|
.github/workflows
|
|
.github/codeql
|
|
|
|
- name: Initialize CodeQL
|
|
uses: github/codeql-action/init@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
|
|
with:
|
|
languages: ${{ matrix.language }}
|
|
config-file: ${{ matrix.config_file }}
|
|
|
|
- name: Analyze
|
|
uses: github/codeql-action/analyze@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
|
|
with:
|
|
category: "/codeql-security-high/${{ matrix.category }}"
|