mirror of
https://github.com/wagoid/commitlint-github-action.git
synced 2026-04-09 19:14:18 +00:00
fix: pin Docker image by digest to prevent supply chain attacks
This commit is contained in:
parent
b948419dd9
commit
4a4f3064e5
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@ outputs:
|
||||||
description: The error and warning messages for each one of the analyzed commits
|
description: The error and warning messages for each one of the analyzed commits
|
||||||
runs:
|
runs:
|
||||||
using: docker
|
using: docker
|
||||||
image: docker://wagoid/commitlint-github-action:6.2.1
|
image: docker://wagoid/commitlint-github-action@sha256:86a04e0a99128551a7555c269d2b675c3c85f61358cf7dd558f6b873b66f561a
|
||||||
branding:
|
branding:
|
||||||
icon: check-square
|
icon: check-square
|
||||||
color: blue
|
color: blue
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue