Thanks to visit codestin.com Credit goes to github.com
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 3ab3a62 commit 9560d9aCopy full SHA for 9560d9a
.github/workflows/ci.yaml
@@ -141,7 +141,7 @@ jobs:
141
142
# Check for any typos
143
- name: Check for typos
144
- uses: crate-ci/[email protected].0
+ uses: crate-ci/[email protected].2
145
with:
146
config: .github/workflows/typos.toml
147
.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@d43c1f16c00cfd3978dde6c07f4bbcf9eb6993ca
+ uses: aquasecurity/trivy-action@84384bd6e777ef152729993b8145ea352e9dd3ef
126
127
image-ref: ${{ steps.build.outputs.image }}
128
format: sarif
0 commit comments