43 Commits

Author SHA1 Message Date
renovate[bot]
3590b7074a chore(deps): update actions/checkout action to v6 2025-11-20 19:00:41 +00:00
dependabot[bot]
debb358081 chore(deps): bump github/codeql-action from 3 to 4
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3 to 4.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v3...v4)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: '4'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-10-08 00:04:31 +00:00
Kamil Mysliwiec
9a97ff4494 Merge pull request #15528 from nestjs/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2025-08-28 12:59:28 +02:00
Micael Levi L. Cavalcante
c14e8e37b5 chore: update bug report issue template
remove useless fields
2025-08-14 12:08:04 -04:00
dependabot[bot]
e3ba7d1219 chore(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-12 09:22:01 +00:00
Micael Levi L. Cavalcante
78e61c4429 chore: add issue types to issue templates forms 2025-01-14 08:24:19 -04:00
Micael Levi L. Cavalcante
ee373079be chore: use markdown highlight on bug report issue template 2024-06-21 22:00:30 -04:00
dependabot[bot]
2101bae001 chore(deps): bump github/codeql-action from 2 to 3
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2 to 3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v2...v3)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-14 00:33:35 +00:00
Micael Levi L. Cavalcante
43a7f9cda1 chore: add notice about closing unreproducible issues on bug report issue template 2023-11-19 13:33:20 -04:00
SADIK KUZU
53ca275f9f Fix typo in Bug_report.yml 2023-10-31 19:15:39 +03:00
dependabot[bot]
5f687d1aa8 chore(deps): bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-09-05 00:17:19 +00:00
Autofix
3a6016c3df Autofix: trailing-spaces 2023-06-12 10:26:57 +00:00
Jongwoo Han
6b456a8cce docs: fix typo 2023-03-02 06:49:33 +09:00
stevejkang
ac89fc64ce docs: fix typo 2023-02-24 22:25:17 +09:00
Oscar Dominguez
de9704e06c ci(codeql-analysis): upgrade actions/checkout to v3 2022-10-01 19:28:47 +02:00
Alex
831da1c6bd Update codeql-analysis.yml
Signed-off-by: sashashura <93376818+sashashura@users.noreply.github.com>
2022-09-01 16:15:48 +01:00
dependabot[bot]
7685993942 chore(deps): bump github/codeql-action from 1 to 2
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 1 to 2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](https://github.com/github/codeql-action/compare/v1...v2)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 00:52:00 +00:00
Kamil Mysliwiec
0e1ee44276 Merge pull request #9374 from turrisxyz/naveen/feat/extended-security-codeql
Enhanced codeql security scanning
2022-03-25 11:11:01 +01:00
naveensrinivasan
40cfd37fb3 Enhanced codeql security scanning
- Enhanced the codeql enhanced security scanning.
https://github.blog/2022-02-17-code-scanning-finds-vulnerabilities-using-machine-learning/

Signed-off-by: naveensrinivasan <172697+naveensrinivasan@users.noreply.github.com>
2022-03-24 19:14:29 +00:00
naveensrinivasan
ae52d9651a Included dependabot for GitHub actions
At the moment there isn't a dependabot config for githubactions. With
this it includes for GitHub actions.

The GitHub actions aren't getting updates. The codeql github action has release of
2.8.3 and the one that is running right now is at 1.x.x. The codeql
  plays a critical role in identifying vulnerabilities.
2022-03-24 19:01:12 +00:00
Kamil Mysliwiec
c0092190b6 Update .github/ISSUE_TEMPLATE/Bug_report.yml 2022-01-03 10:08:54 +01:00
Micael Levi (@micalevisk)
303c5faed7 chore: minor improvements to github issue templates 2021-12-31 19:17:47 -04:00
Micael Levi (lab)
9361b1b267 chore(): migrate to github issue forms from issue templates
More about GitHub issue forms here:
https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2021-10-03 21:59:53 -04:00
Daniel Díaz
6515a2c12f style: update PR template markdown file 2021-07-09 22:37:25 -06:00
dependabot-preview[bot]
8ee2ff6f98 Create Dependabot config file 2020-11-20 14:13:05 +00:00
Kamil Mysliwiec
f6982aa2a3 Create codeql-analysis.yml 2020-07-29 09:07:14 +02:00
Kamil Mysliwiec
a922017cd9 Update FUNDING.yml 2019-11-05 14:36:34 +01:00
Kamil Myśliwiec
f5e2306279 chore() add lock app 2019-09-23 16:31:38 +02:00
Michael Kaufman
1068aa33d6 Fixes Funding Link
chore() Fixes broken funding link for open collective
2019-06-06 09:20:03 -04:00
Kamil Myśliwiec
e01111d9e3 chore(): add FUNDING.yml 2019-05-24 11:06:54 +02:00
Kamil Myśliwiec
d85a6ff15c chore(): remove .github funding 2019-05-24 11:06:35 +02:00
Kamil Myśliwiec
fbb6147303 chore(): hotfix 2019-05-24 09:59:42 +02:00
Kamil Myśliwiec
a23b5bd793 Merge branch 'master' of https://github.com/nestjs/nest 2019-05-24 09:59:08 +02:00
Kamil Myśliwiec
2fe8081c68 chore(): add FUNDING.md 2019-05-24 09:58:27 +02:00
Kamil Mysliwiec
b04f1f4cfd Update Bug_report.md 2019-05-24 08:56:14 +02:00
Livio
f9d70391e1 chore(): Add needs triage label to issue templates
Adds the 'need triage' label automatically
when creating an issue from the
issue templates
2019-05-22 18:42:31 +02:00
Livio
418da4f097 chore(): Add issue templates 2019-05-21 17:16:21 +02:00
Kamil Myśliwiec
55600edb2d docs(@nestjs) add PULL_REQUEST_TEMPLATE 2018-05-19 10:32:27 +02:00
Wilson Hobbs
d059732a7f Add request to search for existing issue 2017-11-15 10:11:49 -05:00
Wilson Hobbs
ec4afe0461 Update ISSUE_TEMPLATE.md 2017-11-15 10:09:57 -05:00
Wilson Hobbs
95b49bee08 Create ISSUE_TEMPLATE to quickly sort out issues 2017-11-14 17:29:26 -05:00
kamil.mysliwiec
9bf3661564 feat(@nestjs) reactive microservices, custom transport strategy, websockets adapter, exception filters breaking change, async pipes feature 2017-06-01 00:39:40 +02:00
Xavier Damman
9985e62171 Added template for new issue / pull request 2017-05-23 01:38:42 -04:00