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.
2 parents 0d2b063 + 96899df commit aea2135Copy full SHA for aea2135
.github/workflows/reusable_checks.yml
@@ -57,7 +57,7 @@ jobs:
57
./scripts/check_license/check_headers.sh . "Apache-2.0 WITH LLVM-exception" -v
58
59
- name: Run a spell check
60
- uses: crate-ci/typos@a4c3e43aea0a9e9b9e6578d2731ebd9a27e8f6cd # v1.35.5
+ uses: crate-ci/typos@87d57f0e994b0e73e3efb34a953ae275b86b5971 # v1.35.6
61
with:
62
config: ./.github/workflows/.spellcheck-conf.toml
63
.github/workflows/reusable_trivy.yml
@@ -21,7 +21,7 @@ jobs:
21
fetch-depth: 0
22
23
- name: Run Trivy
24
- uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
+ uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # v0.33.0
25
26
scan-type: 'config'
27
hide-progress: false
0 commit comments