Skip to content

chore: bump golang.org/x/crypto from 0.37.0 to 0.45.0 #326

chore: bump golang.org/x/crypto from 0.37.0 to 0.45.0

chore: bump golang.org/x/crypto from 0.37.0 to 0.45.0 #326

Workflow file for this run

###### Generated using `argus bootstrap` command ######
name: Lint argus stack helm chart
on:
- pull_request
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
lint-rdev:
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/helm-lint@v6
with:
chart_path: .infra/rdev
values_files: ../common.yaml,./values.yaml
lint-prod:
runs-on: ARM64
steps:
- uses: chanzuckerberg/github-actions/.github/actions/helm-lint@v6
with:
chart_path: .infra/prod
values_files: ../common.yaml,./values.yaml