From 5f0d31ae593d262f08edd913137528657825d962 Mon Sep 17 00:00:00 2001 From: Letro Bot Date: Thu, 30 Apr 2026 13:41:09 +0330 Subject: [PATCH 1/2] fix build --- .github/workflows/build.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0b740dbef..71483c957 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -335,6 +335,14 @@ jobs: git diff "${{ steps.upstream.outputs.commit }}" HEAD -- \ ':!LETRO_VERSION' ':!FORK_DIVERGENCE.md' ':!UPSTREAM_VERSION' \ > fork-changes.diff + + - name: Login to GitHub Container Registry + uses: docker/login-action@v4.1.0 + with: + registry: ghcr.io + username: ${{ github.repository_owner }} + password: ${{ secrets.GITHUB_TOKEN }} + - name: Install Trivy run: | curl -sfL https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | sh -s -- -b /usr/local/bin From b531f55bd0b48dfeed619e7fe8e30c0077e355ea Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 10:12:06 +0000 Subject: [PATCH 2/2] 1.1.2 --- LETRO_VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LETRO_VERSION b/LETRO_VERSION index 524cb5524..45a1b3f44 100644 --- a/LETRO_VERSION +++ b/LETRO_VERSION @@ -1 +1 @@ -1.1.1 +1.1.2