|
1 | | -# THIS FILE WAS AUTOMATICALLY GENERATED, PLEASE DO NOT EDIT. |
| 1 | +# THIS FILE WAS AUTOMATICALLY GENERATED BY KRES, PLEASE DO NOT EDIT. |
2 | 2 | # |
3 | | -# Generated on 2026-01-12T09:14:34Z by kres 0e8da31. |
| 3 | +# Generated on 2026-07-24T06:06:44Z by kres 5f4a4c6. |
4 | 4 |
|
5 | 5 | concurrency: |
6 | 6 | group: ${{ github.head_ref || github.run_id }} |
7 | 7 | cancel-in-progress: true |
8 | | -"on": |
| 8 | +'on': |
9 | 9 | push: |
10 | 10 | branches: |
11 | 11 | - main |
|
27 | 27 | pull-requests: read |
28 | 28 | runs-on: |
29 | 29 | group: generic |
30 | | - if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, 'dependabot/')) |
| 30 | + if: (!startsWith(github.head_ref, 'renovate/') && !startsWith(github.head_ref, |
| 31 | + 'dependabot/')) |
31 | 32 | steps: |
32 | 33 | - name: gather-system-info |
33 | 34 | id: system-info |
@@ -55,17 +56,25 @@ jobs: |
55 | 56 | done |
56 | 57 | continue-on-error: true |
57 | 58 | - name: checkout |
58 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1 |
| 59 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0 |
59 | 60 | - name: Unshallow |
60 | 61 | run: | |
61 | 62 | git fetch --prune --unshallow |
62 | 63 | - name: Set up Docker Buildx |
63 | 64 | id: setup-buildx |
64 | | - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0 |
| 65 | + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0 |
65 | 66 | with: |
66 | 67 | driver: remote |
67 | 68 | endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
68 | 69 | timeout-minutes: 10 |
| 70 | + - name: CI temp release tag |
| 71 | + if: github.event_name == 'pull_request' |
| 72 | + run: | |
| 73 | + make ci-temp-release-tag |
| 74 | + - name: Check dirty |
| 75 | + if: github.event_name == 'pull_request' |
| 76 | + run: | |
| 77 | + make check-dirty |
69 | 78 | - name: base |
70 | 79 | run: | |
71 | 80 | make base |
|
74 | 83 | make talos-vmtoolsd |
75 | 84 | - name: Login to registry |
76 | 85 | if: github.event_name != 'pull_request' |
77 | | - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # version: v3.6.0 |
| 86 | + uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # version: v4.4.0 |
78 | 87 | with: |
79 | 88 | password: ${{ secrets.GITHUB_TOKEN }} |
80 | 89 | registry: ghcr.io |
@@ -108,7 +117,7 @@ jobs: |
108 | 117 | make release-notes |
109 | 118 | - name: Release |
110 | 119 | if: startsWith(github.ref, 'refs/tags/') |
111 | | - uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # version: v2.5.0 |
| 120 | + uses: softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # version: v3.0.1 |
112 | 121 | with: |
113 | 122 | body_path: _out/RELEASE_NOTES.md |
114 | 123 | draft: "true" |
@@ -148,13 +157,13 @@ jobs: |
148 | 157 | done |
149 | 158 | continue-on-error: true |
150 | 159 | - name: checkout |
151 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1 |
| 160 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0 |
152 | 161 | - name: Unshallow |
153 | 162 | run: | |
154 | 163 | git fetch --prune --unshallow |
155 | 164 | - name: Set up Docker Buildx |
156 | 165 | id: setup-buildx |
157 | | - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0 |
| 166 | + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0 |
158 | 167 | with: |
159 | 168 | driver: remote |
160 | 169 | endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
@@ -195,13 +204,13 @@ jobs: |
195 | 204 | done |
196 | 205 | continue-on-error: true |
197 | 206 | - name: checkout |
198 | | - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # version: v6.0.1 |
| 207 | + uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # version: v7.0.0 |
199 | 208 | - name: Unshallow |
200 | 209 | run: | |
201 | 210 | git fetch --prune --unshallow |
202 | 211 | - name: Set up Docker Buildx |
203 | 212 | id: setup-buildx |
204 | | - uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f # version: v3.12.0 |
| 213 | + uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # version: v4.2.0 |
205 | 214 | with: |
206 | 215 | driver: remote |
207 | 216 | endpoint: tcp://buildkit-amd64.ci.svc.cluster.local:1234 |
|
0 commit comments