1
0
Fork 0
mirror of https://github.com/dani-garcia/vaultwarden.git synced 2025-09-30 13:30:32 +00:00

Update workflows and enhance security

This commit updates the workflow files and also fixes some security issues which were reported by using zizmor https://github.com/woodruffw/zizmor

Signed-off-by: BlackDex <black.dex@gmail.com>
This commit is contained in:
BlackDex 2025-02-03 17:16:06 +01:00
commit efb941b018
No known key found for this signature in database
GPG key ID: 58C80A2AA6C765E1
5 changed files with 134 additions and 81 deletions

View file

@ -1,3 +1,6 @@
name: Cleanup
permissions: {}
on:
workflow_dispatch:
inputs:
@ -9,10 +12,11 @@ on:
schedule:
- cron: '0 1 * * FRI'
name: Cleanup
jobs:
releasecache-cleanup:
name: Releasecache Cleanup
permissions:
packages: write
runs-on: ubuntu-24.04
continue-on-error: true
timeout-minutes: 30