Skip to content

Commit 7d57df0

Browse files
committed
feat: update Go to 1.25.5
Update via toolchain. Update ca-certitificates and rekres to pin actions. Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com> (cherry picked from commit e283ec8)
1 parent 188885e commit 7d57df0

File tree

8 files changed

+28
-28
lines changed

8 files changed

+28
-28
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-03-27T10:42:24Z by kres latest.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
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: 10 additions & 10 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-01T13:05:39Z by kres bc281a9.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -33,7 +33,7 @@ jobs:
3333
steps:
3434
- name: gather-system-info
3535
id: system-info
36-
uses: kenchan0130/actions-system-info@v1.4.0
36+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
3737
continue-on-error: true
3838
- name: print-system-info
3939
run: |
@@ -57,13 +57,13 @@ jobs:
5757
done
5858
continue-on-error: true
5959
- name: checkout
60-
uses: actions/checkout@v5
60+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
6161
- name: Unshallow
6262
run: |
6363
git fetch --prune --unshallow
6464
- name: Set up Docker Buildx
6565
id: setup-buildx
66-
uses: docker/setup-buildx-action@v3
66+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
6767
with:
6868
append: |
6969
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234
@@ -76,7 +76,7 @@ jobs:
7676
make
7777
- name: Login to registry
7878
if: github.event_name != 'pull_request'
79-
uses: docker/login-action@v3
79+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0
8080
with:
8181
password: ${{ secrets.GITHUB_TOKEN }}
8282
registry: ghcr.io
@@ -87,7 +87,7 @@ jobs:
8787
make PUSH=true
8888
- name: Retrieve PR labels
8989
id: retrieve-pr-labels
90-
uses: actions/github-script@v7
90+
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # version: v8.0.0
9191
with:
9292
retries: "3"
9393
script: |
@@ -106,7 +106,7 @@ jobs:
106106
make release-notes
107107
- name: Release
108108
if: startsWith(github.ref, 'refs/tags/')
109-
uses: softprops/action-gh-release@v2
109+
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0
110110
with:
111111
body_path: _out/RELEASE_NOTES.md
112112
draft: "true"
@@ -119,7 +119,7 @@ jobs:
119119
steps:
120120
- name: gather-system-info
121121
id: system-info
122-
uses: kenchan0130/actions-system-info@v1.4.0
122+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
123123
continue-on-error: true
124124
- name: print-system-info
125125
run: |
@@ -143,13 +143,13 @@ jobs:
143143
done
144144
continue-on-error: true
145145
- name: checkout
146-
uses: actions/checkout@v5
146+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
147147
- name: Unshallow
148148
run: |
149149
git fetch --prune --unshallow
150150
- name: Set up Docker Buildx
151151
id: setup-buildx
152-
uses: docker/setup-buildx-action@v3
152+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
153153
with:
154154
append: |
155155
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

.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-15T10:55:25Z by kres c691b83.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
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-09-19T05:24:45Z by kres 065ec4c.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
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-09-19T05:24:45Z by kres 065ec4c.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
44

55
"on":
66
workflow_run:
@@ -24,7 +24,7 @@ jobs:
2424
run: |
2525
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
2626
- name: Slack Notify
27-
uses: slackapi/slack-github-action@v2
27+
uses: slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # version: v2.1.1
2828
with:
2929
method: chat.postMessage
3030
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-08T09:05:35Z by kres 97ccf82.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
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"

.github/workflows/weekly.yaml

Lines changed: 4 additions & 4 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-09-19T05:24:45Z by kres 065ec4c.
3+
# Generated on 2025-12-03T10:00:01Z by kres 571923f.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -16,7 +16,7 @@ jobs:
1616
steps:
1717
- name: gather-system-info
1818
id: system-info
19-
uses: kenchan0130/actions-system-info@v1.4.0
19+
uses: kenchan0130/actions-system-info@59699597e84e80085a750998045983daa49274c4 # version: v1.4.0
2020
continue-on-error: true
2121
- name: print-system-info
2222
run: |
@@ -40,13 +40,13 @@ jobs:
4040
done
4141
continue-on-error: true
4242
- name: checkout
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # version: v6.0.0
4444
- name: Unshallow
4545
run: |
4646
git fetch --prune --unshallow
4747
- name: Set up Docker Buildx
4848
id: setup-buildx
49-
uses: docker/setup-buildx-action@v3
49+
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # version: v3.11.1
5050
with:
5151
append: |
5252
- endpoint: tcp://buildkit-arm64.ci.svc.cluster.local:1234

Pkgfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
format: v1alpha2
66

77
vars:
8-
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-1-g1fcc15f
8+
TOOLCHAIN_IMAGE: ghcr.io/siderolabs/toolchain:v1.12.0-2-ge64f660
99

1010
# renovate: datasource=github-tags depName=argp-standalone/argp-standalone
1111
argp_standalone_version: 1.5.0
@@ -42,9 +42,9 @@ vars:
4242
bzip2_sha512: 083f5e675d73f3233c7930ebe20425a533feedeaaa9d8cc86831312a6581cefbe6ed0d08d2fa89be81082f2a5abdabca8b3c080bf97218a1bd59dc118a30b9f3
4343

4444
# renovate: datasource=repology depName=homebrew/ca-certificates
45-
ca_certificates_version: 2025-11-04
46-
ca_certificates_sha256: 8ac40bdd3d3e151a6b4078d2b2029796e8f843e3f86fbf2adbc4dd9f05e79def
47-
ca_certificates_sha512: 9d9f7ecc829bafc222501d8a66852d96a51f522b04a82963e4166c87b85d6a5e5eedb50ced2ef3026cd7cb06fcb4b7dca59c4157813a067cb7b185e32f2957ec
45+
ca_certificates_version: 2025-12-02
46+
ca_certificates_sha256: f1407d974c5ed87d544bd931a278232e13925177e239fca370619aba63c757b4
47+
ca_certificates_sha512: aef293e084ef15a55a4f9dee395ee4bbbadea1f5a49c0590e0ff67a0630b5298d2bc79699ab95d70be0d2d06f9f1e55fe676b3e1d5ff912df88f2d6bff0d5736
4848

4949
# renovate: datasource=git-tags extractVersion=^v(?<version>.*)$ depName=https://gitlab.kitware.com/cmake/cmake.git
5050
cmake_version: 4.1.2

0 commit comments

Comments
 (0)