Skip to content

Commit acaef67

Browse files
chore(deps): pin dependencies (#43)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2205dd6 commit acaef67

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414

1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
submodules: recursive
2020

2121

2222
- name: Set up Go
23-
uses: actions/setup-go@v5
23+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
2424
with:
2525
go-version-file: go.mod
2626

.github/workflows/publish.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-24.04
1818
steps:
1919
- name: Checkout code
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
2121
with:
2222
ssh-key: ${{ secrets.PUSH_KEY }}
2323
fetch-tags: true
@@ -48,28 +48,28 @@ jobs:
4848
exit 0
4949
5050
- name: Set up QEMU
51-
uses: docker/setup-qemu-action@v3
51+
uses: docker/setup-qemu-action@29109295f81e9208d7d86ff1c6c12d2833863392 # v3
5252

5353
- name: Set up Docker Context for Buildx
5454
id: buildx-context
5555
run: |
5656
docker context create builders
5757
5858
- name: Login to GitHub Container Registry
59-
uses: docker/login-action@v3
59+
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3
6060
with:
6161
registry: ghcr.io
6262
username: ${{ github.actor }}
6363
password: ${{ secrets.GITHUB_TOKEN }}
6464

6565
- name: Set up Docker Buildx
6666
timeout-minutes: 5
67-
uses: docker/setup-buildx-action@v3
67+
uses: docker/setup-buildx-action@b5ca514318bd6ebac0fb2aedd5d36ec1b5c232a2 # v3
6868
with:
6969
version: latest
7070

7171
- name: Set up Go
72-
uses: actions/setup-go@v5
72+
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
7373
with:
7474
go-version-file: go.mod
7575

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-24.04
1515
steps:
1616
- name: Checkout code
17-
uses: actions/checkout@v4
17+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1818
with:
1919
ssh-key: ${{ secrets.PUSH_KEY }}
2020
fetch-tags: true
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Build Changelog
7474
id: github_release
75-
uses: mikepenz/release-changelog-builder-action@v5
75+
uses: mikepenz/release-changelog-builder-action@e92187bd633e680ebfdd15961a7c30b2d097e7ad # v5
7676
with:
7777
mode: "PR"
7878
configurationJson: |
@@ -106,7 +106,7 @@ jobs:
106106

107107
- name: Create GitHub release
108108
if: ${{ env.SKIP != 'true' }}
109-
uses: softprops/action-gh-release@v2
109+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2
110110
with:
111111
tag_name: ${{ env.version }}
112112
name: Release ${{ env.version }}

.github/workflows/reuse.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ jobs:
66
test:
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/checkout@v4
9+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
1010
- name: REUSE Compliance Check
11-
uses: fsfe/reuse-action@v5
11+
uses: fsfe/reuse-action@bb774aa972c2a89ff34781233d275075cbddf542 # v5

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Use distroless as minimal base image to package the manager binary
22
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3-
FROM gcr.io/distroless/static:nonroot
3+
FROM gcr.io/distroless/static:nonroot@sha256:c0f429e16b13e583da7e5a6ec20dd656d325d88e6819cafe0adb0828976529dc
44
ARG TARGETARCH
55
WORKDIR /
66
COPY bin/manager-linux.${TARGETARCH} /manager

charts/control-plane-operator/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ image:
88
repository: ghcr.io/openmcp-project/github.com/openmcp-project/control-plane-operator/images/control-plane-operator
99
pullPolicy: IfNotPresent
1010
# Overrides the image tag whose default is the chart appVersion.
11-
tag: v0.1.5
11+
tag: v0.1.5@sha256:821e518dc52365d3d06501e3b1f677f64127f7e2923fd47beac56b38f7518254
1212

1313
imagePullSecrets: []
1414
nameOverride: ""

0 commit comments

Comments
 (0)