Updates github actions to use commits instead of tags (#100)

* Update bcnotify.yaml

* Update build-validation.yml

* Update markdownlint.yml
This commit is contained in:
Andy De George
2020-11-02 13:51:16 -08:00
committed by GitHub
parent 5408f5c4d0
commit e762a2f22e
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: timheuer/[email protected]
- uses: actions/checkout@a81bbbf8298c0fa03ea29cdc473d45769f953675 #@v2
- uses: timheuer/issue-notifier@84b8e0081c0abce88ac2673f1f3ad8529a040586 #@v1.0.2
env:
SENDGRID_API_KEY: ${{ secrets.SENDGRID_API }}
with: