Niels Lange
11815133d5
Fix various GitHub Actions warnings ( https://github.com/woocommerce/woocommerce-blocks/pull/7573 )
...
* Remove git checkout HEAD^2
* Add assertion to Cross-Sells e2e test
* Replace deprecated set-output calls
* bot: update checkstyle.xml
* Remove obsolete eslint-disable comment
* Change “actions/cache@v2” to “actions/cache@v3”
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
2022-11-18 07:41:30 -08:00
dependabot[bot]
e656f6b48f
Bump github/codeql-action from 1 to 2 ( https://github.com/woocommerce/woocommerce-blocks/pull/6700 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Luigi Teschio <gigitux@gmail.com>
2022-08-03 11:15:53 +02:00
Tomasz Tunik
e1ae6b4552
Update GitHub actions/setup-node and add optionalDependencies handling ( https://github.com/woocommerce/woocommerce-blocks/pull/6032 )
...
* Update actions/setup-node to v2 and to use ,nvmrc file
* Fix order of actions for Bundle Size workflow
* Use actions/setup-node cache instead of actions/cache
+ ensure we always install with npm ci
* restore linting setup job to cache npm
* Don't install ndb in CI
Move ndb package to optionalDependencies and update
the CI workflows to not install optional dependencies
* Update actions/setup-node to v3
* Update actions/checkout to v3
* Update download and upload-artifact actions to v3
* Update actions/stale to v5
2022-03-23 08:41:43 +01:00
Darren Ethier
cec452ee88
Create codeql-analysis.yml
...
Add codeql scanning to the repo.
2020-10-05 19:29:21 -04:00