deps: update alpine:3.18 docker digest to 34871e7 #1256
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: code-checks | |
on: | |
pull_request: {} | |
push: | |
branches: | |
- "**" | |
jobs: | |
gosec: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | |
with: | |
install-go: true | |
go-version: "1.21.4" | |
lint-commands: | | |
make bootstrap-tools | |
make lintsec | |
golint: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | |
with: | |
install-go: true | |
go-version: "1.21.4" | |
lint-commands: | | |
make bootstrap-tools | |
make lint |