mirror of
https://github.com/amd/blis.git
synced 2026-04-20 07:38:53 +00:00
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#16)
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
This commit is contained in:
3
.github/workflows/branch-name-check.yml
vendored
3
.github/workflows/branch-name-check.yml
vendored
@@ -4,6 +4,9 @@ on:
|
||||
pull_request:
|
||||
types: [opened, synchronize, reopened]
|
||||
|
||||
permissions:
|
||||
contents: read
|
||||
|
||||
jobs:
|
||||
check_branch_name:
|
||||
runs-on: Linux # Use the default GitHub-hosted runner with Linux
|
||||
|
||||
Reference in New Issue
Block a user