From: Evgeny Vereshchagin Date: Sun, 14 Nov 2021 09:37:54 +0000 (+0000) Subject: ci: LGPLv2+ify dependapot config and codeql action X-Git-Tag: v250-rc1~265^2~1 X-Git-Url: http://git-history.diyao.me/?a=commitdiff_plain;h=b3a1fb795a75a82f3be1325031872dfe61cc2593;p=systemd%2F.git ci: LGPLv2+ify dependapot config and codeql action --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c87da6a802..3af03d106a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-2.1-or-later + version: 2 updates: - package-ecosystem: "github-actions" diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 4918f0cd62..c003cc5179 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -1,3 +1,7 @@ +--- +# vi: ts=2 sw=2 et: +# SPDX-License-Identifier: LGPL-2.1-or-later +# name: "CodeQL" on: