Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: Workflow improvements #33

Merged
merged 6 commits into from
Mar 24, 2023

Conversation

hiddeco
Copy link
Contributor

@hiddeco hiddeco commented Mar 23, 2023

No description provided.

hiddeco added 6 commits March 24, 2023 00:43
- Make `version` optional and simply detect both `latest` and empty
  target.
- Remove requirement of providing `arch`, and simply rely on
  `$RUNNER_OS` and `$RUNNER_ARCH` variables.
- Remove requirement of providing `token`, and use the GitHub token
  from the context.
- Verify checksum of `*.tar.gz` before further setup.
- Always add to `$GITHUB_PATH`, even if binary already exists in
  `$RUNNER_TOOL_CACHE`.

Signed-off-by: Hidde Beydals <[email protected]>
- Pin actions to their SHA references to allow enabling Dependabot.
- Update to latest versions.
- Remove `cache: true` for `actions/setup-go`, which is now the
  default.

Signed-off-by: Hidde Beydals <[email protected]>
- Pin actions to their SHA references to allow enabling Dependabot.
- Update to latest versions.
- Remove `cache: true` for `actions/setup-go`, which is now the
  default.

Signed-off-by: Hidde Beydals <[email protected]>
- Pin actions to their SHA references to allow enabling Dependabot.
- Update to latest versions.
- Remove `cache: true` for `actions/setup-go`, which is now the
  default.

Signed-off-by: Hidde Beydals <[email protected]>
- Pin actions to their SHA references to allow enabling Dependabot.
- Update to latest versions.
- Remove `cache: true` for `actions/setup-go`, which is now the
  default.

Signed-off-by: Hidde Beydals <[email protected]>
@stefanprodan stefanprodan added the area/ci Internal CI related issues and pull requests label Mar 24, 2023
@stefanprodan stefanprodan changed the title Workflow improvements ci: Workflow improvements Mar 24, 2023
Copy link
Owner

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Thanks @hiddeco 🥇

@stefanprodan stefanprodan merged commit f05163f into stefanprodan:main Mar 24, 2023
@hiddeco hiddeco deleted the workflow-improvements branch March 24, 2023 10:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/ci Internal CI related issues and pull requests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants