Skip to content

Commit 8054c54

Browse files
committed
Update templated files to rev ec0471a (#38)
Automatically created PR based on commit ec0471a9fa1b710b1f1de526341d7762bd9dfc55 in stackabletech/operator-templating repo. Triggered by: Manual run triggered by: soenkeliebau with message [Test skipping generate PRs for existing branches - step1]
1 parent 13084f2 commit 8054c54

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/reviewdog.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
17-
- uses: reviewdog/action-actionlint@b5e56751b84f345bfd33e15703d7db0bb7451eb7 # tag=v1.20.0
17+
- uses: reviewdog/action-actionlint@fb012b9df4b74c9ca9c45515548098a6df8169d8 # tag=v1.21.0
1818
with:
1919
github_token: ${{ secrets.GITHUB_TOKEN }}
2020

2121
detect-secrets:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
25-
- uses: reviewdog/action-detect-secrets@0034e2d330af20c02fb6d9b3a813404a4ef6ba12 # tag=v0.8.0
25+
- uses: reviewdog/action-detect-secrets@bc7432bf205393ff7453416b3c93853773cee69d # tag=v0.8.1
2626
with:
2727
github_token: ${{ secrets.github_token }}
2828

@@ -41,15 +41,15 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
44-
- uses: reviewdog/action-hadolint@2f36e7ddb63420bac655b14287cb6d6b82dd84e2 # tag=v1.28.0
44+
- uses: reviewdog/action-hadolint@9818e86ad59af95580dacb2281c35038de73d1cb # tag=v1.31.0
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747

4848
markdownlint:
4949
runs-on: ubuntu-latest
5050
steps:
5151
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
52-
- uses: reviewdog/action-markdownlint@40f5a7a4afc06d314a2c3a72f42c387b5187deaa # renovate: tag=v0.3
52+
- uses: reviewdog/action-markdownlint@cde85f41b4dd6196b9997b677bbb1640f0e693c3 # tag=v0.5
5353
with:
5454
github_token: ${{ secrets.GITHUB_TOKEN }}
5555

@@ -65,6 +65,6 @@ jobs:
6565
runs-on: ubuntu-latest
6666
steps:
6767
- uses: actions/checkout@a12a3943b4bdde767164f792f33f40b04645d846 # tag=v3.0.0
68-
- uses: reviewdog/action-yamllint@aabd7aef24430a8da23122ca6711faec445dfcf6 # renovate: tag=v1.4.0
68+
- uses: reviewdog/action-yamllint@21974b17ac095af86ed938bcc1eb59ce08432b97 # tag=v1.5.0
6969
with:
7070
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)