Skip to content

Commit

Permalink
Add SPDX license headers to workflow files
Browse files Browse the repository at this point in the history
Included appropriate SPDX headers to ensure clear licensing information in both CodeQL and Dependabot workflow files. This improves compliance and transparency across the repository.
  • Loading branch information
wneessen committed Sep 13, 2024
1 parent 3205321 commit 8b21218
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 10 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2024 Winni Neessen <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

version: 2
updates:
- package-ecosystem: github-actions
Expand Down
13 changes: 3 additions & 10 deletions .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,7 @@
# For most projects, this workflow file will not need changing; you simply need
# to commit it to your repository.
#
# You may wish to alter this file to override the set of languages analyzed,
# or to provide custom queries or build logic.
#
# ******** NOTE ********
# We have attempted to detect the languages in your repository. Please check
# the `language` matrix defined below to confirm you have the correct set of
# supported CodeQL languages.
# SPDX-FileCopyrightText: 2024 Winni Neessen <[email protected]>
#
# SPDX-License-Identifier: CC0-1.0

name: "CodeQL"

on:
Expand Down

0 comments on commit 8b21218

Please sign in to comment.