From b3a1fb795a75a82f3be1325031872dfe61cc2593 Mon Sep 17 00:00:00 2001 From: Evgeny Vereshchagin Date: Sun, 14 Nov 2021 09:37:54 +0000 Subject: [PATCH] ci: LGPLv2+ify dependapot config and codeql action --- .github/dependabot.yml | 2 ++ .github/workflows/codeql-analysis.yml | 4 ++++ 2 files changed, 6 insertions(+) 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: -- 2.47.3