Update python:3.12 Docker digest to 7e6591e #11
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Hadolint | |
on: # yamllint disable-line rule:truthy | |
push: | |
branches: [main] | |
paths: | |
- 'Dockerfile' | |
pull_request: | |
branches: [main] | |
paths: | |
- 'Dockerfile' | |
jobs: | |
hadolint: | |
runs-on: ubuntu-latest | |
name: Hadolint-your-PR | |
steps: | |
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4 | |
- uses: hadolint/hadolint-action@54c9adbab1582c2ef04b2016b760714a4bfde3cf # v3.1.0 |