Compare commits
1 Commits
renovate/o
...
renovate/c
| Author | SHA1 | Date | |
|---|---|---|---|
| 786426157e |
@@ -20,7 +20,7 @@ jobs:
|
|||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
|
|
||||||
- name: Semver release
|
- name: Semver release
|
||||||
uses: cocogitto/cocogitto-action@v3
|
uses: cocogitto/cocogitto-action@v4
|
||||||
with:
|
with:
|
||||||
# check-latest-tag-only: ${{ inputs.check-latest-tag-only }}
|
# check-latest-tag-only: ${{ inputs.check-latest-tag-only }}
|
||||||
check-latest-tag-only: true
|
check-latest-tag-only: true
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
git config --global user.name gitea-bot
|
git config --global user.name gitea-bot
|
||||||
|
|
||||||
- name: Semver release
|
- name: Semver release
|
||||||
uses: cocogitto/cocogitto-action@v3
|
uses: cocogitto/cocogitto-action@v4
|
||||||
id: release
|
id: release
|
||||||
with:
|
with:
|
||||||
release: true
|
release: true
|
||||||
|
|||||||
@@ -53,7 +53,7 @@ jobs:
|
|||||||
id: ml
|
id: ml
|
||||||
# You can override MegaLinter flavor used to have faster performances
|
# You can override MegaLinter flavor used to have faster performances
|
||||||
# More info at https://megalinter.io/flavors/
|
# More info at https://megalinter.io/flavors/
|
||||||
uses: oxsecurity/megalinter@v9
|
uses: oxsecurity/megalinter@v7
|
||||||
env:
|
env:
|
||||||
# All available variables are described in documentation
|
# All available variables are described in documentation
|
||||||
# https://megalinter.io/configuration/
|
# https://megalinter.io/configuration/
|
||||||
|
|||||||
Reference in New Issue
Block a user