generated from actions/container-action
-
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.
Fix build by using latest versions of dependencies (#76)
* Fix YAML linting check by using latest version * Fix Shellcheck linting by using latest version * Fix cert issue by using latest Hoverfly version
- Loading branch information
Showing
5 changed files
with
6 additions
and
6 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 |
---|---|---|
|
@@ -17,7 +17,7 @@ jobs: | |
# - the default version in `action.yml` | ||
# - the example version in the README | ||
# - the latest version in the 'tests.yml' | ||
- uses: SpectoLabs/[email protected].0 | ||
- uses: SpectoLabs/[email protected].6 | ||
|
||
# update the version in `check_semver_labels.yml` manually, too | ||
# (eventually Dependabot will do this automatically and I won't need this hack) | ||
|
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 |
---|---|---|
|
@@ -23,7 +23,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: yamllint | ||
uses: reviewdog/action-yamllint@v1.1.0 | ||
uses: reviewdog/action-yamllint@v1.6.1 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-check | ||
|
@@ -34,7 +34,7 @@ jobs: | |
steps: | ||
- uses: actions/[email protected] | ||
- name: shellcheck | ||
uses: reviewdog/action-shellcheck@v1.4.0 | ||
uses: reviewdog/action-shellcheck@v1.15.0 | ||
with: | ||
github_token: ${{ secrets.github_token }} | ||
reporter: github-check | ||
|
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