From b3fffee75d34f4a4d38fa88dcf6b7035d689bfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Jun 2025 21:02:09 +0000 Subject: [PATCH] Bump PossibleLlama/workflows from 0.2.16 to 0.2.17 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.16 to 0.2.17 - [Commits](https://github.com/possiblellama/workflows/compare/v0.2.16...v0.2.17) --- updated-dependencies: - dependency-name: PossibleLlama/workflows dependency-version: 0.2.17 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 3eeb3f7..8afb753 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.18 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.18 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-linting.yaml@v0.2.18 with: source-path: "./exec/cli/main.go" test-small: name: Test small - uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.16 + uses: PossibleLlama/workflows/.github/workflows/golang-testing-small.yaml@v0.2.18 with: enable-performance: true enable-fuzz: false diff --git a/.github/workflows/commit-main.yml b/.github/workflows/commit-main.yml index c22a79c..3dbf536 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.18 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-binary.yaml@v0.2.18 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.16 + uses: PossibleLlama/workflows/.github/workflows/golang-security.yaml@v0.2.18 with: upload-sarif: true