Skip to content

Bump k8s.io/apimachinery from 0.35.0 to 0.36.0 #5

Bump k8s.io/apimachinery from 0.35.0 to 0.36.0

Bump k8s.io/apimachinery from 0.35.0 to 0.36.0 #5

Workflow file for this run

name: CI
on:
pull_request:
push:
branches: [main]
paths-ignore:
- ".git**"
- README.md
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.repository }}-${{ github.ref_name }}
cancel-in-progress: false
jobs:
test-go:
name: Test Go
uses: alphagov/govuk-infrastructure/.github/workflows/go-test.yml@main
permissions:
packages: write
pull-requests: write
golangci-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
with:
show-progress: false
- uses: actions/setup-go@4a3601121dd01d1626a1e23e37211e3254c1c06c # v6.4.0
with:
go-version-file: go.mod
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2.0
with:
version: v2.11
codeql-sast:
name: CodeQL SAST scan
uses: alphagov/govuk-infrastructure/.github/workflows/codeql-analysis.yml@main
permissions:
security-events: write