We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e830854 commit 7f4a6cdCopy full SHA for 7f4a6cd
.github/workflows/build-image-test.yaml
@@ -106,7 +106,7 @@ jobs:
106
- name: Dive - check image for waste files
107
if: steps.changed-files-specific.outputs.any_changed == 'true'
108
# yamllint disable-line rule:line-length
109
- uses: MaxymVlasov/dive-action@4c86ec8e41e935c9a3df9ebcf45ca6fa637c05f8 # v1.0.1+ ARM64 support
+ uses: MaxymVlasov/dive-action@b6a02b38f0f309e8817199658eab090d4f0f93ce # v1.1.0
110
with:
111
image: ${{ env.IMAGE }}
112
config-file: ${{ github.workspace }}/.github/.dive-ci.yaml
0 commit comments