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