about summary refs log tree commit diff
path: root/.github/workflows
AgeCommit message (Collapse)AuthorFilesLines
2023-01-10build(deps): bump korthout/backport-action from 1.0.0 to 1.0.1dependabot[bot]1-1/+1
Bumps [korthout/backport-action](https://github.com/korthout/backport-action) from 1.0.0 to 1.0.1. - [Release notes](https://github.com/korthout/backport-action/releases) - [Commits](https://github.com/korthout/backport-action/compare/v1.0.0...v1.0.1) --- updated-dependencies: - dependency-name: korthout/backport-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-03build(deps): bump zeebe-io/backport-action from 0.0.9 to 1.0.0dependabot[bot]1-8/+4
Bumps [zeebe-io/backport-action](https://github.com/zeebe-io/backport-action) from 0.0.9 to 1.0.0. - [Release notes](https://github.com/zeebe-io/backport-action/releases) - [Commits](https://github.com/zeebe-io/backport-action/compare/v0.0.9...v1.0.0) --- updated-dependencies: - dependency-name: zeebe-io/backport-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2023-01-02terraform-providers: add github token to update-providerszowoq1-2/+4
2023-01-01workflows/periodic-merge: Remove 22.05 jobsMartin Weinelt1-4/+0
2022-11-23workflows/backport-action 0.0.8 -> 0.0.9Martin Weinelt1-1/+1
https://github.com/zeebe-io/backport-action/releases/tag/v0.0.9
2022-11-21workflows: add 24 hour periodic merges for 22.11Martin Weinelt1-0/+4
2022-10-28build(deps): bump cachix/cachix-action from 11 to 12dependabot[bot]4-4/+4
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 11 to 12. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v11...v12) --- updated-dependencies: - dependency-name: cachix/cachix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-10-16.github/workflows: replace deprecated `set-output`zowoq2-2/+2
https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
2022-10-15.github/workflows: use ofborg-eval context for pending statusNaïm Favier3-56/+33
Instead of adding a pending status with context `Wait for ofborg`, make the context `ofborg-eval` and the description "Wait for OfBorg...". That way, the status will be reused by OfBorg when it starts evaluation and we don't need to clear it any more.
2022-10-14.github/workflows/update-terraform-providers.yml: add link to run logzowoq1-0/+4
also move git clean to separate step
2022-10-13build(deps): bump cachix/install-nix-action from 17 to 18dependabot[bot]7-7/+7
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 17 to 18. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v17...v18)
2022-10-13build(deps): bump cachix/cachix-action from 10 to 11dependabot[bot]4-4/+4
Bumps [cachix/cachix-action](https://github.com/cachix/cachix-action) from 10 to 11. - [Release notes](https://github.com/cachix/cachix-action/releases) - [Commits](https://github.com/cachix/cachix-action/compare/v10...v11)
2022-10-08.github/workflows/update-terraform-providers.yml: set max-workers to 2zowoq1-0/+2
also add git clean so logs aren't committed
2022-10-07.github/workflows/update-terraform-providers.yml: bypass interactive promptzowoq1-1/+1
2022-10-04.github/workflows/update-terraform-providers.yml: re-enablezowoq1-14/+7
- run daily with updateScript, will create a commit for each provider update - drop wip label and failure comment
2022-09-26Merge pull request #192981 from winterqt/update-backport-actionDomen Kožar1-4/+1
backport-action: 0.0.5 -> 0.0.8
2022-09-25backport-action: 0.0.5 -> 0.0.8Winter1-4/+1
2022-09-21.github/workflows/update-terraform-providers.yml: add nixpkgs-unstable for ↵zowoq1-0/+2
nix-shell nix_path was removed from the update scripts in 3e63fa279f035df1d3650aa392f3a55a374e4cb4
2022-09-15.github/workflows/update-terraform-providers.yml: disable scheduled updatezowoq1-2/+2
try nixpkgs-update with passthru.updateScript
2022-09-12.github/workflows: fix permissionszowoq4-5/+4
the merge actions comment on pull requests, seems this was broken by 2c71278a2395d6d8c4e06d1ebe4de1ffdae727c7 also: - fix permissions on new manual rendering action - drop unnecessary issues permission from the terraform action
2022-09-11workflows: fix manual-rendering.ymlpennae1-0/+1
the check command didn't set NIX_PATH, so compare-manuals.sh (which is a nix-shell script) failed.
2022-09-10workflows: add check for docbook/md manual equalitypennae2-0/+84
we want to make sure that rendering the manual from markdown without going through docbook produces (semantically) the same output as with going through docbook. to ensure this we'll build the manual twice, run each manual through html-tidy to generate a normalized form and diff the normalized forms. we don't want to compare raw output because that exposes us to a lot of whitespace we'd have to reproduce exactly in the MD render. this check may be relaxed even further in the future, but hopefully not by much.
2022-09-10workflows: check that nixos manual does not use docbook option docspennae1-1/+9
the nixos manual should not use docbook for module option documentation, only markdown, to make future transition to a markdown-only world easier and less painful. this check will ensure that all options documentation (even plain text that would not be interpreted specially by neither markdown nor docbook) is declared as being markdown.
2022-08-02terraform-full: remove (#184649)zowoq1-1/+1
* terraform-full: remove * .github/workflows/update-terraform-providers.yml: switch to terraform.full
2022-07-24Revert "backport-action: 0.0.5 -> 0.0.8"Winter1-1/+6
2022-07-24backport-action: 0.0.5 -> 0.0.8Winter1-6/+1
2022-07-10terraform-providers: update 2022-07-10github-actions[bot]1-1/+1
2022-07-08ci: Add GitHub token permissions for workflowsVarun Sharma7-0/+36
Signed-off-by: Varun Sharma <varunsh@stepsecurity.io>
2022-07-06workflows/nixos-manual: Add command to run to error messageRobert Hensing1-1/+9
2022-07-04workflows: Remove 21.11 mergesJanne Heß1-4/+0
Channel is EOL
2022-07-04chore: Set permissions for GitHub actionsnathannaveen2-0/+12
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: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
2022-05-23workflows: Replace 21.05 with 22.05Janne Heß1-4/+4
2022-04-29build(deps): bump peter-evans/create-pull-request from 3 to 4dependabot[bot]1-1/+1
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)
2022-04-28.github/workflows/update-terraform-providers.yml: minor fixeszowoq1-4/+5
- simplify comment - move `ofborg` command into block for clickable copying
2022-04-08build(deps): bump cachix/install-nix-action from 16 to 17dependabot[bot]6-6/+6
Bumps [cachix/install-nix-action](https://github.com/cachix/install-nix-action) from 16 to 17. - [Release notes](https://github.com/cachix/install-nix-action/releases) - [Commits](https://github.com/cachix/install-nix-action/compare/v16...v17) --- updated-dependencies: - dependency-name: cachix/install-nix-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-04-01.github/workflows/basic-eval.yml: only run if manually triggeredArtturin1-8/+9
ofborg should have obsoleted this with https://github.com/NixOS/ofborg/pull/588#issuecomment-1078451552 https://github.com/NixOS/nixpkgs/pull/166599#issuecomment-1085069938 this is still useful to have around for act usage
2022-03-27Merge pull request #165397 from Mic92/create-or-update-commentSandro3-3/+3
2022-03-23build(deps): bump peter-evans/commit-comment from 1 to 2dependabot[bot]1-1/+1
Bumps [peter-evans/commit-comment](https://github.com/peter-evans/commit-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/commit-comment/releases) - [Commits](https://github.com/peter-evans/commit-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/commit-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-23build(deps): bump peter-evans/create-or-update-comment from 1 to 2dependabot[bot]3-3/+3
Bumps [peter-evans/create-or-update-comment](https://github.com/peter-evans/create-or-update-comment) from 1 to 2. - [Release notes](https://github.com/peter-evans/create-or-update-comment/releases) - [Commits](https://github.com/peter-evans/create-or-update-comment/compare/v1...v2) --- updated-dependencies: - dependency-name: peter-evans/create-or-update-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
2022-03-21ci: add warning to actions with writeable GITHUB_TOKENJörg Thalheim3-0/+16
Co-authored-by: ckie <25263210+ckiee@users.noreply.github.com>
2022-03-14.github/workflows/basic-eval.yml: add cachix cachezowoq1-0/+5
Avoids rebuilding nix in every PR if it hasn't been build on hydra yet.
2022-03-14.github/workflows: update cachix cache commentzowoq2-2/+2
2022-03-02Merge pull request #162450 from Mic92/actions-labelerJörg Thalheim1-1/+1
build(deps): bump actions/labeler from 3 to 4
2022-03-02build(deps): bump actions/checkout from 2 to 3dependabot[bot]9-9/+9
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)
2022-03-02build(deps): bump actions/labeler from 3 to 4dependabot[bot]1-1/+1
Bumps [actions/labeler](https://github.com/actions/labeler) from 3 to 4. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v3...v4)
2022-02-07terraform-providers: update scriptszowoq1-1/+1
- add flag to skip building updated providers - have the github action skip building providers so we don't need to handle build failures in the script - remove outdated `vendor` flag, all providers use `buildGoModule`
2022-01-04.github/workflows/update-terraform-providers.yml: minor fixeszowoq1-2/+2
- change ofborg command into a comment - use WIP label instead of draft so codeowner notification works
2022-01-04.github/workflows/update-terraform-providers.yml: initzowoq1-0/+47
weekly update of terraform providers which can also be run manually
2021-12-16.github/workflows/editorconfig.yml: 2.3.5 -> 2.4.0zowoq1-1/+2
2021-12-03.github/workflows/editorconfig.yml: allow PRs to skip checkzowoq1-1/+1
Intended for treewide reformatting PRs so we don't hit the API ratelimit.