Skip to content

Commit

Permalink
Update templated files to rev ea78dbf (#135)
Browse files Browse the repository at this point in the history
Automatically created PR based on commit ea78dbf51e5c4ab8fe0578b4f286a4f064f7b97f in stackabletech/operator-templating repo.

Triggered by:
Manual run triggered by: soenkeliebau with message [Rollout updates for actions: reviewdog/action-flake8, reviewdog/action-actionlint, actions/github-script]
  • Loading branch information
stackable-bot committed May 25, 2022
1 parent d7620d2 commit de94772
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -252,7 +252,7 @@ jobs:
run: git diff --exit-code
- name: Git Diff showed uncommitted changes
if: ${{ failure() }}
uses: actions/github-script@9ac08808f993958e9de277fe43a64532a609130e # tag=v6
uses: actions/github-script@7a5c598405937d486b0331594b5da2b14db670da # tag=v6
with:
script: |
core.setFailed('Committed charts were not up to date, please regenerate and re-commit!')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/reviewdog.yaml
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: reviewdog/action-actionlint@4107d34d940c815398d17b0d35c6ee339b949824 # tag=v1.24.0
- uses: reviewdog/action-actionlint@27d0c61b30330b94d7d2c2fa88d22c3b2cc5e866 # tag=v1.25.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -25,7 +25,7 @@ jobs:
- uses: actions/setup-python@98f2ad02fd48d057ee3b4d4f66525b231c3e52b6 # tag=v3
with:
python-version: "3.9"
- uses: reviewdog/action-flake8@d226b6d49826ce00b5b9291fa387cd171c113860 # tag=v3.4.0
- uses: reviewdog/action-flake8@b6435e67f0cfda225b9e0c9283cfb7ea7c551bdb # tag=v3.6.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit de94772

Please sign in to comment.