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 e66a7b9 + 4e8c57e commit 4bfe648Copy full SHA for 4bfe648
.github/workflows/devskim.yml
@@ -34,4 +34,5 @@ jobs:
34
- name: Upload DevSkim scan results to GitHub Security tab
35
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
36
with:
37
+ should-scan-archives: true
38
sarif_file: devskim-results.sarif
.github/workflows/yamllint.yml
@@ -20,7 +20,7 @@ jobs:
20
- name: Install YAMLLint
21
shell: bash
22
run: |
23
- pip install yamllint==1.36.2
+ pip install yamllint==1.37.0
24
msg="$(pip list --outdated | grep -e yamllint || true)"
25
if [ -n "${msg}" ]; then
26
>&2 echo "ERROR: outdated: ${msg}"
0 commit comments