mirror of
https://github.com/renovatebot/github-action.git
synced 2025-12-16 08:52:35 +00:00
chore: pin actions in workflows
This commit is contained in:
parent
2eda67bee4
commit
ce8092f37d
5 changed files with 8 additions and 11 deletions
6
.github/workflows/lint-commit-messages.yml
vendored
6
.github/workflows/lint-commit-messages.yml
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue