Skip to content

Commit cf0deb9

Browse files
authored
Merge pull request #67 from woocommerce/dev/pin-actions-to-full-commit-sha
2 parents ccb50c6 + d64f5ea commit cf0deb9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- run: npm run test
2525
# if tests pass then build.
2626
- run: npm run build
27-
- uses: stefanzweifel/git-auto-commit-action@v4
27+
- uses: stefanzweifel/git-auto-commit-action@3ea6ae190baf489ba007f7c92608f33ce20ef04a # v4
2828
with:
2929
commit_message: Update built file.
3030
commit_options: '--no-verify --signoff'

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2020
- uses: actions/checkout@v2
2121
- run: npm ci
22-
- uses: mattallty/jest-github-action@v1
22+
- uses: mattallty/jest-github-action@40eafe1b6e3924992dd7e3b0a07e70dfdff1d52f # v1
2323

2424
env:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)