chore(deps): pin actions/checkout action to 08c6903
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (common.json) (pull_request) Successful in 15s
CI / Test (k8s.json) (pull_request) Successful in 13s
CI / Test (docker-compose.json) (pull_request) Successful in 37s
CI / Test (action.json) (pull_request) Successful in 48s
CI / Test (helm.json) (pull_request) Successful in 47s
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
CI / Test (common.json) (pull_request) Successful in 15s
CI / Test (k8s.json) (pull_request) Successful in 13s
CI / Test (docker-compose.json) (pull_request) Successful in 37s
CI / Test (action.json) (pull_request) Successful in 48s
CI / Test (helm.json) (pull_request) Successful in 47s
This commit is contained in:
@@ -10,7 +10,7 @@ jobs:
|
|||||||
name: Release
|
name: Release
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Increment tag
|
- name: Increment tag
|
||||||
|
|||||||
@@ -16,7 +16,7 @@ jobs:
|
|||||||
- "common.json"
|
- "common.json"
|
||||||
- "docker-compose.json"
|
- "docker-compose.json"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
- name: Validate "${{ matrix.json-file }}"
|
- name: Validate "${{ matrix.json-file }}"
|
||||||
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
|
uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@0.1.2
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -8,7 +8,7 @@ jobs:
|
|||||||
name: Prerelease
|
name: Prerelease
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v5
|
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
|
||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
- name: Increment tag
|
- name: Increment tag
|
||||||
|
|||||||
Reference in New Issue
Block a user