Skip to content

Commit 2e0ba67

Browse files
feat(welcome): enhance UX and accessibility
- Add emojis to Zenity menu labels for better scan-ability. - Update shortcuts info box to use "KibaOS" branding. - Add Comment field to kiba-welcome.desktop for accessibility. - Pin actions/checkout and harden with persist-credentials: false. - Fix trailing whitespace in build workflow. Co-authored-by: christopherfoxjr <213370400+christopherfoxjr@users.noreply.github.com>
1 parent 92ef3f7 commit 2e0ba67

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/kiba.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@ jobs:
1010

1111
steps:
1212
- name: Checkout repository
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
14+
with:
15+
persist-credentials: false
1416

1517
- name: Create build script
1618
run: |
@@ -289,7 +291,7 @@ jobs:
289291
plasma-workspace-wallpapers
290292
plasma-discover
291293
plasma-discover-backend-flatpak
292-
294+
293295
sddm
294296
sddm-theme-debian-breeze
295297
plasma-nm

0 commit comments

Comments
 (0)