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.
1 parent b00f746 commit aaf295bCopy full SHA for aaf295b
.github/workflows/ci.yaml
@@ -170,7 +170,7 @@ jobs:
170
171
# Check for any typos
172
- name: Check for typos
173
- uses: crate-ci/typos@v1.23.1
+ uses: crate-ci/typos@v1.23.2
174
with:
175
config: .github/workflows/typos.toml
176
.github/workflows/security.yaml
@@ -114,7 +114,7 @@ jobs:
114
echo "image=$(cat "$image_job")" >> $GITHUB_OUTPUT
115
116
- name: Run Trivy vulnerability scanner
117
- uses: aquasecurity/trivy-action@7c2007bcb556501da015201bcba5aa14069b74e2
+ uses: aquasecurity/trivy-action@6e7b7d1fd3e4fef0c5fa8cce1229c54b2c9bd0d8
118
119
image-ref: ${{ steps.build.outputs.image }}
120
format: sarif
0 commit comments