From 58a16eaa0f1f71f511a3469fae43719e9ef58d1c Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 19:12:27 +0000 Subject: [PATCH 1/2] chore(deps): update amannn/action-semantic-pull-request digest to e32d7e6 --- .github/workflows/ci-pr-title.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-pr-title.yaml b/.github/workflows/ci-pr-title.yaml index 8be2636..9e96a00 100644 --- a/.github/workflows/ci-pr-title.yaml +++ b/.github/workflows/ci-pr-title.yaml @@ -10,7 +10,7 @@ jobs: runs-on: [default] steps: - name: CI Check Title - uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5 + uses: amannn/action-semantic-pull-request@e32d7e603df1aa1ba07e981f2a23455dee596825 # v5 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: From 3e2e79ddc868a81d3eb97c26d4b128fde8a2f7a8 Mon Sep 17 00:00:00 2001 From: License Bot Date: Tue, 3 Mar 2026 19:13:09 +0000 Subject: [PATCH 2/2] Automatic application of license header --- .dockerignore | 3 +++ pkg/resource/version.go | 3 +++ 2 files changed, 6 insertions(+) diff --git a/.dockerignore b/.dockerignore index 8248486..91346c1 100644 --- a/.dockerignore +++ b/.dockerignore @@ -1,2 +1,5 @@ +# SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and Greenhouse contributors +# SPDX-License-Identifier: Apache-2.0 + # local testing files that may contain secrets *.tmp.json diff --git a/pkg/resource/version.go b/pkg/resource/version.go index d82489e..afe318c 100644 --- a/pkg/resource/version.go +++ b/pkg/resource/version.go @@ -1,3 +1,6 @@ +// SPDX-FileCopyrightText: 2026 SAP SE or an SAP affiliate company and Greenhouse contributors +// SPDX-License-Identifier: Apache-2.0 + package resource import (