Skip to content
This repository was archived by the owner on Sep 8, 2025. It is now read-only.

Commit e9beae7

Browse files
committed
Add CODEOWNERS, update workflows
- Add the missing CODEOWNERS file - Upgrade to actions/checkout@v4
1 parent a25d0ac commit e9beae7

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/CODEOWNERS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
2+
3+
/.github/** @ritterim/GitGuardians

.github/workflows/azure-static-web-apps-delightful-wave-0b6a5650f.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
name: Build and Deploy Job
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
with:
2020
submodules: true
2121
- name: Build And Deploy

0 commit comments

Comments
 (0)