Skip to content

Commit 6c7c3d0

Browse files
committed
Follow security advisories code-scanning 1 to 3
1 parent 858b89d commit 6c7c3d0

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
name: ${{ matrix.os }}
1616
runs-on: ${{ matrix.os }}
17+
permissions:
18+
contents: read
1719

1820
strategy:
1921
matrix:

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
name: ${{ matrix.os }}
1616
runs-on: ${{ matrix.os }}
17+
permissions:
18+
contents: read
1719

1820
strategy:
1921
matrix:

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414

1515
name: ${{ matrix.os }}
1616
runs-on: ${{ matrix.os }}
17+
permissions:
18+
contents: read
1719

1820
strategy:
1921
matrix:

0 commit comments

Comments
 (0)