Skip to content

Commit 189c9d8

Browse files
authored
Merge branch 'main' into fix-linter-ruff
2 parents cf5fc95 + 8eccaad commit 189c9d8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
id: ml
5656
# You can override MegaLinter flavor used to have faster performances
5757
# More info at https://megalinter.io/flavors/
58-
uses: oxsecurity/megalinter/flavors/python@04cf22b980c2e9c2121553417ed651c944afc8e1 # 8.6.0
58+
uses: oxsecurity/megalinter/flavors/python@5a91fb06c83d0e69fbd23756d47438aa723b4a5a # 8.7.0
5959
env:
6060
# All available variables are described in documentation
6161
# https://megalinter.io/configuration/

.github/workflows/trivy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,6 @@ jobs:
5656

5757
- name: Upload Trivy scan results to GitHub Security tab
5858
if: ${{ github.event_name == 'schedule' }}
59-
uses: github/codeql-action/upload-sarif@28deaeda66b76a05916b6923827895f2b14ab387 # 3.28.16
59+
uses: github/codeql-action/upload-sarif@60168efe1c415ce0f5521ea06d5c2062adbeed1b # 3.28.17
6060
with:
6161
sarif_file: "trivy-results.sarif"

0 commit comments

Comments
 (0)