Skip to content

Bump docker/build-push-action from 6.13.0 to 6.15.0 (#643) #1183

Bump docker/build-push-action from 6.13.0 to 6.15.0 (#643)

Bump docker/build-push-action from 6.13.0 to 6.15.0 (#643) #1183

name: "go static analysis"
on:
push:
branches:
- main
pull_request:
branches:
- main
permissions:
contents: read
jobs:
static-analysis:
name: "Run Go static analysis"
runs-on: ubuntu-latest
steps:
- name: Harden Runner
uses: step-security/harden-runner@cb605e52c26070c328afc4562f0b4ada7618a84e
with:
egress-policy: block
allowed-endpoints: >
github.com:443
api.github.com:443
proxy.golang.org:443
storage.googleapis.com:443
sum.golang.org:443
golang.org:443
sum.golang.org:443
*.actions.githubusercontent.com:443
objects.githubusercontent.com:443
raw.githubusercontent.com:443
go.dev:443
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
with:
fetch-depth: 1
- uses: dominikh/staticcheck-action@fe1dd0c3658873b46f8c9bb3291096a617310ca6
with:
install-go: true
working-directory: "./v2"