Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettladley committed Mar 7, 2024
1 parent 35cede9 commit ce0737d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/backend_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
cd ./backend/ && go build -o backend src/main.go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: backend
2 changes: 2 additions & 0 deletions .github/workflows/cli_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,5 @@ jobs:
cd ./cli/ && go build -o cli main.go
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: cli
2 changes: 2 additions & 0 deletions .github/workflows/mobile_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
working-directory: frontend/sac-mobile
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: mobile
2 changes: 2 additions & 0 deletions .github/workflows/web_codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,5 @@ jobs:
working-directory: frontend/sac-web
- name: Perform CodeQL Analysis
uses: github/codeql-action/analyze@v3
with:
category: web

0 comments on commit ce0737d

Please sign in to comment.