Skip to content

Commit c969b07

Browse files
authored
Updating GH action permissions (#1)
1 parent b52e315 commit c969b07

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,14 +15,16 @@ jobs:
1515
build:
1616
name: "Package stability ${{ matrix.stability }}"
1717
runs-on: ubuntu-latest
18+
permissions:
19+
contents: read
1820

1921
strategy:
2022
matrix:
2123
stability: [ 'stable', 'lowest' ]
2224

2325
steps:
2426
- name: Checkout Repo
25-
uses: actions/checkout@v2
27+
uses: actions/checkout@v3
2628

2729
- name: Build Container
2830
run: make build
File renamed without changes.

0 commit comments

Comments
 (0)