fix: high vulnerability in golang.org/x/net by updating it from v0.25… #1023
Workflow file for this run
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
--- | |
name: Yamllint | |
'on': push | |
jobs: | |
yamllint: | |
runs-on: ubuntu-latest | |
container: | |
image: pipelinecomponents/yamllint:0.21.0 | |
env: | |
YAMLLINT_CONFIG_FILE: /code/configs/.yamllint.yaml | |
options: --cpus 1 | |
steps: | |
- uses: actions/[email protected] | |
- name: run yamllint | |
run: yamllint . |