File tree Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Expand file tree Collapse file tree 7 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -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 }}
Original file line number Diff line number Diff line change @@ -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 : |
Original file line number Diff line number Diff line change 3838 with :
3939 persist-credentials : false
4040 - name : actionlint
41- uses : reviewdog/action-actionlint@e37e2ca68a70112d21e135229272da28ce2d0d5a # v1.66.1
41+ uses : reviewdog/action-actionlint@95395aac8c053577d0bc67eb7b74936c660c6f66 # v1.67.0
4242 with :
4343 reporter : github-pr-review
4444 fail_level : ${{ inputs.reviewdog-fail-level }}
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@ea518c135a02fc11ff8024364510c181a5c6b342 # v4.0.3
7676 with :
77- aqua_version : v2.53.9
77+ aqua_version : v2.53.11
7878 env :
7979 AQUA_GITHUB_TOKEN : ${{github.token}}
8080 - uses : actions/checkout@08eba0b27e820071cde6df949e0beb9ba4906955 # v4.3.0
Original file line number Diff line number Diff line change 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@6cbd405e2c4e67a21c47fa9e383d020e4e28b836 # v2.3.3
2222 with :
2323 generate_release_notes : true
2424 tag_name : ${{ github.ref_name }}
Original file line number Diff line number Diff line change 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 }}';
Original file line number Diff line number Diff line change @@ -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 : |
Original file line number Diff line number Diff line change 11registries :
22- type : standard
3- ref : v4.407 .0 # renovate: depName=aquaproj/aqua-registry
3+ ref : v4.410 .0 # renovate: depName=aquaproj/aqua-registry
44
55packages :
66 -
name :
suzuki-shunsuke/[email protected]
You can’t perform that action at this time.
0 commit comments