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 e7667e8 commit bc50607Copy full SHA for bc50607
.github/workflows/build-image-test.yaml
@@ -102,7 +102,7 @@ jobs:
102
- name: Dive - check image for waste files
103
if: steps.changed-files-specific.outputs.any_changed == 'true'
104
# yamllint disable-line rule:line-length
105
- uses: MaxymVlasov/dive-action@fbf11e0550ed9c0b1e7ffdf86abf9dfabd2aca00 # v1.0.1+ ARM64 support
+ uses: MaxymVlasov/dive-action@3fd368cb761ec0110e89b9600616e8b64b0e4c6c # v1.0.1+ ARM64 support
106
with:
107
image: ${{ env.IMAGE }}
108
config-file: ${{ github.workspace }}/.github/.dive-ci.yaml
0 commit comments