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.
1 parent 29b2eaa commit c31292aCopy full SHA for c31292a
.github/workflows/ci.yaml
@@ -137,7 +137,7 @@ jobs:
137
138
# Check for any typos
139
- name: Check for typos
140
- uses: crate-ci/[email protected].8
+ uses: crate-ci/[email protected].10
141
with:
142
config: .github/workflows/typos.toml
143
.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@41f05d9ecffa2ed3f1580af306000f734b733e54
+ uses: aquasecurity/trivy-action@fbd16365eb88e12433951383f5e99bd901fc618f
126
127
image-ref: ${{ steps.build.outputs.image }}
128
format: sarif
0 commit comments