From 02921a7bffd0cea4f9eb7298ea7e541e551c1340 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Oct 2025 02:07:49 +0000 Subject: [PATCH] Bump PossibleLlama/workflows from 0.2.19 to 0.2.20 in the gha-deps group Bumps the gha-deps group with 1 update: [PossibleLlama/workflows](https://github.com/possiblellama/workflows). Updates `PossibleLlama/workflows` from 0.2.19 to 0.2.20 - [Commits](https://github.com/possiblellama/workflows/compare/v0.2.19...v0.2.20) --- updated-dependencies: - dependency-name: PossibleLlama/workflows dependency-version: 0.2.20 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: gha-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-all.yml | 8 ++++---- .github/workflows/commit-main.yml | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/commit-all.yml b/.github/workflows/commit-all.yml index f7cd062..ec4706a 100644 --- a/.github/workflows/commit-all.yml +++ b/.github/workflows/commit-all.yml @@ -17,7 +17,7 @@ jobs: goarch: - amd64 - arm64 - uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20 with: source-path: "./exec/cli/main.go" build-flags: "-ldflags=\"-w -s\"" @@ -35,7 +35,7 @@ jobs: goarch: - amd64 - arm64 - uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20 with: source-path: "./exec/server/main.go" build-flags: "-ldflags=\"-w -s\"" @@ -45,13 +45,13 @@ jobs: linting: name: Linting - uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.20 with: source-path: "./exec/cli/main.go" test-small: name: Test small - uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.20 with: enable-performance: true enable-fuzz: false diff --git a/.github/workflows/commit-main.yml b/.github/workflows/commit-main.yml index 0cda918..932f0ad 100644 --- a/.github/workflows/commit-main.yml +++ b/.github/workflows/commit-main.yml @@ -20,7 +20,7 @@ jobs: goarch: - amd64 - arm64 - uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20 with: source-path: "./exec/cli/main.go" build-flags: "-ldflags=\"-w -s\"" @@ -41,7 +41,7 @@ jobs: goarch: - amd64 - arm64 - uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.20 with: source-path: "./exec/server/main.go" build-flags: "-ldflags=\"-w -s\"" @@ -54,7 +54,7 @@ jobs: name: Security checks permissions: security-events: write - uses: PossibleLlama/workflows/.github/workflows/golang-security.yaml@v0.2.19 + uses: PossibleLlama/workflows/.github/workflows/golang-security.yaml@v0.2.20 with: upload-sarif: true