aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/publish-firefox-development.yml
Commit message (Collapse)AuthorAge
* build(deps): bump the minor group with 3 updatesdependabot[bot]2023-11-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps the minor group with 3 updates: [awalsh128/cache-apt-pkgs-action](https://github.com/awalsh128/cache-apt-pkgs-action), [ad-m/github-push-action](https://github.com/ad-m/github-push-action) and [ossf/scorecard-action](https://github.com/ossf/scorecard-action). Updates `awalsh128/cache-apt-pkgs-action` from 1.3.0 to 1.3.1 - [Release notes](https://github.com/awalsh128/cache-apt-pkgs-action/releases) - [Commits](https://github.com/awalsh128/cache-apt-pkgs-action/compare/1850ee53f6e706525805321a3f2f863dcf73c962...44c33b32f808cdddd5ac0366d70595ed63661ed8) Updates `ad-m/github-push-action` from 0.7.0 to 0.8.0 - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/29f05e01bb17e6f28228b47437e03a7b69e1f9ef...d91a481090679876dfc4178fef17f286781251df) Updates `ossf/scorecard-action` from 2.2.0 to 2.3.1 - [Release notes](https://github.com/ossf/scorecard-action/releases) - [Changelog](https://github.com/ossf/scorecard-action/blob/main/RELEASE.md) - [Commits](https://github.com/ossf/scorecard-action/compare/08b4669551908b1024bb425080c797723083c031...0864cf19026789058feabb7e87baa5f140aac736) --- updated-dependencies: - dependency-name: awalsh128/cache-apt-pkgs-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: minor - dependency-name: ad-m/github-push-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor - dependency-name: ossf/scorecard-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix version number in Firefox updates.json in CDDarius Jahandarie2023-10-24
|
* Fix whitespaceDarius Jahandarie2023-10-22
|
* Fix errors in publish-firefox-development.ymlDarius Jahandarie2023-10-22
|
* Switch to version pin for slsa generator (as it is required)Darius Jahandarie2023-10-01
|
* Add SLSA provenance to releasesDarius Jahandarie2023-10-01
|
* Fix bug in publish-firefox-development, use correct filepathDarius Jahandarie2023-09-24
|
* Merge pull request #237 from ↵Darius Jahandarie2023-09-23
|\ | | | | | | | | | | themoeway/dependabot/github_actions/actions/checkout-4 Bump actions/checkout from 3 to 4
| * Bump actions/checkout from 3 to 4dependabot[bot]2023-09-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
* | Bump ad-m/github-push-actiondependabot[bot]2023-08-28
|/ | | | | | | | | | | | | Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 9a2e3c14aaecf56d5816dc3a54514f82050820b2 to 29f05e01bb17e6f28228b47437e03a7b69e1f9ef. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/9a2e3c14aaecf56d5816dc3a54514f82050820b2...29f05e01bb17e6f28228b47437e03a7b69e1f9ef) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Fix typo in publish-firefox-development.ymlDarius Jahandarie2023-08-19
|
* Bump ad-m/github-push-actiondependabot[bot]2023-08-17
| | | | | | | | | | | | | Bumps [ad-m/github-push-action](https://github.com/ad-m/github-push-action) from 0fafdd62b84042d49ec0cb92d9cac7f7ce4ec79e to 9a2e3c14aaecf56d5816dc3a54514f82050820b2. - [Release notes](https://github.com/ad-m/github-push-action/releases) - [Commits](https://github.com/ad-m/github-push-action/compare/0fafdd62b84042d49ec0cb92d9cac7f7ce4ec79e...9a2e3c14aaecf56d5816dc3a54514f82050820b2) --- updated-dependencies: - dependency-name: ad-m/github-push-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
* Bump robinraju/release-downloader from 1.7 to 1.8dependabot[bot]2023-05-08
| | | | | | | | | | | | | | Bumps [robinraju/release-downloader](https://github.com/robinraju/release-downloader) from 1.7 to 1.8. - [Release notes](https://github.com/robinraju/release-downloader/releases) - [Commits](https://github.com/robinraju/release-downloader/compare/768b85c8d69164800db5fc00337ab917daf3ce68...efa4cd07bd0195e6cc65e9e30c251b49ce4d3e51) --- updated-dependencies: - dependency-name: robinraju/release-downloader dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
* fix publish-firefox-development's upload_url for xpiDarius Jahandarie2023-04-07
|
* CD: Fix error in publish-firefox-development.yml23.3.18.0Darius Jahandarie2023-03-18
|
* CD: Remove unnecessary checkouts and fix pathsDarius Jahandarie2023-03-18
|
* Switch CD to use workflow-dispatch instead of preleased triggerDarius Jahandarie2023-03-18
| | | | For some reason, preleased wasn't triggering (maybe because github actions created the release?).
* Fix cd workflow permissionsDarius Jahandarie2023-03-18
|
* Fix Firefox manifestsDarius Jahandarie2023-03-18
|
* Add CD to build and publish extension to Chrome & Firefox storesDarius Jahandarie2023-03-18
Resolves #85.