-
Notifications
You must be signed in to change notification settings - Fork 0
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: replace magikon step with @huggingface #9
Conversation
.github/workflows/ci.yml
Outdated
name: Release | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
- name: Github semantic tagging | ||
uses: Magikon/github-tag-action@5.0.0 | ||
|
||
- name: Checkout repository | ||
uses: actions/checkout@v4 | ||
|
||
- name: Release | ||
uses: huggingface/semver-release-action@latest |
Check warning
Code scanning / CodeQL
Workflow does not contain permissions Medium
uses: actions/checkout@v4 | ||
|
||
- name: Release | ||
uses: huggingface/semver-release-action@v1.1.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
Uses Step
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
Signed-off-by: Bryan Dady <bryan@dady.us>
Signed-off-by: Bryan Dady <bryan@dady.us>
Signed-off-by: Bryan Dady <bryan@dady.us>
Signed-off-by: Bryan Dady <bryan@dady.us>
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](actions/checkout@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>
Signed-off-by: Bryan Dady <bryan@dady.us>
This pull request includes changes to the GitHub Actions workflows to update the CI configuration and the schedule format for the Semgrep workflow. The most important changes are listed below:
CI Workflow Updates:
tag
torelease
in.github/workflows/ci.yml
.Github semantic tagging
step withCheckout repository
andRelease
steps using thehuggingface/semver-release-action
in.github/workflows/ci.yml
.Semgrep Workflow Updates:
.github/workflows/semgrep.yml
.