Merge pull request #3 from seemueller-io/1-fix-code-scanning-alert-workflow-does-not-contain-permissions

Set read permissions for workflows in tests and publish
This commit is contained in:
2025-01-09 18:14:57 -05:00
committed by GitHub
2 changed files with 6 additions and 0 deletions

View File

@@ -6,6 +6,9 @@ on:
jobs:
publish:
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4

View File

@@ -9,6 +9,9 @@ on:
jobs:
tests:
permissions:
contents: read
pull-requests: read
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4