Skip to content

Commit 86f4cfe

Browse files
All the security features from Naveen Srinivasan
1 parent 27faed2 commit 86f4cfe

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "weekly"

.github/workflows/compile.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
name: compile
22
on: [push]
33

4+
permissions:
5+
contents: read
6+
47
jobs:
58
compile:
69
runs-on: ubuntu-20.04

0 commit comments

Comments
 (0)