deps: update github.com/ckotzbauer/libstandard digest to 596b3eb #2303
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/toolkit-lint.yml@0.46.0 | |
with: | |
install-go: true | |
lint-commands: | | |
make bootstrap-tools | |
make lintsec | |
golint: | |
uses: ckotzbauer/actions-toolkit/.github/workflows/toolkit-lint.yml@0.46.0 | |
with: | |
install-go: true | |
lint-commands: | | |
make bootstrap-tools | |
make lint |