Skip to content

deps: update alpine:3.20 docker digest to de4fe70 #2342

deps: update alpine:3.20 docker digest to de4fe70

deps: update alpine:3.20 docker digest to de4fe70 #2342

Workflow file for this run

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