Skip to content

Commit 2dfeaeb

Browse files
Merge branch 'main' into fix/opensearch-insecure-file-permissions
2 parents 63691d4 + 93d963d commit 2dfeaeb

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.github/workflows/boil_release.yaml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,23 @@ jobs:
1414
name: Create Draft Release
1515
runs-on: ubuntu-latest
1616
steps:
17+
- name: Checkout
18+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
19+
with:
20+
persist-credentials: false
21+
fetch-depth: 0
22+
23+
- name: Generate Changelog
24+
id: changelog
25+
uses: orhun/git-cliff-action@d77b37db2e3f7398432d34b72a12aa3e2ba87e51 # v4.6.0
26+
with:
27+
config: rust/boil/cliff.toml
28+
args: --latest --strip header
29+
1730
- name: Create Draft Release
1831
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
1932
with:
33+
body: ${{ steps.changelog.outputs.content }}
2034
draft: true
2135

2236
build:

.github/workflows/ubi-rust-builder.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
strategy:
2525
fail-fast: false
2626
matrix:
27-
runner: ["ubuntu-latest", "ubicloud-standard-8-arm"]
27+
runner: ["ubuntu-latest", "ubicloud-standard-8-arm-ubuntu-2404"]
2828
ubi-version: ["ubi9"]
2929
runs-on: ${{ matrix.runner }}
3030
steps:

0 commit comments

Comments
 (0)