1
0
mirror of https://github.com/lancedikson/bowser synced 2026-09-23 04:24:54 +00:00

fix: resolve open GitHub security findings (#630)

This commit is contained in:
Naor Peled
2026-08-30 21:05:22 +03:00
committed by GitHub
parent a88622557d
commit 1d7923497f
7 changed files with 322 additions and 563 deletions

View File

@@ -7,6 +7,10 @@ on:
- master
workflow_dispatch:
permissions:
contents: write
pull-requests: read
jobs:
prepare-deployment:
name: 📝 Draft or update next release

View File

@@ -4,6 +4,9 @@ on:
push:
branches: [master]
permissions:
contents: read
jobs:
build:
runs-on: ubuntu-latest