mirror of
https://github.com/systemd/systemd
synced 2026-04-22 06:54:51 +02:00
Compare commits
No commits in common. "82e4b0305b789f1765f7d3ad74ff6730424c9f74" and "ee48779e05831a0ec5e1ba5e7ed5fe92aaca1d9e" have entirely different histories.
82e4b0305b
...
ee48779e05
6
.github/workflows/codeql-analysis.yml
vendored
6
.github/workflows/codeql-analysis.yml
vendored
@ -43,7 +43,7 @@ jobs:
|
||||
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
|
||||
|
||||
- name: Initialize CodeQL
|
||||
uses: github/codeql-action/init@75f07e7ab2ee63cba88752d8c696324e4df67466
|
||||
uses: github/codeql-action/init@384cfc42b2131df01c009d3d2eed7b78d8e8556e
|
||||
with:
|
||||
languages: ${{ matrix.language }}
|
||||
config-file: ./.github/codeql-config.yml
|
||||
@ -51,7 +51,7 @@ jobs:
|
||||
- run: sudo -E .github/workflows/unit_tests.sh SETUP
|
||||
|
||||
- name: Autobuild
|
||||
uses: github/codeql-action/autobuild@75f07e7ab2ee63cba88752d8c696324e4df67466
|
||||
uses: github/codeql-action/autobuild@384cfc42b2131df01c009d3d2eed7b78d8e8556e
|
||||
|
||||
- name: Perform CodeQL Analysis
|
||||
uses: github/codeql-action/analyze@75f07e7ab2ee63cba88752d8c696324e4df67466
|
||||
uses: github/codeql-action/analyze@384cfc42b2131df01c009d3d2eed7b78d8e8556e
|
||||
|
||||
2
.github/workflows/labeler.yml
vendored
2
.github/workflows/labeler.yml
vendored
@ -16,7 +16,7 @@ jobs:
|
||||
permissions:
|
||||
pull-requests: write
|
||||
steps:
|
||||
- uses: actions/labeler@3d612d72e6784a1a65365cc6d33b5a001c12bf10
|
||||
- uses: actions/labeler@69da01b8e0929f147b8943611bee75ee4175a49e
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||
configuration-path: .github/labeler.yml
|
||||
|
||||
6
.github/workflows/requirements.txt
vendored
6
.github/workflows/requirements.txt
vendored
@ -1,6 +1,6 @@
|
||||
meson==0.61.2 \
|
||||
--hash=sha256:0233a7f8d959079318f6052b0939c27f68a5de86ba601f25c9ee6869fb5f5889 \
|
||||
--hash=sha256:2e2d71c4d8e47624cc9fdff6de92915b3e143fc800cc44ccedd2a88362ebe4dd
|
||||
meson==0.60.3 \
|
||||
--hash=sha256:b74083e2d8608f5a499827b09e1692f31fc4be0370841439379f413c75f4b438 \
|
||||
--hash=sha256:87ca5fa9358a01864529392bd64e027158eb94afca7c7766b1866ef27eccb98e
|
||||
ninja==1.10.2.3 \
|
||||
--hash=sha256:0560eea57199e41e86ac2c1af0108b63ae77c3ca4d05a9425a750e908135935a \
|
||||
--hash=sha256:21a1d84d4c7df5881bfd86c25cce4cf7af44ba2b8b255c57bc1c434ec30a2dfc \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user