[Snyk] Security upgrade axios from 1.1.3 to 1.6.0 #10
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: license-headers | |
on: | |
pull_request: | |
jobs: | |
golangci: | |
name: check-license-headers | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/setup-go@v3 | |
with: | |
go-version: 1.18 | |
- uses: actions/checkout@v3 | |
- name: Check license Headers | |
uses: apache/skywalking-eyes/[email protected] |