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.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b3a1fb795a75a82f3be1325031872dfe61cc2593;p=thirdparty%2Fsystemd.git ci: LGPLv2+ify dependapot config and codeql action --- diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c87da6a802e..3af03d106ad 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 4918f0cd622..c003cc51796 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: