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.
2 parents ccb50c6 + d64f5ea commit cf0deb9Copy full SHA for cf0deb9
.github/workflows/build.yml
@@ -24,7 +24,7 @@ jobs:
24
- run: npm run test
25
# if tests pass then build.
26
- run: npm run build
27
- - uses: stefanzweifel/git-auto-commit-action@v4
+ - uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
28
with:
29
commit_message: Update built file.
30
commit_options: '--no-verify --signoff'
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
20
- uses: actions/checkout@v2
21
- run: npm ci
22
- - uses: mattallty/jest-github-action@v1
+ - uses: mattallty/jest-github-action@40eafe1b6e3924992dd7e3b0a07e70dfdff1d52f # v1
23
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments