-
Notifications
You must be signed in to change notification settings - Fork 273
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Pin 3rd-party actions to SHA1 (#847)
* Pin 3rd-party actions to SHA1 in .github/workflows/release.yaml * Pin 3rd-party actions to SHA1 in .github/workflows/CI.yaml
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,7 +41,7 @@ jobs: | |
run: yarn build | ||
|
||
- name: Upload SARIF file | ||
uses: github/codeql-action/upload-sarif@v2 | ||
uses: github/codeql-action/upload-sarif@17573ee1cc1b9d061760f3a006fc4aac4f944fd5 #v2 | ||
with: | ||
# Path to SARIF file relative to the root of the repository | ||
sarif_file: eslint-result.sarif | ||
|
@@ -51,13 +51,13 @@ jobs: | |
|
||
# Run tests | ||
- name: Run Test | ||
uses: GabrielBB/[email protected] | ||
uses: GabrielBB/xvfb-action@fe2609f8182a9ed5aee7d53ff3ed04098a904df2 #v1.0 | ||
with: | ||
run: yarn coveralls | ||
|
||
# Run Coveralls | ||
- name: Coveralls | ||
uses: coverallsapp/github-action@master | ||
uses: coverallsapp/github-action@3284643be2c47fb6432518ecec17f1255e8a06a6 #master | ||
with: | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters