Mrugesh Mohapatra
0d88cb4b2d
chore: rename actions for consistency
2022-06-13 15:12:53 +05:30
renovate[bot]
385816436f
fix(deps): pin dependencies ( #46128 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-05-24 12:57:08 +05:30
Naveen
f2580f58a6
chore: set permissions for GitHub actions ( #45876 )
...
* chore: Set permissions for GitHub actions
Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much.
- Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions
https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions
https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs
[Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/ )
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com >
* Update .github/workflows/codeql-analysis.yml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/labeler.yaml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/node.js-tests-upcoming.yml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/node.js-tests.yml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/codeql-analysis.yml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/labeler.yaml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
* Update .github/workflows/labeler.yaml
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
Co-authored-by: Mrugesh Mohapatra <1884376+raisedadead@users.noreply.github.com >
2022-05-08 15:17:44 +05:30
renovate[bot]
bae89da34f
chore(deps): update actions/labeler action to v4 ( #45327 )
...
Co-authored-by: Renovate Bot <bot@renovateapp.com >
2022-03-03 13:41:44 +05:30
Mrugesh Mohapatra
f84d6078fd
chore(actions): use Ubuntu-20.04 in all workflows ( #44095 )
2021-11-02 17:19:50 +05:30
Oliver Eyton-Williams
c8d7f0a782
feat(tools): remove eslint-plugin-prettier for prettier ( #42438 )
...
* feat: remove eslint-plugin-prettier for prettier
This removes the annoying lint warnings when all that needs to change is
formatting
* fix: use .js lint-staged config to ignore properly
* fix: lint everything if a lot of files are changed
It's faster than making lots of individual linter calls
* chore: apply prettier
* fix: ignore code in curriculum-file-structure
2021-10-06 21:02:21 +05:30
Randell Dawson
50369edd12
feat(tools): Add a PR labeler action to the repo ( #41458 )
2021-03-13 22:14:19 +05:30