Skip to content

Commit c53fcf6

Browse files
committed
chore: rekres with latest changes
Bring pinned hashes. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
1 parent 6cf115c commit c53fcf6

File tree

8 files changed

+33
-33
lines changed

8 files changed

+33
-33
lines changed

.conform.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2024-07-08T16:37:28Z by kres 8c8b007.
3+
# Generated on 2025-12-01T09:25:07Z by kres e1d6dac.
44

55
policies:
66
- type: commit
@@ -12,7 +12,7 @@ policies:
1212
gitHubOrganization: siderolabs
1313
spellcheck:
1414
locale: US
15-
maximumOfOneCommit: true
15+
maximumOfOneCommit: false
1616
header:
1717
length: 89
1818
imperative: true

.github/workflows/ci.yaml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
- name: gather-system-info
3333
id: system-info
34-
uses: kenchan0130/actions-system-info@v1.4.0
34+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3535
continue-on-error: true
3636
- name: print-system-info
3737
run: |
@@ -55,13 +55,13 @@ jobs:
5555
done
5656
continue-on-error: true
5757
- name: checkout
58-
uses: actions/checkout@v5
58+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
5959
- name: Unshallow
6060
run: |
6161
git fetch --prune --unshallow
6262
- name: Set up Docker Buildx
6363
id: setup-buildx
64-
uses: docker/setup-buildx-action@v3
64+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
6565
with:
6666
driver: remote
6767
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -75,7 +75,7 @@ jobs:
7575
make release-notes
7676
- name: Release
7777
if: startsWith(github.ref, 'refs/tags/')
78-
uses: softprops/action-gh-release@v2
78+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
7979
with:
8080
body_path: _out/RELEASE_NOTES.md
8181
draft: "true"
@@ -88,7 +88,7 @@ jobs:
8888
steps:
8989
- name: gather-system-info
9090
id: system-info
91-
uses: kenchan0130/actions-system-info@v1.4.0
91+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
9292
continue-on-error: true
9393
- name: print-system-info
9494
run: |
@@ -112,13 +112,13 @@ jobs:
112112
done
113113
continue-on-error: true
114114
- name: checkout
115-
uses: actions/checkout@v5
115+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
116116
- name: Unshallow
117117
run: |
118118
git fetch --prune --unshallow
119119
- name: Set up Docker Buildx
120120
id: setup-buildx
121-
uses: docker/setup-buildx-action@v3
121+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
122122
with:
123123
driver: remote
124124
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -135,7 +135,7 @@ jobs:
135135
steps:
136136
- name: gather-system-info
137137
id: system-info
138-
uses: kenchan0130/actions-system-info@v1.4.0
138+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
139139
continue-on-error: true
140140
- name: print-system-info
141141
run: |
@@ -159,13 +159,13 @@ jobs:
159159
done
160160
continue-on-error: true
161161
- name: checkout
162-
uses: actions/checkout@v5
162+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
163163
- name: Unshallow
164164
run: |
165165
git fetch --prune --unshallow
166166
- name: Set up Docker Buildx
167167
id: setup-buildx
168-
uses: docker/setup-buildx-action@v3
168+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
169169
with:
170170
driver: remote
171171
endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234
@@ -177,7 +177,7 @@ jobs:
177177
run: |
178178
make unit-tests-race
179179
- name: coverage
180-
uses: codecov/codecov-action@v5
180+
uses: codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # version: v5.5.1
181181
with:
182182
files: _out/coverage-unit-tests.txt
183183
flags: unit-tests

.github/workflows/lock.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-07-16T16:17:59Z by kres b869533.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
"on":
66
schedule:
@@ -14,7 +14,7 @@ jobs:
1414
- ubuntu-latest
1515
steps:
1616
- name: Lock old issues
17-
uses: dessant/lock-threads@v5.0.1
17+
uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # version: v5.0.1
1818
with:
1919
issue-inactive-days: "60"
2020
log-output: "true"

.github/workflows/slack-notify-ci-failure.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
"on":
66
workflow_run:
@@ -18,7 +18,7 @@ jobs:
1818
if: github.event.workflow_run.conclusion == 'failure' && github.event.workflow_run.event != 'pull_request'
1919
steps:
2020
- name: Slack Notify
21-
uses: slackapi/slack-github-action@v2
21+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2222
with:
2323
method: chat.postMessage
2424
payload: |

.github/workflows/slack-notify.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
"on":
66
workflow_run:
@@ -23,7 +23,7 @@ jobs:
2323
run: |
2424
echo pull_request_number=$(gh pr view -R ${{ github.repository }} ${{ github.event.workflow_run.head_repository.owner.login }}:${{ github.event.workflow_run.head_branch }} --json number --jq .number) >> $GITHUB_OUTPUT
2525
- name: Slack Notify
26-
uses: slackapi/slack-github-action@v2
26+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2727
with:
2828
method: chat.postMessage
2929
payload: |

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
"on":
66
schedule:
@@ -15,7 +15,7 @@ jobs:
1515
- ubuntu-latest
1616
steps:
1717
- name: Close stale issues and PRs
18-
uses: actions/stale@v10.1.0
18+
uses: actions/stale@5f858e3efba33a5ca4407a664cc011ad407f2008 # version: v10.1.0
1919
with:
2020
close-issue-message: This issue was closed because it has been stalled for 7 days with no activity.
2121
days-before-issue-close: "5"

Dockerfile

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
1-
# syntax = docker/dockerfile-upstream:1.19.0-labs
1+
# syntax = docker/dockerfile-upstream:1.20.0-labs
22

33
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
44
#
5-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
5+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
66

7-
ARG TOOLCHAIN
7+
ARG TOOLCHAIN=scratch
88

99
# cleaned up specs and compiled versions
1010
FROM scratch AS generate
1111

1212
# runs markdownlint
13-
FROM docker.io/oven/bun:1.3.0-alpine AS lint-markdown
13+
FROM docker.io/oven/bun:1.3.1-alpine AS lint-markdown
1414
WORKDIR /src
15-
RUN bun i markdownlint-cli@0.45.0 sentences-per-line@0.3.0
15+
RUN bun i markdownlint-cli@0.46.0 sentences-per-line@0.3.0
1616
COPY .markdownlint.json .
1717
COPY ./README.md ./README.md
1818
RUN bunx markdownlint --ignore "CHANGELOG.md" --ignore "**/node_modules/**" --ignore '**/hack/chglog/**' --rules sentences-per-line .

Makefile

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT.
22
#
3-
# Generated on 2025-10-24T13:46:55Z by kres 46e133d.
3+
# Generated on 2025-12-01T10:39:24Z by kres a1a34ff.
44

55
# common variables
66

@@ -18,15 +18,15 @@ REGISTRY ?= ghcr.io
1818
USERNAME ?= siderolabs
1919
REGISTRY_AND_USERNAME ?= $(REGISTRY)/$(USERNAME)
2020
PROTOBUF_GO_VERSION ?= 1.36.10
21-
GRPC_GO_VERSION ?= 1.5.1
21+
GRPC_GO_VERSION ?= 1.6.0
2222
GRPC_GATEWAY_VERSION ?= 2.27.3
2323
VTPROTOBUF_VERSION ?= 0.6.0
24-
GOIMPORTS_VERSION ?= 0.38.0
24+
GOIMPORTS_VERSION ?= 0.39.0
2525
GOMOCK_VERSION ?= 0.6.0
2626
DEEPCOPY_VERSION ?= v0.5.8
27-
GOLANGCILINT_VERSION ?= v2.5.0
28-
GOFUMPT_VERSION ?= v0.9.1
29-
GO_VERSION ?= 1.25.3
27+
GOLANGCILINT_VERSION ?= v2.6.2
28+
GOFUMPT_VERSION ?= v0.9.2
29+
GO_VERSION ?= 1.25.4
3030
GO_BUILDFLAGS ?=
3131
GO_LDFLAGS ?=
3232
CGO_ENABLED ?= 0

0 commit comments

Comments
 (0)