Skip to content

Commit 3adb235

Browse files
authored
[BRE-848] Adding Workflow Permissions (#160)
1 parent d6f7dde commit 3adb235

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: main
1+
name: Main
22

33
on:
44
push:
@@ -7,7 +7,8 @@ on:
77
jobs:
88
# Perform a variety of checks
99
lint:
10-
runs-on: ubuntu-latest
10+
name: Lint
11+
runs-on: ubuntu-24.04
1112
permissions:
1213
contents: read
1314

0 commit comments

Comments
 (0)