From f1e9de768aaec118b95b0ae15419e99806441d36 Mon Sep 17 00:00:00 2001 From: Timo Behrendt Date: Sat, 14 Feb 2026 18:58:41 +0100 Subject: [PATCH] ci: pin varios actions to a proper semver version --- .gitea/workflows/cd.yaml | 2 +- .gitea/workflows/ci.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/cd.yaml b/.gitea/workflows/cd.yaml index 31a824c..f6d7179 100644 --- a/.gitea/workflows/cd.yaml +++ b/.gitea/workflows/cd.yaml @@ -11,7 +11,7 @@ jobs: name: Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: fetch-depth: 0 - name: Increment tag diff --git a/.gitea/workflows/ci.yaml b/.gitea/workflows/ci.yaml index 847c332..8c118be 100644 --- a/.gitea/workflows/ci.yaml +++ b/.gitea/workflows/ci.yaml @@ -16,7 +16,7 @@ jobs: - "common.json" - "docker-compose.json" steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - name: Validate "${{ matrix.json-file }}" uses: https://gitea.t000-n.de/t.behrendt/validate-json-by-json-schema-action@3e6f6900956d410f67923617c65f38a7efb228c6 # 0.1.2 with: -- 2.49.1