From e3fbf126fb8c89c4f9fa87049a96f3396474129a 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:38 +0000 Subject: [PATCH 1/2] chore(deps): update actions/checkout digest to 34e1148 --- .github/workflows/docker-build.yaml | 4 ++-- .github/workflows/test.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index 7bee87b..88a624a 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -29,7 +29,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Install cosign if: github.event_name != 'pull_request' @@ -99,7 +99,7 @@ jobs: runs-on: [ default ] steps: - name: checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 - name: Set sha id: vars run: echo "sha_short=sha-$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index adfdade..c43ea67 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,7 +13,7 @@ jobs: lint: runs-on: [ default ] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -28,7 +28,7 @@ jobs: build: runs-on: [ default ] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4 + - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4 with: token: ${{ secrets.GITHUB_TOKEN }} From 9b8e48b46b59ead941eaa9baaf89923c354f7ee5 Mon Sep 17 00:00:00 2001 From: License Bot Date: Tue, 3 Mar 2026 17:03:20 +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 (