Skip to content

Commit 357d3fc

Browse files
Potential fix for code scanning alert no. 2: Workflow does not contain permissions (#22)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent d710eab commit 357d3fc

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ppa-publish.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ on:
1616
required: false
1717
default: "resolute,noble,jammy"
1818

19+
permissions:
20+
contents: read
21+
1922
jobs:
2023
resolve:
2124
runs-on: ubuntu-24.04

0 commit comments

Comments
 (0)