Alex Rudenko
9bd7d38579
chore: fix command name in tot-ci.yml ( #8698 )
2022-08-02 13:18:47 +00:00
Alex Rudenko
936ed8607e
feat: add Dockerfile ( #8315 )
...
This PR adds an official Dockerfile for Puppeteer. The content of the Dockerfile is practically the same as documented in troubleshooting.md:
1) It installs chrome-stable and dependencies via apt-get.
2) it installs a local Puppeteer build into the docker user's home folder.
3) configures required permissions for the user.
4) outputs licenses into the THIRD_PARTY_NOTICES file.
The local Puppeteer build is created by `docker/pack.sh` which is meant to be used in CI. This PR also includes a GitHub action that would build a docker image and run a smote test inside of it.
The next step would be actually publishing the docker image from GitHub Actions to GitHub Registry.
2022-08-02 13:18:47 +00:00
Alex Rudenko
3d780a3f08
chore: fix ToT test jobs ( #8679 )
2022-07-21 10:12:23 +02:00
Alex Rudenko
c801ce1c7b
chore: try to fix the docusaurus build by giving Node more old mem space ( #8675 )
2022-07-20 11:18:02 +02:00
jrandolf
4cd97e93f9
chore: format on pre-release ( #8634 )
2022-07-06 09:15:12 +02:00
jrandolf
b49d530d73
chore: continue-on-error
for non-Linux tests ( #8632 )
2022-07-06 08:23:39 +02:00
jrandolf
9e596d0761
chore: format code ( #8628 )
...
* chore: format code
2022-07-05 15:06:10 +02:00
jrandolf
fc77c1517f
chore: fetch 2 levels of commits on doc check ( #8625 )
2022-07-05 11:04:46 +02:00
jrandolf
6b2b421b7d
chore: use github.ref
( #8618 )
2022-07-01 19:09:43 +02:00
jrandolf
c1d57f3e5f
chore: fix bad revision ( #8617 )
2022-07-01 16:55:12 +02:00
jrandolf
32c9f3e6fb
chore: update contributing.md ( #8616 )
2022-07-01 16:29:21 +02:00
jrandolf
9fa96600f2
chore: update CI ( #8614 )
2022-07-01 16:00:27 +02:00
jrandolf
8cf10fb7b9
chore: Improve CI ( #8601 )
2022-07-01 15:03:12 +02:00
jrandolf
066f440ba7
feat: add documentation ( #8593 )
2022-07-01 11:52:39 +00:00
Randolf J
d8e453b98c
chore: skip PR and push to main in post-publish
2022-06-29 14:11:59 +02:00
dependabot[bot]
7a22f95fe7
chore(deps): bump ossf/scorecard-action from 1.1.1 to 1.1.2 ( #8592 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.1.1 to 1.1.2.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](3e15ea8318...ce330fde6b
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-28 14:56:29 +02:00
Alex Rudenko
329195011f
chore: fix chrome-headless ci ( #8560 )
2022-06-27 12:35:09 +02:00
jrandolf
e499515fd6
chore: add type tests ( #8588 )
2022-06-27 10:57:31 +02:00
jrandolf
da269c3f32
chore: add stale bot ( #8554 )
2022-06-23 10:28:07 +02:00
jrandolf
988aeabfb2
chore: remove type tests ( #8550 )
2022-06-23 10:02:52 +02:00
Randolf J
b007ee4f50
chore: run CI on any PR branch
2022-06-23 09:12:51 +02:00
Randolf J
f9586b1226
chore: use PAT for release
2022-06-20 09:28:36 +02:00
Randolf J
f0c17378a0
chore: run only unit tests with coverage in CI
...
This will verify coverage and unit tests without duplicating unit runs.
2022-06-15 12:48:20 +02:00
Randolf J
8dc53d5157
chore: disable workflow_dispatch publishing
2022-06-13 23:14:42 +02:00
Randolf J
ba67518f6b
chore: enable workflow_dispatch publishing
2022-06-13 23:13:24 +02:00
jrandolf
733cbecf48
chore: use c8 coverage ( #8495 )
2022-06-10 18:49:14 +02:00
Alex Rudenko
8dbb4f3153
chore: run different ToT jobs in parallel ( #8502 )
2022-06-10 12:42:29 +02:00
jrandolf
75c3f94a54
chore: namespace commands ( #8494 )
2022-06-10 11:55:53 +02:00
Randolf J
c712f45209
chore: use release-please[bot] as committer
2022-06-07 16:31:16 +02:00
Randolf J
2dd0d42d41
chore: require publish before post-publish
2022-06-07 16:26:44 +02:00
Randolf J
96b416c3b9
chore: add pull-requests: write
perm on publish
2022-06-07 15:28:57 +02:00
dependabot[bot]
328c3f5b08
chore(deps): bump actions/setup-node from 3.2.0 to 3.3.0 ( #8478 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-07 14:37:49 +02:00
dependabot[bot]
eb7cd717ed
chore(deps): bump peter-evans/create-pull-request from 3 to 4 ( #8467 )
...
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ) from 3 to 4.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
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>
2022-06-03 15:41:05 +02:00
Randolf J
dac3e65533
chore: use PRs for post-publish
2022-06-02 14:37:15 +02:00
dependabot[bot]
802ad9ee2a
chore(deps): bump ossf/scorecard-action from 1.0.4 to 1.1.1 ( #8458 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.0.4 to 1.1.1.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md )
- [Commits](c1aec4ac82...3e15ea8318
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 13:58:27 +02:00
dependabot[bot]
0451d175dd
chore(deps): bump github/codeql-action from 2.1.10 to 2.1.12 ( #8461 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.10 to 2.1.12.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](2f58583a1b...27ea8f8fe5
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-02 13:57:42 +02:00
Alex Rudenko
da77bcd635
chore: use dependabot for prod deps only ( #8459 )
2022-06-02 13:28:30 +02:00
Randolf J
a92c71d188
chore: use release title for prereq
2022-06-01 16:13:11 +02:00
Randolf J
592745cdf2
chore: skip verification on push
2022-06-01 16:02:06 +02:00
Randolf J
1f242f1e3c
chore: use single quotes in yaml
2022-06-01 15:59:20 +02:00
Randolf J
fd8493ad53
chore: use deploy key for pre-release
2022-06-01 15:49:41 +02:00
Randolf J
d2a0ea34a3
chore: add permissions to pre-release flow
2022-06-01 15:32:07 +02:00
jrandolf
f2d8276d6e
feat: support node 18 ( #8447 )
2022-06-01 13:53:17 +02:00
Randolf Jung
9dc9a9477c
chore: use amend for pre-release
2022-06-01 13:16:44 +02:00
Randolf Jung
d54c3ad250
chore: disable node 18 linux check
2022-05-31 18:32:49 +02:00
Randolf Jung
0502395624
chore: add node 18 to CI
2022-05-31 16:55:40 +02:00
dependabot[bot]
f67bfb7a6c
chore(deps): bump actions/upload-artifact from 3.0.0 to 3.1.0 ( #8396 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](6673cd052c...3cea537223
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-31 15:52:18 +02:00
Randolf Jung
7d1557a3cc
chore: fix post-publish checkout ref
2022-05-31 15:39:54 +02:00
Randolf Jung
bc1326f16e
chore: build main docs after publishing
2022-05-31 15:38:34 +02:00
Randolf Jung
47c4f51ac7
chore: use normal push for pre-release
2022-05-31 15:24:23 +02:00
Randolf Jung
f332371325
chore: use v2 checkout for pre-release
2022-05-31 15:18:20 +02:00
Randolf Jung
d5139b58ec
chore: checkout current ref during pre-release
2022-05-31 15:11:24 +02:00
Randolf Jung
0ec036a59f
chore: format actions
2022-05-31 14:57:47 +02:00
Randolf Jung
4ba9950cc5
chore: rename actions
2022-05-31 14:56:44 +02:00
Randolf Jung
3a41cd7f32
chore: add email and name to pre-release action
2022-05-31 14:49:26 +02:00
Randolf Jung
69e4e141b4
chore: rename pre-release action
2022-05-31 14:43:46 +02:00
Randolf Jung
9c852cedbe
chore: amend version freezes on release-please PRs
2022-05-31 14:41:22 +02:00
jrandolf
d111d19f78
fix: process documentation during publishing ( #8433 )
2022-05-30 21:50:34 +02:00
jrandolf
d422e12af8
chore: checkout main during post-publish ( #8432 )
2022-05-30 15:15:54 +00:00
jrandolf
c7aa07e43f
chore: set release to manifest ( #8421 )
2022-05-30 13:20:26 +02:00
jrandolf
6e705f9736
chore: use concurrency for Github actions ( #8413 )
2022-05-30 11:49:19 +02:00
jrandolf
be26137041
chore: use release-please app ( #8412 )
2022-05-30 11:47:15 +02:00
jrandolf
5c235c701f
fix: fix release-please bot ( #8400 )
2022-05-30 08:06:26 +02:00
dependabot[bot]
a8a08a8441
chore(deps): bump actions/setup-node from 3.1.1 to 3.2.0 ( #8357 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.1.1...v3.2.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-24 08:00:11 +00:00
dependabot[bot]
19bb407d4c
chore(deps): bump github/codeql-action ( #8340 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 75b4f1c4669133dc294b06c2794e969efa2e5316 to 2.1.10. This release includes the previously tagged commit.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](75b4f1c466...2f58583a1b
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-20 05:31:37 +00:00
jrandolf
1ae3da6064
chore: use release-please workflow ( #8375 )
2022-05-19 16:14:47 +00:00
jrandolf
2ef3a386de
fix: configure git for release workflow ( #8372 )
2022-05-19 15:13:16 +02:00
Alex Rudenko
b4294b2766
Revert "chore: continue on error for Firefox tests ( #8368 )" ( #8371 )
...
This reverts commit bfead976f1
.
2022-05-19 13:00:46 +00:00
jrandolf
b8c77ad3d7
fix: install before release in release workflow ( #8370 )
2022-05-19 12:39:13 +00:00
jrandolf
f5f8d16947
chore: automate tag on release ( #8366 )
2022-05-19 11:26:42 +00:00
jrandolf
b2e82eece6
fix: fix permissions
attribute in workflow ( #8367 )
2022-05-19 12:51:18 +02:00
jrandolf
c7f6b856ab
chore: automate post-release
...
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2022-05-19 08:49:58 +00:00
Alex Rudenko
bfead976f1
chore: continue on error for Firefox tests ( #8368 )
2022-05-19 09:17:56 +02:00
jrandolf
10537d8163
chore: automate release PR creation
2022-05-18 16:06:58 +00:00
Alex Rudenko
785abf455a
chore: add retries to linux-tot-checks ( #8347 )
2022-05-13 15:54:09 +02:00
Alex Rudenko
cec8ff5e40
chore: fix ToT checks workflow ( #8346 )
2022-05-13 14:48:01 +02:00
Alex Rudenko
2af8888d51
chore: add workflow_dispatch for the ToT jobs ( #8345 )
2022-05-13 14:42:20 +02:00
Alex Rudenko
eec2bf882b
chore: set up daily jobs for latest Chromium builds ( #8344 )
2022-05-13 12:15:12 +00:00
dependabot[bot]
791cb06945
chore(deps): bump github/codeql-action from 2.1.9 to 2.1.10 ( #8333 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.9 to 2.1.10.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](7502d6e991...75b4f1c466
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-12 11:49:07 +02:00
jrandolf
274bd6b3b9
chore: drop Node 12 support ( #8299 )
...
This patches removes support for Node 12.
BREAKING CHANGE: Node 12 is no longer supported.
2022-05-03 08:59:40 +02:00
dependabot[bot]
5911b95a65
chore(deps): bump github/codeql-action from 2.1.8 to 2.1.9 ( #8291 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.8 to 2.1.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](1ed1437484...7502d6e991
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-02 15:59:21 +02:00
Alex Rudenko
e841d7f9f3
fix: tests failing in headful ( #8273 )
...
* fix: test failing in headful
* fix: install Firefox for headful tests
* fix: skip favicon.ico requests in test
* fix: auth test in headful
* fix: disable NetworkTimeServiceQuerying
* fix: filter more favicon requests
* fix: network test with favicon
* fix: improve fixes
2022-05-02 11:37:21 +02:00
Alex Rudenko
1308d9aa6a
feat: support chrome headless mode ( #8260 )
...
* feat: support chrome headless mode
Co-authored-by: Ergün Erdoğmuş <erdogmusergun@gmail.com>
2022-04-25 13:11:23 +02:00
Alex Rudenko
60ec89a90b
chore: add headful mode tests ( #8265 )
2022-04-22 12:40:18 +02:00
dependabot[bot]
95c9f392e2
chore(deps): bump github/codeql-action from 2.1.7 to 2.1.8 ( #8220 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.7 to 2.1.8.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](0182a2c78c...1ed1437484
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 11:34:53 +00:00
dependabot[bot]
8cd3a1e3ca
chore(deps): bump actions/setup-node from 3.1.0 to 3.1.1 ( #8229 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.1.0...v3.1.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-19 07:10:26 +00:00
dependabot[bot]
ef8f22a740
chore(deps): bump github/codeql-action from 2.1.6 to 2.1.7 ( #8199 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.1.6 to 2.1.7.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](28eead2408...0182a2c78c
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-06 13:42:33 +00:00
dependabot[bot]
24e1469e15
chore(deps): bump actions/setup-node from 2 to 3.1.0 ( #8186 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 2 to 3.1.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v2...v3.1.0 )
---
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-04-04 12:16:17 +00:00
dependabot[bot]
b9754179db
chore(deps): bump github/codeql-action from 1.1.5 to 2.1.6 ( #8178 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.1.5 to 2.1.6.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](8834766498...28eead2408
)
---
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>
2022-04-01 09:05:49 +00:00
dependabot[bot]
4fd0d9f110
chore(deps): bump github/codeql-action from 1.1.4 to 1.1.5 ( #8139 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.1.4 to 1.1.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](f5d822707e...8834766498
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-17 06:49:13 +00:00
dependabot[bot]
6b52ae3580
chore(deps): bump github/codeql-action from 1.1.2 to 1.1.4 ( #8115 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.1.2 to 1.1.4.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](d39d5d5c97...f5d822707e
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-08 07:51:57 +00:00
dependabot[bot]
136aab0ecb
chore(deps): bump actions/upload-artifact from 2.3.1 to 3 ( #8098 )
...
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact ) from 2.3.1 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](82c141cc51...6673cd052c
)
---
updated-dependencies:
- dependency-name: actions/upload-artifact
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>
2022-03-04 09:04:25 +01:00
dependabot[bot]
608d944012
chore(deps): bump actions/checkout from 2 to 3 ( #8089 )
...
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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-02 09:30:11 +01:00
Alex Rudenko
c4903f2a78
chore: reduce number of automatic PRs ( #8083 )
2022-03-01 08:49:15 +00:00
dependabot[bot]
05f9009821
chore(deps): bump github/codeql-action from 1.1.0 to 1.1.2 ( #8034 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.1.0 to 1.1.2.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](474bbf07f9...d39d5d5c97
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 08:21:36 +00:00
dependabot[bot]
05e5dfa9c0
chore(deps): bump ossf/scorecard-action from 1.0.3 to 1.0.4 ( #8035 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.0.3 to 1.0.4.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Commits](b614d455ee...c1aec4ac82
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-18 07:57:09 +00:00
Alex Rudenko
5cf6f5f6cb
chore: declare workflow permissions as read-only ( #8029 )
2022-02-15 14:50:51 +00:00
Nick Schonning
23d8dbbcbc
ci: use setup-node v2 ( #7854 )
...
Co-authored-by: Alex Rudenko <OrKoN@users.noreply.github.com>
2022-02-15 14:54:36 +01:00
dependabot[bot]
7282fddb01
chore(deps): bump github/codeql-action from 1.0.26 to 1.1.0 ( #8021 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 1.0.26 to 1.1.0.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](5f53256358...474bbf07f9
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 09:39:23 +00:00
dependabot[bot]
6e6a00c2cb
chore(deps): bump ossf/scorecard-action from 1.0.2 to 1.0.3 ( #8023 )
...
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action ) from 1.0.2 to 1.0.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases )
- [Commits](c8416b0b2b...b614d455ee
)
---
updated-dependencies:
- dependency-name: ossf/scorecard-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-15 08:26:38 +00:00