Bump serde_json from 1.0.120 to 1.0.133 in /cmd/oci-catalog #5425
This file contains 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 |