deps: update github.com/ckotzbauer/libstandard digest to 924e397 #2246
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 | |
lint-commands: | | |
make bootstrap-tools | |
make lintsec | |
golint: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/[email protected] | |
with: | |
install-go: true | |
lint-commands: | | |
make bootstrap-tools | |
make lint |