actions: Pin to a particular sha for actions

Since actions can access the github token, lets use a
particular version of sha rather than using master.

Fixes: #437

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
(cherry picked from commit 57b64f35e0)
This commit is contained in:
Archana Shinde
2020-07-22 18:07:11 -07:00
parent 8564c99eae
commit 33b1865e6e
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ jobs:
name: WIP Check
steps:
- name: WIP Check
uses: tim-actions/wip-check@master
uses: tim-actions/wip-check@1c2a1ca6c110026b3e2297bb2ef39e1747b5a755
with:
labels: '["do-not-merge", "wip", "rfc"]'
keywords: '["WIP", "wip", "RFC", "rfc", "dnm", "DNM", "do-not-merge"]'