Skip to content

Commit 761d30e

Browse files
Merge pull request #24 from devops-ia/dependabot/github_actions/actions-4ba19b6524
chore(deps): Bump the actions group with 4 updates
2 parents 73717f3 + e810db6 commit 761d30e

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/docker-build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2727

2828
- name: Lint Dockerfile
29-
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
29+
uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
3030
with:
3131
dockerfile: Dockerfile
3232
config: .hadolint.yaml
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Upload Trivy SARIF results
7272
if: always()
73-
uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
73+
uses: github/codeql-action/upload-sarif@f205ea1c3313d32999d8d6a48b4f6530d4437b38 # v4.37.4
7474
with:
7575
sarif_file: trivy-results.sarif
7676

@@ -255,15 +255,15 @@ jobs:
255255
256256
- name: "[DOCKERHUB] Log in"
257257
if: steps.version.outputs.is_new == 'true'
258-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
258+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
259259
with:
260260
username: ${{ secrets.DOCKERHUB_USERNAME }}
261261
password: ${{ secrets.DOCKERHUB_PASSWORD }}
262262

263263
- name: "[GHCR] Log in"
264264
if: steps.version.outputs.is_new == 'true'
265265
continue-on-error: true
266-
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4.5.1
266+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
267267
with:
268268
registry: ${{ env.GHCR_REGISTRY }}
269269
username: ${{ github.actor }}
@@ -294,7 +294,7 @@ jobs:
294294
- name: "[GHCR] Generate artifact attestation"
295295
if: steps.version.outputs.is_new == 'true'
296296
continue-on-error: true
297-
uses: actions/attest@f7c74d28b9d84cb8768d0b8ca14a4bac6ef463e6 # v4.2.0
297+
uses: actions/attest@508db95dd578ae2727ebd6217d5ba78e4fbda05d # v4.2.1
298298
with:
299299
subject-name: ${{ env.GHCR_REGISTRY }}/${{ env.GHCR_REPO }}
300300
subject-digest: ${{ steps.push.outputs.digest }}

0 commit comments

Comments
 (0)