Commit Graph

1299 Commits

Author SHA1 Message Date
Shivam Mathur
66f24470dc Fix reading composer package type for older versions 2022-07-20 19:41:49 +05:30
Shivam Mathur
e57ea715eb Fix scoped tool setup on Windows 2022-07-20 19:41:07 +05:30
Shivam Mathur
e8ba27f3d2 Fail on npm audit again 2022-07-20 04:47:55 +05:30
Shivam Mathur
945c34c175 Update README 2.21.0 2022-07-19 15:44:51 +05:30
Shivam Mathur
c8c64c6cf9 Bump version to 2.21.0
Continue on npm audit failure
2022-07-19 15:24:35 +05:30
Shivam Mathur
0d3f92f127 Add support for phalcon5 on Windows 2022-07-19 14:26:08 +05:30
Shivam Mathur
4979d5b484 Add workaround for missing phalcon packages on Ubuntu 22.04 2022-07-16 02:40:47 +05:30
Shivam Mathur
0d9a1ba5ae Add support for phalcon5 on Linux and macOS
Fix get_pecl_version
2022-07-16 00:46:28 +05:30
Shivam Mathur
3ede7656cb Add check for gd in php.yml 2022-07-15 23:22:56 +05:30
Shivam Mathur
f3cdc074ce Merge pull request #617 from ChristophWurst/demo/php82-gd
Demo PHP8.2+gd failure
2022-07-13 19:17:22 +05:30
Christoph Wurst
109db648f1 Demo PHP8.2+gd failure
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2022-07-13 15:07:46 +02:00
Shivam Mathur
3ccc00eece Merge pull request #614 from d8vjork/master
Add support for tool Laravel Pint
2022-07-11 15:57:41 +05:30
Ruben Robles
0f688a10cb Add support for tool Laravel Pint 2022-07-11 12:13:41 +02:00
Shivam Mathur
3312ea6101 Bump version to 2.20.1
Fix format script in package.json
2.20.1
2022-07-08 04:55:53 +05:30
Shivam Mathur
ce49f82dd8 Do not add composer plugins to allow list for composer v1 2022-07-08 04:55:44 +05:30
Shivam Mathur
cf5cd90b4c Improve support for composer authenticating private respositories 2022-07-06 12:19:55 +05:30
Shivam Mathur
cdb037c2a4 Bump version to 2.20.0 2.20.0 2022-07-06 00:43:26 +05:30
Shivam Mathur
261f13a7c5 Add composer plugins to allow list before installing 2022-07-06 00:43:25 +05:30
Shivam Mathur
9eaa66d89b Add support for event extension on unix 2022-07-05 16:22:07 +05:30
Shivam Mathur
da9dfe4a71 Set RUNNER_TOOL_CACHE on self-hosted environments 2022-07-05 12:03:30 +05:30
Shivam Mathur
a863ab6d3d Add support to allow composer plugins 2022-07-05 06:25:04 +05:30
Shivam Mathur
050cb8061b Add coverage driver version in logs 2022-06-30 17:36:40 +05:30
Shivam Mathur
3fda17f3fa Merge pull request #609 from dino182/develop
Fix Add-Path for self-hosted Windows
2022-06-27 17:24:50 +05:30
Dino Infantino
1a2cb4f872 Fix Add-Path for self-hosted Windows 2022-06-23 10:51:33 +01:00
Shivam Mathur
4969814b69 Merge pull request #607 from markseuffert/patch-1
Updated documentation
2022-06-21 13:38:26 +05:30
Mark
07f2ea7d02 Updated documentation, review 2022-06-21 10:04:28 +02:00
Mark
a1c17b4b18 Updated documentation 2022-06-21 09:39:42 +02:00
Shivam Mathur
3eda583472 Bump version to 2.19.1
Update Node.js dependencies
2.19.1
2022-06-06 08:22:16 +05:30
Shivam Mathur
74d43be8a3 Fix support for deployer 2022-05-31 10:12:38 +05:30
Shivam Mathur
aa1fe473f9 Bump version to 2.19.0 2.19.0 2022-05-30 07:52:31 +05:30
Shivam Mathur
a92acf13e4 Remove years from LICENSE 2022-05-30 07:52:30 +05:30
Shivam Mathur
0533892eb4 Fix jsdoc in fetch.ts 2022-05-30 07:52:30 +05:30
Shivam Mathur
43fb4ad30e Bump ES version to 2021 2022-05-30 07:27:29 +05:30
Shivam Mathur
b88a8c89d1 Fix protoc support 2022-05-26 10:21:36 +05:30
Shivam Mathur
36d7f6c7c5 Set target-branch to develop in dependabot.yml 2022-05-26 09:47:27 +05:30
Shivam Mathur
a1a52db9f3 Merge pull request #598 from shivammathur/dependabot/github_actions/codecov/codecov-action-3
Bump codecov/codecov-action from 2 to 3
2022-05-26 09:45:58 +05:30
Shivam Mathur
88e54b10ca Merge pull request #599 from shivammathur/dependabot/github_actions/github/codeql-action-2
Bump github/codeql-action from 1 to 2
2022-05-26 09:45:50 +05:30
Shivam Mathur
203099e007 Merge pull request #600 from shivammathur/dependabot/github_actions/actions/setup-node-3
Bump actions/setup-node from 1 to 3
2022-05-26 09:45:41 +05:30
dependabot[bot]
4e9ea33f8d Bump actions/setup-node from 1 to 3
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 1 to 3.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v1...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:11:48 +00:00
dependabot[bot]
68ba5ba947 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-05-26 04:11:43 +00:00
dependabot[bot]
99af32331c Bump codecov/codecov-action from 2 to 3
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 2 to 3.
- [Release notes](https://github.com/codecov/codecov-action/releases)
- [Changelog](https://github.com/codecov/codecov-action/blob/master/CHANGELOG.md)
- [Commits](https://github.com/codecov/codecov-action/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-05-26 04:11:36 +00:00
Shivam Mathur
810a92a9b0 Merge pull request #597 from turrisxyz/Dependabot-GitHub-Actions
chore: Included githubactions in the dependabot config
2022-05-26 09:40:26 +05:30
naveen
9c760dd6e2 chore: Included githubactions in the dependabot config
This should help with keeping the GitHub actions updated on new releases. This will also help with keeping it secure.

Dependabot helps in keeping the supply chain secure https://docs.github.com/en/code-security/dependabot

GitHub actions up to date https://docs.github.com/en/code-security/dependabot/working-with-dependabot/keeping-your-actions-up-to-date-with-dependabot

https://github.com/ossf/scorecard/blob/main/docs/checks.md#dependency-update-tool
Signed-off-by: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-05-26 02:48:43 +00:00
Shivam Mathur
dea233d702 Merge pull request #596 from turrisxyz/Pinned-Dependencies-GitHub
chore: Set permissions for GitHub actions
2022-05-26 06:59:24 +05:30
nathannaveen
787285e08a 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: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-05-26 00:50:23 +00:00
Shivam Mathur
ee065c5938 Append custom ini files to php.ini files 2022-05-25 20:43:46 +05:30
Shivam Mathur
dbc8ba0844 Fix enabling cached dependent extensions on lower PHP versions 2022-05-25 19:44:02 +05:30
Shivam Mathur
fe9e23a16a Add unixodbc if missing in sqlsrv setup 2022-05-25 10:16:23 +05:30
Shivam Mathur
16de39288a Fix couchbase cache on macOS 2022-05-24 18:59:36 +05:30
Shivam Mathur
67ff09364d Fix support for couchbase 4.x 2022-05-24 15:45:18 +05:30