Commit Graph

81 Commits

Author SHA1 Message Date
dependabot[bot]
fc5fdc2ebd
Bump JetBrains/qodana-action from 2022.3.4 to 2023.1.0
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.3.4 to 2023.1.0.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.4...v2023.1.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2023-05-01 06:03:15 +00:00
dependabot[bot]
dd9bd645fb
Bump JetBrains/qodana-action from 2022.3.3 to 2022.3.4
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.3.3 to 2022.3.4.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.3...v2022.3.4)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-20 06:04:26 +00:00
dependabot[bot]
30b81e2ac9
Bump JetBrains/qodana-action from 2022.3.2 to 2022.3.3
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.3.2 to 2022.3.3.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.2...v2022.3.3)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-02-13 06:03:42 +00:00
dependabot[bot]
854bd4efa1
Bump JetBrains/qodana-action from 2022.3.0 to 2022.3.2
Bumps [JetBrains/qodana-action](https://github.com/JetBrains/qodana-action) from 2022.3.0 to 2022.3.2.
- [Release notes](https://github.com/JetBrains/qodana-action/releases)
- [Commits](https://github.com/JetBrains/qodana-action/compare/v2022.3.0...v2022.3.2)

---
updated-dependencies:
- dependency-name: JetBrains/qodana-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-30 05:08:05 +00:00
Laurent Destailleur
fc0a859e95 No mode need for doxygen github action 2023-01-05 15:35:09 +01:00
Laurent Destailleur
2a491ce1a6 Fix qodana 2023-01-05 04:08:22 +01:00
Laurent Destailleur
0e276fba5e Optimize 2023-01-05 00:37:46 +01:00
Laurent Destailleur
7430dd7369 Try to force php version 2023-01-05 00:35:06 +01:00
Laurent Destailleur
7719f8e9a5 Fix github action 2023-01-05 00:34:18 +01:00
Laurent Destailleur
c973b7d59c Try removing the copy 2023-01-02 04:33:42 +01:00
Laurent Destailleur
7dd3909227 Fix doxygen 2023-01-02 04:16:06 +01:00
Laurent Destailleur
f8f2e8ea9e Enhancement with doxygen 2023-01-02 03:52:29 +01:00
Laurent Destailleur
5148e6a1a2 Enhance doxygen conf 2023-01-02 03:08:57 +01:00
Laurent Destailleur
7e22e1e7b4 Clean php 2023-01-02 00:04:46 +01:00
Laurent Destailleur
73e776a441 Add option to start manually 2022-12-30 19:29:19 +01:00
Laurent Destailleur
e02aa8ab60 Clean setup 2022-12-30 15:22:09 +01:00
Laurent Destailleur
9442c1f289 Try to allow run of qobana trigger manually. 2022-12-30 15:18:18 +01:00
Laurent Destailleur
2df271f76c Fix qodana by cron only 2022-12-30 12:58:08 +01:00
Laurent Destailleur
081cfcc137 Add missing secret key 2022-12-30 12:42:45 +01:00
Laurent Destailleur
218f1c8cc3 Fix qodana script 2022-12-30 12:40:01 +01:00
Laurent Destailleur
c6dc598944 Add qodana as github action 2022-12-30 12:39:09 +01:00
Alex
c74bd4f204
Update stale-issues-safe.yml 2022-08-28 11:35:52 +01:00
dependabot[bot]
9464fe0abc
Bump actions/checkout from 2 to 3
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [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/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-27 09:52:41 +00:00
neilnaveen
da97012190 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: neilnaveen <42328488+neilnaveen@users.noreply.github.com>
2022-06-23 01:11:00 +00:00
Laurent Destailleur
535cfea03d Exclude test 2020-11-28 14:49:59 +01:00
Laurent Destailleur
59b445a103 Clean dead code 2020-11-28 14:47:39 +01:00
Laurent Destailleur
c3000e5098 Remove rule with +99% of false positive 2020-11-12 13:20:39 +01:00
Laurent Destailleur
5c672cca1d Fix exclude of dirs 2020-11-12 13:16:55 +01:00
Laurent Destailleur
0cc1cfbede Remove rule with +99% of false positive 2020-11-12 13:15:49 +01:00
Laurent Destailleur
0b6123328d Removed rule with +99% of false positives 2020-11-12 13:12:38 +01:00
Laurent Destailleur
75997bb8f5 Minor fixes 2020-10-12 14:01:15 +02:00
Laurent Destailleur
d3add1b718 Remove false postivie exakat error 2020-10-04 11:20:53 +02:00
Laurent Destailleur
51d0856f50 Remove bad exakat rules 2020-09-27 21:20:39 +02:00
Laurent Destailleur
41660000f7 Filter for exakat 2020-09-16 03:29:03 +02:00
Laurent Destailleur
4b3a2066a6 Test 2020-09-14 15:38:40 +02:00
Laurent Destailleur
553c2ddd0f Decrese delay to close stale 2020-08-31 12:18:49 +02:00
Laurent Destailleur
b3e87e89b7 Add more excluding tags 2020-03-22 20:35:47 +01:00
Laurent Destailleur
4c10d038e5 Fix list of tags 2020-03-12 22:21:35 +01:00
Laurent Destailleur
e035ea46e2 Keep only the staleunstale safe action 2020-03-12 22:16:16 +01:00
Laurent Destailleur
94b17d34c7 Fix hour 2020-03-12 18:56:56 +01:00
Laurent Destailleur
7a990845da Try fox several tags 2020-03-12 18:00:44 +01:00
Laurent Destailleur
872d683e97 Increase list of Tags to exclude of Stale/Unstale process 2020-03-12 16:51:41 +01:00
Laurent Destailleur
77730b882c Try to use my on code of stale 2020-03-12 14:28:33 +01:00
Laurent Destailleur
618f42fc1a Fix label 2020-03-12 00:26:17 +01:00
Laurent Destailleur
1eda778518 Increase nb of operations per run 2020-03-12 00:25:19 +01:00
Laurent Destailleur
20a695de2b Restore cron 2020-03-11 19:33:12 +01:00
Laurent Destailleur
0f2fe30e41 Try action 2020-03-11 19:27:23 +01:00
Laurent Destailleur
8f1a5c96ac Test 2020-03-11 19:23:45 +01:00
Laurent Destailleur
8edcdc742f Real run 2020-03-11 19:23:00 +01:00
Laurent Destailleur
18bd2d51e7 Test unstale 2020-03-11 19:21:21 +01:00