Skip to content

Commit 4bfe648

Browse files
authored
Merge branch 'main' into dependabot/github_actions/github/codeql-action-3.28.13
2 parents e66a7b9 + 4e8c57e commit 4bfe648

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/devskim.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,5 @@ jobs:
3434
- name: Upload DevSkim scan results to GitHub Security tab
3535
uses: github/codeql-action/upload-sarif@1b549b9259bda1cb5ddde3b41741a82a2d15a841 # v3.28.13
3636
with:
37+
should-scan-archives: true
3738
sarif_file: devskim-results.sarif

.github/workflows/yamllint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install YAMLLint
2121
shell: bash
2222
run: |
23-
pip install yamllint==1.36.2
23+
pip install yamllint==1.37.0
2424
msg="$(pip list --outdated | grep -e yamllint || true)"
2525
if [ -n "${msg}" ]; then
2626
>&2 echo "ERROR: outdated: ${msg}"

0 commit comments

Comments
 (0)