-
Notifications
You must be signed in to change notification settings - Fork 10
Merging develop to main #1
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
Conversation
Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
|
|
||
| jobs: | ||
| lint-and-audit: | ||
| uses: PSMRI/.github/.github/workflows/lint_audit.yml@main |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
Show autofix suggestion
Hide autofix suggestion
Copilot Autofix
AI 8 months ago
To fix the issue, we will add a permissions block at the root of the workflow file. Since this workflow appears to perform linting and auditing tasks, it likely only requires contents: read permissions. This minimal permission allows the workflow to read the repository's contents without granting unnecessary write access.
The permissions block will be added directly under the name field to apply to all jobs in the workflow.
-
Copy modified lines R2-R3
| @@ -1,2 +1,4 @@ | ||
| name: ESLint and NPM Audit | ||
| permissions: | ||
| contents: read | ||
|
|
* fix(feature): ben details patch restriction on abha exists * fix(bug): family Planning & print abha card changes --------- Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
* fix(feature): ben details patch restriction on abha exists * fix(bug): family Planning & print abha card changes * fix(bug): abha id patch --------- Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
* fix(feature): ben details patch restriction on abha exists * fix(bug): family Planning & print abha card changes * fix(bug): abha id patch --------- Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Abdm facilitFamily tagging side panel details patch issue
…o abdmFacility
* fix(bug): Added benFlowId empty condition while patching ben details on left panel * fix(bug): added benflowid empty condition while patching ben details on left panel * fix: get ben family details changes
…o abdmFacility
* fix(bug): Added benFlowId empty condition while patching ben details on left panel * fix(bug): added benflowid empty condition while patching ben details on left panel * fix: get ben family details changes * hwc to aam changes
…o abdmFacility
Abdm facility id Issue
* registration comp changes * minor change for abdm Facility --------- Co-authored-by: devikasuresh20 <devika.s36@wipro.com> Co-authored-by: Karyamsetty Helen Grace <ka40094929@wipro.com>
Summary by CodeRabbit
New Features
Bug Fixes
Documentation
Tests