Bump actions/setup-node from c2ac33f2c62f978d6c944d9648125a294e56dc0b to eff380dfbcf941bf8832e4acb788cebe13dfd758 #110
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
--- | |
# MegaLinter GitHub Action configuration file | |
# More info at https://oxsecurity.github.io/megalinter | |
name: mega-linter-yaml | |
on: | |
pull_request: | |
permissions: | |
contents: read | |
jobs: | |
build: | |
name: mega-linter-yaml | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 | |
with: | |
fetch-depth: 1 | |
- name: yamllint | |
uses: oxsecurity/megalinter/flavors/ci_light@v7 |