From 784f6749a7b3a0d606fd4085c2635aba2be61333 Mon Sep 17 00:00:00 2001 From: Simon Prochazka Date: Mon, 15 Dec 2025 11:48:26 +0100 Subject: [PATCH] fix: use correct linter --- .github/workflows/linters.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linters.yml b/.github/workflows/linters.yml index 0351d2d..d346566 100644 --- a/.github/workflows/linters.yml +++ b/.github/workflows/linters.yml @@ -9,7 +9,7 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Commitsar check - uses: docker://outillage/commitsar + uses: docker://aevea/commitsar golangci-lint: name: runner / golangci-lint runs-on: ubuntu-latest diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7136e2b..78edf30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -12,6 +12,6 @@ jobs: - name: Check out code into the Go module directory uses: actions/checkout@v1 - name: Release Notary - uses: docker://outillage/release-notary + uses: docker://aevea/release-notary env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}