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.
2 parents a42e479 + 52723fd commit eeacb0aCopy full SHA for eeacb0a
2 files changed
.github/workflows/build.yml
@@ -78,7 +78,7 @@ jobs:
78
password: ${{ secrets.GITHUB_TOKEN }}
79
80
- name: 🛡️ Anchore security scan - discogsography/${{ matrix.name }}
81
- uses: anchore/scan-action@1638637db639e0ade3258b51db49a9a137574c3e # v6.5.1
+ uses: anchore/scan-action@f6601287cdb1efc985d6b765bbf99cb4c0ac29d8 # v7.0.0
82
with:
83
path: ${{ matrix.name }}
84
.github/workflows/docker-validate.yml
@@ -53,7 +53,7 @@ jobs:
53
uses: docker/setup-buildx-action@v3
54
55
- name: 🔍 Validate Dockerfile with hadolint
56
- uses: hadolint/hadolint-action@3fc49fb50d59c6ab7917a2e4195dba633e515b29 # v3.2.0
+ uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
57
58
dockerfile: ${{ matrix.sub-project }}/Dockerfile
59
failure-threshold: error
0 commit comments