Skip to content

Commit 09da9c2

Browse files
committed
Update templated files to rev c649d8a (#413)
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 88e1a8e commit 09da9c2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107

108108
steps:
109109
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
110-
- uses: EmbarkStudios/cargo-deny-action@2a55392931cddc0ae1d7397515fd0951d39ebaf2 # renovate: tag=v1.2.10
110+
- uses: EmbarkStudios/cargo-deny-action@4340bbf5bc9e7034fae7c4857e9ab87cab35c905 # renovate: tag=v1.2.11
111111
with:
112112
command: check ${{ matrix.checks }}
113113

@@ -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!')

.github/workflows/reviewdog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.4.0
25-
- uses: reviewdog/[email protected]
25+
- uses: reviewdog/action-detect-secrets@80a6e68bd1adeb7b7bbc7c69f2e9813f94d41a28 # renovate: tag=v0.7.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@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)