Skip to content

Commit f4ca5a6

Browse files
Potential fix for code scanning alert no. 1: Workflow does not contain permissions (#3)
Signed-off-by: Remy Duijsens <remyduijsens@gmail.com> Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
1 parent 098428b commit f4ca5a6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/ci-lint.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
lint:
1515
name: Checkstyle
1616
runs-on: ubuntu-latest
17+
permissions:
18+
contents: read
1719

1820
steps:
1921
- name: Checkout

0 commit comments

Comments
 (0)