Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

trivial: Allow plugins to restart the install-loop without using hacks#10305

trivial: Allow plugins to restart the install-loop without using hacks

trivial: Allow plugins to restart the install-loop without using hacks #10305

name:"CodeQL"
on:
push:
branches:[ main ]
pull_request:
branches:[ main ]
permissions:
contents:read
jobs:
analyze:
name:Analyze
runs-on:ubuntu-22.04
permissions:
actions:read
contents:read
security-events:write
strategy:
fail-fast:false
matrix:
language:[ 'cpp', 'python' ]
steps:
-name:Checkout repository
uses:actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683# v4.2.2
-name:Initialize CodeQL
uses:github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5# v3.28.11
with:
languages:${{ matrix.language }}
-name:Install dependencies
run:|
sudo rm -f /etc/apt/sources.list.d/microsoft-prod.list
sudo apt-get update
sudo ./contrib/ci/fwupd_setup_helpers.py install-dependencies --yes -o ubuntu
python3 -m pip install --user "meson >= 0.62.0"
-name:Build
run:|
mkdir -p $GITHUB_WORKSPACE/build
cd $GITHUB_WORKSPACE/build
meson setup .. -Dman=false --prefix=$GITHUB_WORKSPACE/dist -Dlibxmlb:gtkdoc=false
ninja
-name:Perform CodeQL Analysis
uses:github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5# v3.28.11

[8]ページ先頭

©2009-2025 Movatter.jp