From 61ba8ee915ee8a6a6c264c4177e15e15dca939b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 20:34:25 +0000 Subject: [PATCH 1/2] Bump aquasecurity/trivy-action from 0.33.1 to 0.34.0 Bumps [aquasecurity/trivy-action](https://github.com/aquasecurity/trivy-action) from 0.33.1 to 0.34.0. - [Release notes](https://github.com/aquasecurity/trivy-action/releases) - [Commits](https://github.com/aquasecurity/trivy-action/compare/b6643a29fecd7f34b3597bc6acb0a98b03d33ff8...c1824fd6edce30d7ab345a9989de00bbd46ef284) --- updated-dependencies: - dependency-name: aquasecurity/trivy-action dependency-version: 0.34.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/security.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index c364485..e9add00 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -29,7 +29,7 @@ jobs: uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Run Trivy vulnerability scanner in repo mode - uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1 + uses: aquasecurity/trivy-action@c1824fd6edce30d7ab345a9989de00bbd46ef284 # 0.34.0 with: scan-type: 'fs' ignore-unfixed: true From 837ca367d15787542f5db1b4b9cab612c75c4812 Mon Sep 17 00:00:00 2001 From: Alexander Adam Date: Mon, 16 Feb 2026 22:07:51 +0100 Subject: [PATCH 2/2] Update copyright year. Signed-off-by: Alexander Adam --- .github/CODEOWNERS | 2 +- .github/FUNDING.yml | 2 +- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- .github/dependabot.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/compliance.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/scorecard.yml | 2 +- .github/workflows/security.yml | 2 +- .github/workflows/test.yml | 2 +- .gitignore | 2 +- .golangci.yaml | 2 +- .markdownlint.json.license | 2 +- AUTHORS.md | 2 +- CODE_OF_CONDUCT.md | 2 +- CONTRIBUTING.md | 2 +- GOVERNANCE.md | 2 +- README.md | 2 +- SECURITY.md | 2 +- dmorph_logo.svg | 2 +- go.mod | 2 +- go.sum.license | 2 +- testData/01_base_table.sql | 2 +- testData/02_addon_table.sql | 2 +- 27 files changed, 27 insertions(+), 27 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 07d3794..8c54124 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 /.github/ @AlphaOne1 \ No newline at end of file diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml index 1dd502a..ef456c9 100644 --- a/.github/FUNDING.yml +++ b/.github/FUNDING.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The Dmorph contributors. +# SPDX-FileCopyrightText: 2026 The Dmorph contributors. # SPDX-License-Identifier: MPL-2.0 # These are supported funding model platforms diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index c214d4e..95de416 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -1,4 +1,4 @@ - diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 6923bab..dcc6574 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -1,4 +1,4 @@ - diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 3000218..b326f8a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,4 @@ - diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8452a70..6de7b79 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 # # To get started with Dependabot version updates, you'll need to specify which diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 674c223..6427402 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 # # For most projects, this workflow file will not need changing; you simply need diff --git a/.github/workflows/compliance.yml b/.github/workflows/compliance.yml index a5971af..8fa1409 100644 --- a/.github/workflows/compliance.yml +++ b/.github/workflows/compliance.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 name: Compliance Checks diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 82fe4cc..0698e81 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 # # Dependency Review Action diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6b31d44..30fce2a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 name: Release diff --git a/.github/workflows/scorecard.yml b/.github/workflows/scorecard.yml index d976678..cd06a7b 100644 --- a/.github/workflows/scorecard.yml +++ b/.github/workflows/scorecard.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 # # This workflow uses actions not certified by GitHub. They are provided diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index e9add00..fad6382 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 name: Security diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 73e2ec1..d4084b6 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 name: Tests diff --git a/.gitignore b/.gitignore index ff7b2ef..8900797 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 .idea diff --git a/.golangci.yaml b/.golangci.yaml index a3c54af..18981e5 100644 --- a/.golangci.yaml +++ b/.golangci.yaml @@ -1,4 +1,4 @@ -# SPDX-FileCopyrightText: 2025 The DMorph contributors. +# SPDX-FileCopyrightText: 2026 The DMorph contributors. # SPDX-License-Identifier: MPL-2.0 # Configuration file for golangci-lint diff --git a/.markdownlint.json.license b/.markdownlint.json.license index 4d1ff0d..2a932e9 100644 --- a/.markdownlint.json.license +++ b/.markdownlint.json.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2025 The DMorph contributors. +SPDX-FileCopyrightText: 2026 The DMorph contributors. SPDX-License-Identifier: MPL-2.0 diff --git a/AUTHORS.md b/AUTHORS.md index 6c9a57e..6994e67 100644 --- a/AUTHORS.md +++ b/AUTHORS.md @@ -1,4 +1,4 @@ - diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 555aa8c..955d133 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -1,4 +1,4 @@ - diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 25ec50b..e05fed1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,4 +1,4 @@ - diff --git a/GOVERNANCE.md b/GOVERNANCE.md index 2107676..8ad5d7e 100644 --- a/GOVERNANCE.md +++ b/GOVERNANCE.md @@ -1,5 +1,5 @@ diff --git a/README.md b/README.md index 26a2519..3653151 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ - diff --git a/SECURITY.md b/SECURITY.md index c94c443..296be3d 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,4 @@ - diff --git a/dmorph_logo.svg b/dmorph_logo.svg index 586d9d7..fc34a04 100644 --- a/dmorph_logo.svg +++ b/dmorph_logo.svg @@ -1,5 +1,5 @@ - diff --git a/go.mod b/go.mod index 5e18a4b..a80b7c9 100644 --- a/go.mod +++ b/go.mod @@ -1,4 +1,4 @@ -// SPDX-FileCopyrightText: 2025 The DMorph contributors. +// SPDX-FileCopyrightText: 2026 The DMorph contributors. // SPDX-License-Identifier: MPL-2.0 module github.com/AlphaOne1/dmorph diff --git a/go.sum.license b/go.sum.license index 4d1ff0d..2a932e9 100644 --- a/go.sum.license +++ b/go.sum.license @@ -1,2 +1,2 @@ -SPDX-FileCopyrightText: 2025 The DMorph contributors. +SPDX-FileCopyrightText: 2026 The DMorph contributors. SPDX-License-Identifier: MPL-2.0 diff --git a/testData/01_base_table.sql b/testData/01_base_table.sql index c1f26f2..4e523da 100644 --- a/testData/01_base_table.sql +++ b/testData/01_base_table.sql @@ -1,4 +1,4 @@ --- SPDX-FileCopyrightText: 2025 The DMorph contributors. +-- SPDX-FileCopyrightText: 2026 The DMorph contributors. -- SPDX-License-Identifier: MPL-2.0 CREATE TABLE tab0 ( diff --git a/testData/02_addon_table.sql b/testData/02_addon_table.sql index 66b412d..a15d2d0 100644 --- a/testData/02_addon_table.sql +++ b/testData/02_addon_table.sql @@ -1,4 +1,4 @@ --- SPDX-FileCopyrightText: 2025 The DMorph contributors. +-- SPDX-FileCopyrightText: 2026 The DMorph contributors. -- SPDX-License-Identifier: MPL-2.0 CREATE TABLE tab1 (