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@1fc052d03c7a43c78fe0fee19c9d648b749e0c01 # v8.3 .0
86+ uses : oxsecurity/megalinter@f90c800040e4f84800700b27b2394d3eecc1fdad # v8.4 .0
8787 env :
8888 VALIDATE_ALL_CODEBASE : " true"
8989 # only try to post PR comments if it's not a fork
@@ -192,7 +192,7 @@ jobs:
192192
193193 # Initializes the CodeQL tools for scanning.
194194 - name : Initialize CodeQL
195- uses : github/codeql-action/init@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
195+ uses : github/codeql-action/init@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
196196 with :
197197 languages : ${{ matrix.language }}
198198 # If you wish to specify custom queries, you can do so here or in a config file.
@@ -205,7 +205,7 @@ jobs:
205205 # Autobuild attempts to build any compiled languages (C/C++, C#, or Java).
206206 # If this step fails, then you should remove it and run the build manually (see below)
207207 - name : Autobuild
208- uses : github/codeql-action/autobuild@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
208+ uses : github/codeql-action/autobuild@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
209209
210210 # ℹ️ Command-line programs to run using the OS shell.
211211 # 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
@@ -218,7 +218,7 @@ jobs:
218218 # ./location_of_script_within_repo/buildscript.sh
219219
220220 - name : Perform CodeQL Analysis
221- uses : github/codeql-action/analyze@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
221+ uses : github/codeql-action/analyze@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
222222 with :
223223 category : " /language:${{matrix.language}}"
224224
@@ -245,7 +245,7 @@ jobs:
245245 GH_TOKEN : ${{ secrets.GITHUB_TOKEN }}
246246
247247 - name : Upload SARIF file
248- uses : github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
248+ uses : github/codeql-action/upload-sarif@f6091c0113d1dcf9b98e269ee48e8a7e51b7bdd4 # v3.28.5
249249 with :
250250 sarif_file : results.sarif
251251 category : zizmor
0 commit comments