We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0aa0f3d commit 049177bCopy full SHA for 049177b
1 file changed
.github/workflows/check.yaml
@@ -46,7 +46,7 @@ jobs:
46
echo "has_conflicts=false" >> "$GITHUB_OUTPUT"
47
48
- name: Install mise
49
- uses: jdx/mise-action@6d1e696aa24c1aa1bcc1adea0212707c71ab78a8 # v3
+ uses: jdx/mise-action@e79ddf65a11cec7b0e882bedced08d6e976efb2d # v3
50
51
- name: Run format
52
id: format
@@ -99,7 +99,7 @@ jobs:
99
fetch-depth: 0
100
101
- name: Install mise and tools
102
103
with:
104
install_args: "grype trivy syft gitleaks trufflehog checkov aqua:secretlint/secretlint"
105
0 commit comments