Skip to content

Commit c17ef70

Browse files
chore(deps): update all minor and patch dependencies
1 parent 831f560 commit c17ef70

File tree

10 files changed

+16
-16
lines changed

10 files changed

+16
-16
lines changed

.github/renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$schema: 'https://docs.renovatebot.com/renovate-schema.json',
33
extends: [
44
'config:recommended',
5-
'github>aquaproj/aqua-renovate-config#2.8.2',
5+
'github>aquaproj/aqua-renovate-config#2.9.0',
66
],
77
labels: [
88
'dependencies',

.github/workflows/wc-add-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# to trigger other Actions caused by adding reviewapp Label
2121
- name: Generate token
2222
id: app-token
23-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
23+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2424
with:
2525
app-id: ${{ secrets.APP_ID }}
2626
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/wc-build-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
8383
- name: Docker meta
8484
id: meta
85-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
85+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
8686
with:
8787
images: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.image_name }}
8888
tags: |
@@ -107,7 +107,7 @@ jobs:
107107
platforms: ${{ inputs.platforms }}
108108

109109
- name: Run Trivy vulnerability scanner
110-
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # 0.33.0
110+
uses: aquasecurity/trivy-action@b6643a29fecd7f34b3597bc6acb0a98b03d33ff8 # 0.33.1
111111
if: ${{ inputs.run-trivy == true }}
112112
with:
113113
image-ref: ${{ steps.login-ecr.outputs.registry }}/${{ inputs.image_name }}:commit-${{ github.sha }}

.github/workflows/wc-cleanup-ecs-reviewapps.yml

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

4343
- name: Generate token
4444
id: app-token
45-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
45+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
4646
with:
4747
app-id: ${{ secrets.APP_ID }}
4848
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -133,7 +133,7 @@ jobs:
133133

134134
- name: Create and Merge Pull Request
135135
if: steps.check-diff.outputs.changes == 'true'
136-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # v7.0.1
136+
uses: "actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b" # v7.1.0
137137
with:
138138
github-token: ${{ steps.app-token.outputs.token }}
139139
script: |

.github/workflows/wc-lint-actions.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
persist-credentials: false
4040
- name: actionlint
41-
uses: reviewdog/action-actionlint@e37e2ca68a70112d21e135229272da28ce2d0d5a # v1.66.1
41+
uses: reviewdog/action-actionlint@f00ad0691526c10be4021a91b2510f0a769b14d0 # v1.68.0
4242
with:
4343
reporter: github-pr-review
4444
fail_level: ${{ inputs.reviewdog-fail-level }}
@@ -72,9 +72,9 @@ jobs:
7272
- name: place aqua.yaml to install some tools
7373
run: |
7474
curl -sSL https://raw.githubusercontent.com/cloudnativedaysjp/reusable-workflows/refs/heads/main/aqua.yaml -o "$HOME/aqua.yaml"
75-
- uses: aquaproj/aqua-installer@d1fe50798dbadd4eb5b98957290ca175f6b4870f # v4.0.2
75+
- uses: aquaproj/aqua-installer@11dd79b4e498d471a9385aa9fb7f62bb5f52a73c # v4.0.4
7676
with:
77-
aqua_version: v2.53.9
77+
aqua_version: v2.55.1
7878
env:
7979
AQUA_GITHUB_TOKEN: ${{github.token}}
8080
- uses: actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0

.github/workflows/wc-push-new-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
# to trigger other Actions caused by adding reviewapp Label
2323
- name: Generate token
2424
id: app-token
25-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
25+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
2626
with:
2727
app-id: ${{ secrets.APP_ID }}
2828
private-key: ${{ secrets.APP_PRIVATE_KEY }}

.github/workflows/wc-release-new-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
with:
1919
persist-credentials: false
2020
- name: Release
21-
uses: softprops/action-gh-release@72f2c25fcb47643c292f7107632f7a47c1df5cd8 # v2.3.2
21+
uses: softprops/action-gh-release@6da8fa9354ddfdc4aeace5fc48d7f679b5214090 # v2.4.1
2222
with:
2323
generate_release_notes: true
2424
tag_name: ${{ github.ref_name }}

.github/workflows/wc-remove-label.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
issues: write
2222
timeout-minutes: 3
2323
steps:
24-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
24+
- uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7.1.0
2525
with:
2626
script: |
2727
const targetLabel = '${{ inputs.target-label }}';

.github/workflows/wc-update-ecs-manifest.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
5353
- name: Generate token
5454
id: app-token
55-
uses: actions/create-github-app-token@a8d616148505b5069dccd32f177bb87d7f39123b # v2.1.1
55+
uses: actions/create-github-app-token@67018539274d69449ef7c02e8e71183d1719ab42 # v2.1.4
5656
with:
5757
app-id: ${{ secrets.APP_ID }}
5858
private-key: ${{ secrets.APP_PRIVATE_KEY }}
@@ -148,7 +148,7 @@ jobs:
148148
149149
- name: Commit files
150150
if: steps.check-diff.outputs.changes == 'true'
151-
uses: suzuki-shunsuke/commit-action@ca8e761ccb3533295065c3e90a8555fcdde8b467 # v0.0.10
151+
uses: suzuki-shunsuke/commit-action@594ab8a77a09357afe86bca600a98ab4b3b9547e # v0.0.13
152152
with:
153153
repository: cloudnativedaysjp/dreamkast-infra
154154
branch: gitops/${{ inputs.environment }}/${{ github.repository }}/${{ env.UNIXTIME }}
@@ -158,7 +158,7 @@ jobs:
158158
159159
- name: Create and merge PR
160160
if: steps.check-diff.outputs.changes == 'true'
161-
uses: "actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea" # v7.0.1
161+
uses: "actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b" # v7.1.0
162162
with:
163163
github-token: ${{ steps.app-token.outputs.token }}
164164
script: |

aqua.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
registries:
22
- type: standard
3-
ref: v4.407.0 # renovate: depName=aquaproj/aqua-registry
3+
ref: v4.433.0 # renovate: depName=aquaproj/aqua-registry
44

55
packages:
66
- name: suzuki-shunsuke/[email protected]

0 commit comments

Comments
 (0)