forked from kitproj/junit2html
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* `.github/dependabot.yml`: Remove unnecessary properties * `.github/workflows/tests.yaml`: * Ignore failing Windows tests: Should we even support it? * Downgrade `codecov/codecov-action@v3` for "obvious reasons" Additionally, pin all non-GitHub actions Signed-off-by: Stavros Ntentos <[email protected]>
- Loading branch information
Showing
4 changed files
with
7 additions
and
21 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
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
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 |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
- name: Install dependencies | ||
run: go mod tidy | ||
|
||
- uses: pre-commit/[email protected] | ||
- uses: pre-commit/action@f7acafac0271bdd064cdfa1b13f17b4350e565ed # v3.0.1 | ||
|
||
- uses: pre-commit-ci/[email protected] | ||
- uses: pre-commit-ci/lite-action@9d882e7a565f7008d4faf128f27d1cb6503d4ebf # v1.0.2 | ||
if: always() |
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