chore: pin actions in workflows

This commit is contained in:
Jeroen de Bruijn 2020-03-26 20:11:31 +01:00
parent 2eda67bee4
commit ce8092f37d
No known key found for this signature in database
GPG key ID: 3A2677A1DF38FF9F
5 changed files with 8 additions and 11 deletions

View file

@ -7,12 +7,10 @@ on:
jobs:
commitlint:
runs-on: ubuntu-latest
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v2.0.0
with:
fetch-depth: 0
- name: Lint commit messages
uses: wagoid/commitlint-github-action@v1
uses: wagoid/commitlint-github-action@v1.6.0