We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee15add commit e976f50Copy full SHA for e976f50
.github/workflows/ci.yaml
@@ -136,7 +136,7 @@ jobs:
136
137
# Check for any typos
138
- name: Check for typos
139
- uses: crate-ci/typos@v1.16.21
+ uses: crate-ci/typos@v1.16.22
140
with:
141
config: .github/workflows/typos.toml
142
.github/workflows/security.yaml
@@ -122,7 +122,7 @@ jobs:
122
image_name: ${{ steps.build.outputs.image }}
123
124
- name: Run Trivy vulnerability scanner
125
- uses: aquasecurity/trivy-action@b77b85c0254bba6789e787844f0585cde1e56320
+ uses: aquasecurity/trivy-action@f78e9ecf42a1271402d4f484518b9313235990e1
126
127
image-ref: ${{ steps.build.outputs.image }}
128
format: sarif
0 commit comments