We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df46c2a commit f0dbe54Copy full SHA for f0dbe54
.github/workflows/release.yml
@@ -37,6 +37,8 @@ jobs:
37
name: Check
38
needs: [install]
39
uses: ./.github/workflows/checks.yml
40
+ with:
41
+ ref: ${{ github.sha }}
42
43
# The security job can't run on pull requests opened from forks because
44
# Github doesn't pass down the SNYK_TOKEN environment variable.
0 commit comments