Commit Graph
29 Commits
Author SHA1 Message Date
Alex 9245b17441 Update release.yml 2022-09-01 14:00:03 +01:00
Max Prokhorov fb8846ff70 Fix github-script v5 breaking change
Since v5, rest methods have their own namespace
https://github.com/actions/github-script#breaking-changes-in-v5

Fixing latest release that broke on this step https://github.com/letscontrolit/ESPEasy/runs/7740919347?check_suite_focus=true#step:2:21
2022-08-10 13:25:16 +03:00
TD-er a250318033 [Build] Add apt-get update to build.yml
GitHub Actions was failing due to unreachable hosts when installing apt packages.
2022-07-16 00:17:18 +02:00
dependabot[bot] e45b2bfa52 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 14:26:21 +00:00
TD-er 14c7fbafb4 Merge pull request #4110 from letscontrolit/dependabot/github_actions/actions/cache-3
Bump actions/cache from 2 to 3
2022-06-23 10:39:58 +02:00
TD-er e314343b88 Merge pull request #4109 from letscontrolit/dependabot/github_actions/actions/download-artifact-3
Bump actions/download-artifact from 2 to 3
2022-06-23 10:39:40 +02:00
dependabot[bot] 80966da9f9 Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 08:25:43 +00:00
dependabot[bot] db30ffac71 Bump actions/cache from 2 to 3
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v2...v3)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 08:25:36 +00:00
dependabot[bot] 1785210dc1 Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
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>
2022-06-23 08:25:35 +00:00
TD-er 8e8daf694b Merge pull request #4108 from letscontrolit/dependabot/github_actions/actions/setup-python-4
Bump actions/setup-python from 2 to 4
2022-06-23 10:25:00 +02:00
dependabot[bot] dde9abb38f Bump actions/setup-python from 2 to 4
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 2 to 4.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 07:43:06 +00:00
dependabot[bot] 6038dfb88b Bump actions/github-script from 4 to 6
Bumps [actions/github-script](https://github.com/actions/github-script) from 4 to 6.
- [Release notes](https://github.com/actions/github-script/releases)
- [Commits](https://github.com/actions/github-script/compare/v4...v6)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-06-23 07:42:59 +00:00
naveen b9b1ec38d7 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: naveen <172697+naveensrinivasan@users.noreply.github.com>
2022-06-22 00:29:21 +00:00
TD-er e160a8114b [Python] Update Python packages + missing Ubuntu packages 2021-10-21 17:02:54 +02:00
Maxim Prokhorov aa1b1fef5b ci: build documentation for push & pr
also fixing cache entry for docs/requirements.txt vs. normal requirements.txt
2021-06-06 19:24:41 +03:00
Maxim Prokhorov fc21df68c6 ci: bump python version for actions 2021-06-06 19:00:06 +03:00
Maxim Prokhorov 099cd05903 ci: try to ignore build workflow when releasing 2021-05-15 23:04:38 +03:00
Maxim Prokhorov 4082a3fc84 ci: release single binaries .zip, merge all available build artifacts 2021-05-15 22:50:28 +03:00
Maxim Prokhorov d60b58d3bf ci: allow builds to fail 2021-05-15 22:38:52 +03:00
Maxim Prokhorov 3762f56b82 build everything 2021-02-24 23:20:24 +03:00
Maxim Prokhorov 298ef76fd8 files 2021-02-22 22:53:10 +03:00
Maxim Prokhorov 8081381e5a fix order 2021-02-22 22:53:10 +03:00
Maxim Prokhorov 4a6f74b199 fetch into local ref 2021-02-22 22:53:10 +03:00
Maxim Prokhorov bfbd189c53 try wildcard 2021-02-22 22:53:10 +03:00
Maxim Prokhorov 842bb57e83 and again 2021-02-22 22:53:10 +03:00
Maxim Prokhorov e224b67d23 once again 2021-02-22 22:53:10 +03:00
Maxim Prokhorov f07887d73b see if these work 2021-02-22 22:53:10 +03:00
Maxim Prokhorov a8b1e39f06 make sure to fetch the tag message 2021-02-22 22:53:10 +03:00
Maxim Prokhorov a4c1287dc0 Github actions instead of Travis 2021-02-22 22:53:10 +03:00