Compare commits

...

5 commits

Author SHA1 Message Date
Ahmad
55188e9c34
chore: merge pull request #369 from ahmadk953/alert-autofix-13
Some checks are pending
Commitlint / Run commitlint scanning (push) Waiting to run
ESLint / Run eslint scanning (push) Waiting to run
NodeJS Build and Compile / build (23.x) (push) Waiting to run
2025-05-04 15:51:34 -04:00
Ahmad
ac578f5c1f
ci: update .github/workflows/npm-build-and-compile.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
2025-05-04 15:19:11 -04:00
Ahmad
950d4d9b0f
Merge pull request #370 from ahmadk953/alert-autofix-12 2025-05-04 15:16:39 -04:00
Ahmad
046e3dcd06
ci: potential fix for code scanning alert no. 12: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
2025-05-04 15:07:39 -04:00
Ahmad
8b776c34d1
Potential fix for code scanning alert no. 13: Workflow does not contain permissions
Co-authored-by: Copilot Autofix powered by AI <62310815+github-advanced-security[bot]@users.noreply.github.com>
Signed-off-by: Ahmad <103906421+ahmadk953@users.noreply.github.com>
2025-05-04 15:06:36 -04:00
2 changed files with 6 additions and 0 deletions

View file

@ -2,6 +2,9 @@ name: Commitlint
on: [push, pull_request]
permissions:
contents: read
jobs:
commitlint:
name: Run commitlint scanning

View file

@ -1,5 +1,8 @@
name: NodeJS Build and Compile
permissions:
contents: read
actions: write
on:
push:
branches: ["main"]