-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/fix dependabot cve, rename cruft job and update versions (#2)
# PR Context - fixes https://github.com/robert-koch-institut/mex-common/actions/runs/7787019895/job/21233174583 - dependabot should only run on `pull_request` trigger, not on `push` - the reason that the cookiecutter job was called `lint` before was just a copy&paste error 🍝 # Changes - rename cookiecutter workflow main job to `cruft` - update poetry and pre-commit dependencies # Fixed - do not run cve on Dependabot push events
- Loading branch information
1 parent
f7dd31d
commit d1a461d
Showing
5 changed files
with
16 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ env: | |
PIP_PREFER_BINARY: on | ||
|
||
jobs: | ||
lint: | ||
cruft: | ||
runs-on: ubuntu-latest | ||
timeout-minutes: 10 | ||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters