From 99d0d910e41e54fc083e8c164cee61a5f690fd03 Mon Sep 17 00:00:00 2001 From: "dnastack-renovate[bot]" <209827418+dnastack-renovate[bot]@users.noreply.github.com> Date: Tue, 3 Mar 2026 17:02:44 +0000 Subject: [PATCH 1/2] chore(deps): update actions/setup-go digest to 40f1582 --- .github/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adfdade..7c6ffee 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version-file: 'go.mod' token: ${{ secrets.GITHUB_TOKEN }} @@ -33,7 +33,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Set up Go - uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 + uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5 with: go-version-file: 'go.mod' token: ${{ secrets.GITHUB_TOKEN }} From 6d45f341f97b8cccbf34f64032c653abaa108ce3 Mon Sep 17 00:00:00 2001 From: License Bot Date: Tue, 3 Mar 2026 17:03:27 +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 (