Browse Source

Pin third party GitHub action (#135)

check-external-filesystem
Luke Childs 4 years ago
committed by GitHub
parent
commit
6f634bb296
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/main.yml

2
.github/workflows/main.yml

@ -9,7 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v1
- uses: jwalton/gh-find-current-pr@v1
- uses: jwalton/gh-find-current-pr@b6f8d7342efe4913388d5d1ac7f4b956caa5db52 # v1.0.2
id: findPr
with:
github-token: ${{ secrets.GITHUB_TOKEN }}

Loading…
Cancel
Save