Commit Graph

139 Commits

Author SHA1 Message Date
Vertexwahn
b61c8c3d23
Change actions/github-script from e69ef54 -> 60a0d83 (#4038)
* Change actions/github-script from e69ef54 -> 60a0d83

* Change google/oss-fuzz action from 32f1d4d to 9218255
2024-06-27 12:34:07 -07:00
Victor Zverovich
06948fa710 Pin deps 2024-06-23 07:27:58 -07:00
Victor Zverovich
d9899492c1 Simplify deps 2024-06-23 07:22:45 -07:00
Victor Zverovich
a57b0194a6 Correct comments 2024-06-16 11:05:38 -07:00
Victor Zverovich
0882bfef2a Don't deploy docs from a PR 2024-06-15 09:58:01 -07:00
Vladislav Shchapov
3e3062c13b
Update msys2/setup-msys2 to v2.23.0 (#4012)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-06-13 06:14:27 -07:00
Vladislav Shchapov
bff1de15e7
Fix deploy docs (#4010)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-06-12 10:27:12 -07:00
Victor Zverovich
90932dd20d
Update doc.yml 2024-06-11 15:31:05 -07:00
Victor Zverovich
232c5e8547
Update doc.yml 2024-06-11 15:24:18 -07:00
Victor Zverovich
26cdd1cb30
Update doc.yml 2024-06-11 15:15:56 -07:00
Victor Zverovich
ad34d4df95
Update doc.yml 2024-06-11 15:12:47 -07:00
Victor Zverovich
f796264449
Fix doc workflow 2024-06-11 13:43:31 -07:00
Victor Zverovich
f332a81b72 Remove unnecessary build step 2024-06-09 17:32:13 -07:00
Victor Zverovich
33a1de57af Deploy docs, take 3 2024-06-09 17:26:37 -07:00
Victor Zverovich
c7252b3344 Deploy docs, take 2 2024-06-09 17:19:06 -07:00
Victor Zverovich
3f71b60668 Deploy docs 2024-06-09 17:16:59 -07:00
Victor Zverovich
215ce4d979 Fix error getting config 'user.email' 2024-06-09 17:07:23 -07:00
Victor Zverovich
89f3a810ec Fix error getting config 'user.name' 2024-06-09 17:04:19 -07:00
Victor Zverovich
1f170d3fe0 Install mike 2024-06-09 16:54:53 -07:00
Victor Zverovich
d175db8f5b Fix doc CI and clean workflows 2024-06-09 16:51:19 -07:00
Victor Zverovich
a8cfc0cc2c Deploy dev docs 2024-06-09 16:34:50 -07:00
Victor Zverovich
702b6f3788 Update docs 2024-06-09 15:59:35 -07:00
Victor Zverovich
d4a8d26c55 Temporarily disable doc build in CI 2024-06-09 11:47:09 -07:00
Victor Zverovich
b5c8fd783c Fix doc build 2024-06-09 11:37:18 -07:00
Victor Zverovich
735a613821 Build docs 2024-06-09 11:26:25 -07:00
Victor Zverovich
db9365a11b
Update lint.yml 2024-06-05 21:04:46 -07:00
Kefu Chai
c71d08fc22
github: update lint.yml to post details on formatting issue (#3988)
before this change, user need to click into the details for more
details on the formatting issue identified by the lint workflow.

after this change, the workflow pastes the details with a comment,
to provide more specific details on the formatting issue if any.

Signed-off-by: Kefu Chai <tchaikov@gmail.com>
2024-06-03 06:34:44 -07:00
Victor Zverovich
904f2a5c20 Remove a non-pinned dependency 2024-06-02 10:00:24 -07:00
dependabot[bot]
416ac0fc7b
Bump actions/checkout from 4.1.0 to 4.1.6 (#3986)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.6.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8ade135a41...a5ac7e51b4)

---
updated-dependencies:
- dependency-name: actions/checkout
  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>
2024-06-02 06:22:27 -07:00
dependabot[bot]
596add8993
Bump ossf/scorecard-action from 2.3.1 to 2.3.3 (#3984)
Bumps [ossf/scorecard-action](https://github.com/ossf/scorecard-action) from 2.3.1 to 2.3.3.
- [Release notes](https://github.com/ossf/scorecard-action/releases)
- [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md)
- [Commits](0864cf1902...dc50aa9510)

---
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>
2024-06-02 06:22:07 -07:00
Victor Zverovich
022d8efec9
Update doc.yml
Temporarily disable doc build
2024-05-30 11:57:02 -07:00
Bruce Mitchener
c8f1b4e744
ci: Remove macos-11 runners, add macos-14 (#3980)
On June 28, 2024, macos-11 runners will be removed.
2024-05-27 10:58:57 -07:00
Victor Zverovich
529dcd11fe Fix workflow, take 2 2024-05-27 08:08:07 -07:00
Victor Zverovich
1441c660bf Fix workflow 2024-05-27 07:07:54 -07:00
Vladislav Shchapov
8ee6c94014
Reintroduce GCC-11 C++20 into CI (#3979)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2024-05-26 10:58:26 -07:00
Victor Zverovich
0b5287f8b7 Remove unused function 2024-05-15 16:47:35 -07:00
Victor Zverovich
a21bc7b869
Update doc.yml 2024-05-03 09:01:35 -07:00
Victor Zverovich
97d0613ba9
Update doc.yml 2024-05-03 08:47:00 -07:00
Victor Zverovich
04b0ae418b
Update doc.yml 2024-05-03 08:32:02 -07:00
Victor Zverovich
27dd1dcf08
Update lint.yml 2024-05-03 08:18:33 -07:00
Victor Zverovich
3649c3954f
Update lint.yml 2024-05-03 07:59:52 -07:00
dependabot[bot]
17062a0c9b
Bump actions/upload-artifact from 4.3.1 to 4.3.3 (#3950)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.1 to 4.3.3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](5d5d22a312...65462800fd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
2024-05-01 11:39:32 -07:00
dependabot[bot]
88d3997f5e
Bump github/codeql-action from 3.24.9 to 3.25.3 (#3949)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.9 to 3.25.3.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b1aada464...d39d31e687)

---
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>
2024-05-01 08:42:46 -07:00
dependabot[bot]
843e293564
Bump github/codeql-action from 3.24.6 to 3.24.9 (#3915)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.24.6 to 3.24.9.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](8a470fddaf...1b1aada464)

---
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>
2024-04-03 15:21:30 -07:00
dependabot[bot]
09935d8239
Bump github/codeql-action from 3.23.2 to 3.24.6 (#3876)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.23.2 to 3.24.6.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](b7bf0a3ed3...8a470fddaf)

---
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>
2024-03-03 06:46:32 -08:00
dependabot[bot]
4fcc317dc9
Bump actions/upload-artifact from 4.3.0 to 4.3.1 (#3875)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](26f96dfa69...5d5d22a312)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  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>
2024-03-01 12:20:00 -08:00
dependabot[bot]
9f5f39cb50
Bump actions/upload-artifact from 4.0.0 to 4.3.0 (#3837)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.0.0 to 4.3.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](c7d193f32e...26f96dfa69)

---
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>
2024-02-01 09:05:12 -08:00
dependabot[bot]
ea581437e5
Bump github/codeql-action from 2.22.5 to 3.23.2 (#3836)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 2.22.5 to 3.23.2.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](74483a38d3...b7bf0a3ed3)

---
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>
2024-02-01 09:04:58 -08:00
dependabot[bot]
0c345dccd2
Bump actions/upload-artifact from 3.1.2 to 4.0.0 (#3782)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3.1.2 to 4.0.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](0b7f8abb15...c7d193f32e)

---
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>
2024-01-01 08:10:18 -08:00
StepSecurity Bot
b8f81dede5
[StepSecurity] ci: Harden GitHub Actions (#3759)
Signed-off-by: StepSecurity Bot <bot@stepsecurity.io>
2023-12-17 17:01:17 -08:00