chore(deps): update actions/checkout digest to 8e8c483 #18

Merged
t.behrendt merged 1 commits from renovate/actions-checkout-digest into main 2025-12-07 09:59:23 +01:00
3 changed files with 3 additions and 3 deletions
Showing only changes of commit 99c7dc2dcd - Show all commits

View File

@@ -10,7 +10,7 @@ jobs:
name: Release name: Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag

View File

@@ -16,7 +16,7 @@ jobs:
- "common.json" - "common.json"
- "docker-compose.json" - "docker-compose.json"
steps: steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
- 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:

View File

@@ -8,7 +8,7 @@ jobs:
name: Prerelease name: Prerelease
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
with: with:
fetch-depth: 0 fetch-depth: 0
- name: Increment tag - name: Increment tag