File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 5353 # MegaLinter
5454 - name : MegaLinter
5555 id : ml
56- uses : oxsecurity/megalinter/flavors/python@0dcbedd66ea456ba2d54fd350affaa15df8a0da3 # 9.0.1
56+ uses : oxsecurity/megalinter/flavors/python@62c799d895af9bcbca5eacfebca29d527f125a57 # 9.1.0
5757 env :
5858 # All available variables are described in documentation
5959 # https://megalinter.io/latest/configuration/
@@ -109,7 +109,7 @@ jobs:
109109 run : sudo chown -Rc $UID .git/
110110
111111 - name : Commit and push applied linter fixes
112- uses : stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 # 6 .0.1
112+ uses : stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # 7 .0.0
113113 if : env.APPLY_FIXES_IF_COMMIT == 'true'
114114 with :
115115 branch : >-
Original file line number Diff line number Diff line change @@ -253,7 +253,7 @@ jobs:
253253 python-version : " 3.13"
254254
255255 - name : Install uv
256- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8 .0
256+ uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # 7.1 .0
257257
258258 - name : Install Dependencies
259259 run : |
@@ -309,7 +309,7 @@ jobs:
309309 python-version : " 3.13"
310310
311311 - name : Install uv
312- uses : astral-sh/setup-uv@d0cc045d04ccac9d8b7881df0226f9e82c39688e # 6.8 .0
312+ uses : astral-sh/setup-uv@3259c6206f993105e3a61b142c2d97bf4b9ef83d # 7.1 .0
313313
314314 - name : Install Dependencies
315315 run : |
Original file line number Diff line number Diff line change 6161
6262 - name : Upload Trivy scan results to GitHub Security tab
6363 if : ${{ github.event_name == 'schedule' }}
64- uses : github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # 3 .30.6
64+ uses : github/codeql-action/upload-sarif@f443b600d91635bebf5b0d9ebc620189c0d6fba5 # 4 .30.8
6565 with :
6666 sarif_file : " trivy-results.sarif"
You can’t perform that action at this time.
0 commit comments