Skip to content

Commit e92393e

Browse files
committed
Update templated files to rev c649d8a (#111)
Automatically created PR based on commit c649d8a0fb8523c90f6986640c8fcbb1f6934695 in stackabletech/operator-templating repo. Original commit message: This bunches a couple of renovate action updates: (#67) reviewdog/action-hadolint action minor v1.6.0 -> v1.27.0 actions/github-script action major v3 -> v5 reviewdog/action-markdownlint action minor v0.1 -> v0.3 EmbarkStudios/cargo-deny-action action patch v1.2.10 -> v1.2.11 actions/github-script action major v3 -> v5 reviewdog/action-detect-secrets action pin v0.7.1 -> v0.7.1
1 parent dad889a commit e92393e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: .github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
run: git diff --exit-code
239239
- name: Git Diff showed uncommitted changes
240240
if: ${{ failure() }}
241-
uses: actions/github-script@f05a81df23035049204b043b50c3322045ce7eb3 # renovate: tag=v3
241+
uses: actions/github-script@e3cbab99d3a9b271e1b79fc96d103a4a5534998c # renovate: tag=v5
242242
with:
243243
script: |
244244
core.setFailed('Committed charts were not up to date, please regenerate and re-commit!')

Diff for: .github/workflows/reviewdog.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -41,15 +41,15 @@ jobs:
4141
runs-on: ubuntu-latest
4242
steps:
4343
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
44-
- uses: reviewdog/action-hadolint@1e34f93387b47709298a91edb132af6c02a4bae1 # renovate: tag=v1.6.0
44+
- uses: reviewdog/action-hadolint@5cf6f59448898674422be225b024fa2442ac3caa # renovate: tag=v1.27.0
4545
with:
4646
github_token: ${{ secrets.GITHUB_TOKEN }}
4747

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

0 commit comments

Comments
 (0)