Skip to content

build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 #4843

build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0

build(deps): bump golang.org/x/sys from 0.36.0 to 0.37.0 #4843

Workflow file for this run

name: CI
on:
push:
branches:
- 'release-*'
pull_request:
branches:
- main
- 'release-*'
permissions:
contents: read
pull-requests: read
jobs:
trivy:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-trivy.yaml"
validate:
uses: "./.github/workflows/lib-validate.yaml"
codeql:
permissions:
actions: read
contents: read
security-events: write
uses: "./.github/workflows/lib-codeql.yaml"
build:
needs:
- trivy
- validate
uses: "./.github/workflows/lib-build.yaml"
# e2e:
# needs:
# - build
# uses: "./.github/workflows/lib-e2e.yaml"