Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/thediveo/enumflag to v2 #641

Merged
merged 1 commit into from
Mar 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions go.mod
Original file line number Diff line number Diff line change
@@ -17,6 +17,7 @@ require (
github.com/prometheus/client_model v0.6.1
github.com/spf13/pflag v1.0.6
github.com/thediveo/enumflag v0.10.1
github.com/thediveo/enumflag/v2 v2.0.7
go.uber.org/zap v1.27.0
golang.org/x/net v0.34.0
k8s.io/api v0.32.1
1 change: 1 addition & 0 deletions go.sum
Original file line number Diff line number Diff line change
@@ -202,6 +202,7 @@ github.com/stretchr/testify v1.10.0 h1:Xv5erBjTwe/5IxqUQTdXv5kgmIvbHo3QQyRwhJsOf
github.com/stretchr/testify v1.10.0/go.mod h1:r2ic/lqez/lEtzL7wO/rwa5dbSLXVDPFyf8C91i36aY=
github.com/thediveo/enumflag v0.10.1 h1:DB3Ag69VZ7BCv6jzKECrZ0ebZrHLzFRMIFYt96s4OxM=
github.com/thediveo/enumflag v0.10.1/go.mod h1:KyVhQUPzreSw85oJi2uSjFM0ODLKXBH0rPod7zc2pmI=
github.com/thediveo/enumflag/v2 v2.0.7/go.mod h1:bWlnNvTJuUK+huyzf3WECFLy557Ttlc+yk3o+BPs0EA=
github.com/tmc/grpc-websocket-proxy v0.0.0-20190109142713-0ad062ec5ee5/go.mod h1:ncp9v5uamzpCO7NfCPTXjqaC+bZgJeR0sMTm6dMHP7U=
github.com/ugorji/go v1.1.4/go.mod h1:uQMGLiO92mf5W77hV/PUCpI3pbzQx3CRekS0kk+RGrc=
github.com/x448/float16 v0.8.4 h1:qLwI1I70+NjRFUR3zs1JPUCgaCXSh3SW62uAKT1mSBM=

Unchanged files with check annotations Beta

uses: stefanprodan/helm-gh-pages@0ad2bb377311d61ac04ad9eb6f252fb68e207260 # v1.7.0
with:
token: "${{ secrets.HELM_CHARTS_PUSH_TOKEN }}"
linting: off

Check warning on line 29 in .github/workflows/helm-publish.yml

GitHub Actions / yamllint

29:20 [truthy] truthy value should be one of [false, true]
app_version: ${{ steps.extract_version.outputs.version }}
chart_version: ${{ steps.extract_version.outputs.version }}
charts_dir: charts
name: "SAST"
runs-on: ubuntu-24.04
env:
GO111MODULE: on

Check warning on line 43 in .github/workflows/coverage.yml

GitHub Actions / yamllint

43:20 [truthy] truthy value should be one of [false, true]
permissions:
security-events: write
actions: read