@@ -9,7 +9,7 @@ defaults:
99
1010env :
1111 # renovate: datasource=pypi depName=zizmor
12- ZIZMOR_VERSION : 1.15.2
12+ ZIZMOR_VERSION : 1.18.0
1313
1414on :
1515 workflow_call :
6969 pull-requests : write
7070 steps :
7171 - name : Harden Runner
72- uses : step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
72+ uses : step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
7373 with :
7474 egress-policy : audit # change to 'egress-policy: block' after couple of runs
7575
8383 id : ml
8484 # You can override MegaLinter flavor used to have faster performances
8585 # More info at https://megalinter.io/latest/flavors/
86- uses : oxsecurity/megalinter@62c799d895af9bcbca5eacfebca29d527f125a57 # v9.1 .0
86+ uses : oxsecurity/megalinter@55a59b24a441e0e1943080d4a512d827710d4a9d # v9.2 .0
8787 env :
8888 VALIDATE_ALL_CODEBASE : " true"
8989 # only try to post PR comments if it's not a fork
@@ -103,7 +103,7 @@ jobs:
103103
104104 - name : Upload MegaLinter scan results to GitHub Security tab
105105 if : ${{ always() }}
106- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
106+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
107107 with :
108108 sarif_file : " megalinter-reports/megalinter-report.sarif"
109109
@@ -121,7 +121,7 @@ jobs:
121121 with :
122122 persist-credentials : false
123123 - name : Dependency Review
124- uses : actions/dependency-review-action@40c09b7dc99638e5ddb0bfd91c1673effc064d8a # v4.8.1
124+ uses : actions/dependency-review-action@3c4e3dcb1aa7874d2c16be7d79418e9b7efd6261 # v4.8.2
125125
126126 gradle-wrapper-validation :
127127 name : validate gradle wrapper
@@ -182,21 +182,21 @@ jobs:
182182
183183 - name : Set up Java
184184 if : ${{ matrix.language == 'java' }}
185- uses : actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # v5.0 .0
185+ uses : actions/setup-java@f2beeb24e141e01a676f977032f5a29d81c9e27e # v5.1 .0
186186 with :
187187 java-version : ${{ inputs.java-version }}
188188 distribution : " temurin"
189189 cache : gradle
190190
191191 - name : Set up .NET
192192 if : ${{ matrix.language == 'csharp' }}
193- uses : actions/setup-dotnet@d4c94342e560b34958eacfc5d055d21461ed1c5d # v5.0.0
193+ uses : actions/setup-dotnet@2016bd2012dba4e32de620c46fe006a3ac9f0602 # v5.0.1
194194 with :
195195 dotnet-version : ${{ inputs.dotnet-version }}
196196
197197 # Initializes the CodeQL tools for scanning.
198198 - name : Initialize CodeQL
199- uses : github/codeql-action/init@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
199+ uses : github/codeql-action/init@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
200200 with :
201201 languages : ${{ matrix.language }}
202202 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -209,7 +209,7 @@ jobs:
209209 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
210210 # If this step fails, then you should remove it and run the build manually (see below)
211211 - name : Autobuild
212- uses : github/codeql-action/autobuild@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
212+ uses : github/codeql-action/autobuild@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
213213
214214 # ℹ️ Command-line programs to run using the OS shell.
215215 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -222,7 +222,7 @@ jobs:
222222 # ./location_of_script_within_repo/buildscript.sh
223223
224224 - name : Perform CodeQL Analysis
225- uses : github/codeql-action/analyze@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
225+ uses : github/codeql-action/analyze@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
226226 with :
227227 category : " /language:${{matrix.language}}"
228228
@@ -241,7 +241,7 @@ jobs:
241241 persist-credentials : false
242242
243243 - name : Install the latest version of uv
244- uses : astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7.1.1
244+ uses : astral-sh/setup-uv@681c641aba71e4a1c380be3ab5e12ad51f415867 # v7.1.6
245245 with :
246246 enable-cache : false
247247
@@ -262,7 +262,7 @@ jobs:
262262 ZIZMOR_CONFIG : /tmp/zizmor-standard-lint-defaults.yaml
263263
264264 - name : Upload SARIF file
265- uses : github/codeql-action/upload-sarif@16140ae1a102900babc80a33c44059580f687047 # v4.30.9
265+ uses : github/codeql-action/upload-sarif@1b168cd39490f61582a9beae412bb7057a6b2c4e # v4.31.8
266266 with :
267267 sarif_file : results.sarif
268268 category : zizmor
0 commit comments