This repository was archived by the owner on Jan 13, 2026. It is now read-only.
Bump serde from 1.0.198 to 1.0.228 in /cmd/pinniped-proxy #5800
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Copyright 2022 the Kubeapps contributors. | |
| # SPDX-License-Identifier: Apache-2.0 | |
| --- | |
| name: Main Pipeline | |
| on: | |
| push: | |
| branches: | |
| - main | |
| tags-ignore: | |
| - '*' | |
| pull_request: | |
| branches: | |
| - main | |
| concurrency: | |
| group: ${{ github.head_ref || github.ref_name }} | |
| cancel-in-progress: true | |
| jobs: | |
| CI: | |
| uses: ./.github/workflows/kubeapps-general.yaml | |
| secrets: inherit |