Skip to content

Commit ea936f1

Browse files
committed
chore: run rekres
Run rekres to bump workflows. Signed-off-by: Mateusz Urbanek <mateusz.urbanek@siderolabs.com>
1 parent b2c955e commit ea936f1

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/ci.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 2026-04-22T18:04:43Z by kres 8299790.
3+
# Generated on 2026-05-18T11:01:25Z by kres 85aa5ad.
44

55
concurrency:
66
group: ${{ github.head_ref || github.run_id }}
@@ -95,7 +95,7 @@ jobs:
9595
make nonfree PUSH=true
9696
- name: Retrieve PR labels
9797
id: retrieve-pr-labels
98-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # version: v8.0.0
98+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # version: v9.0.0
9999
with:
100100
retries: "3"
101101
script: |
@@ -122,14 +122,14 @@ jobs:
122122
make release-notes
123123
- name: Release
124124
if: startsWith(github.ref, 'refs/tags/')
125-
uses: softprops/action-gh-release@153bb8e04406b158c6c84fc1615b65b24149a1fe # version: v2.6.1
125+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # version: v3.0.0
126126
with:
127127
body_path: _out/RELEASE_NOTES.md
128128
draft: "true"
129129
reproducibility:
130130
runs-on:
131131
group: pkgs
132-
if: contains(fromJSON(needs.default.outputs.labels), 'integration/reproducibility')
132+
if: contains(fromJSON(needs.default.outputs.labels || '[]'), 'integration/reproducibility')
133133
needs:
134134
- default
135135
steps:

.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 2026-04-22T18:04:43Z by kres 8299790.
3+
# Generated on 2026-05-18T11:01:25Z by kres 85aa5ad.
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@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
21+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
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 2026-04-22T18:04:43Z by kres 8299790.
3+
# Generated on 2026-05-18T11:01:25Z by kres 85aa5ad.
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@af78098f536edbc4de71162a307590698245be95 # version: v3.0.1
27+
uses: slackapi/slack-github-action@03ea5433c137af7c0495bc0cad1af10403fc800c # version: v3.0.2
2828
with:
2929
method: chat.postMessage
3030
payload: |

0 commit comments

Comments
 (0)