[ci] Refactor actions to be simple and reuse existing hooks#36
[ci] Refactor actions to be simple and reuse existing hooks#36
Conversation
|
You are out of Mentat credits. You can view and refresh your credits here. To disable this message on pr open, disable |
| - name: Install conan dependecies | ||
| run: | | ||
| conan profile detect && conan install . --build=missing | ||
| - uses: bazel-contrib/setup-bazel@0.15.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| - name: Install conan dependecies | ||
| run: | | ||
| conan profile detect && conan install . --build=missing | ||
| - uses: bazel-contrib/setup-bazel@0.15.0 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium test
| git commit -m "[auto]: Increment patch version" | ||
| git push origin master | ||
| - name: Auto-commit version bump | ||
| uses: stefanzweifel/git-auto-commit-action@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
| run: tools/increment_version.py --increment minor | ||
|
|
||
| - name: Auto-commit version bump | ||
| uses: stefanzweifel/git-auto-commit-action@v5 |
Check warning
Code scanning / CodeQL
Unpinned tag for a non-immutable Action in workflow Medium
No description provided.