Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

BE OAuth Configuration #858

Closed
wants to merge 20 commits into from

Merge main

e2846b7
Select commit
Loading
Failed to load commit list.
Closed

BE OAuth Configuration #858

Merge main
e2846b7
Select commit
Loading
Failed to load commit list.
GitHub Advanced Security / CodeQL completed May 20, 2024 in 3s

Error when processing the SARIF file

Warning: Code scanning may not have found all the alerts introduced by this pull request, because 4 configurations present on refs/heads/main were not found:

Actions workflow (web_codeql.yml)

  • ❓  web

Actions workflow (mobile_codeql.yml)

  • ❓  mobile

Actions workflow (frontend_lib_codeql.yml)

  • ❓  lib

Actions workflow (backend_codeql.yml)

  • ❓  backend

New alerts in code changed by this pull request

  • 2 warnings
  • 2 notes

See annotations below for details.

View all branch alerts.

Annotations

Check notice on line 3 in frontend/dashboard/src/app/page.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import useEffect.

Check notice on line 4 in frontend/dashboard/src/app/page.tsx

See this annotation in the file changed.

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused import calendarAuthRedirect.

Check warning on line 21 in frontend/dashboard/src/store/store.ts

See this annotation in the file changed.

Code scanning / CodeQL

Variable not declared before use Warning

Variable 'clubReducer' is used before its
declaration
.

Check warning on line 22 in frontend/dashboard/src/store/store.ts

See this annotation in the file changed.

Code scanning / CodeQL

Variable not declared before use Warning

Variable 'recruitmentReducer' is used before its
declaration
.