File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -38,12 +38,12 @@ jobs:
3838 uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3939
4040 - name : Initialize CodeQL
41- uses : github/codeql-action/init@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
41+ uses : github/codeql-action/init@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
4242 with :
4343 languages : ${{ matrix.language }}
4444 build-mode : ${{ matrix.build-mode }}
4545
4646 - name : Perform CodeQL Analysis
47- uses : github/codeql-action/analyze@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3
47+ uses : github/codeql-action/analyze@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3
4848 with :
4949 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ jobs:
105105 echo "- Medium: $MEDIUM" >> $GITHUB_STEP_SUMMARY
106106
107107 - name : Upload findings artifact
108- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
108+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
109109 with :
110110 name : hypatia-findings
111111 path : hypatia-findings.json
@@ -241,7 +241,7 @@ jobs:
241241 always() &&
242242 (github.event_name != 'pull_request' ||
243243 github.event.pull_request.head.repo.fork != true)
244- uses : github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v3.28.1
244+ uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3.28.1
245245 with :
246246 sarif_file : hypatia.sarif
247247 # Distinct category so Hypatia results coexist with CodeQL's
@@ -381,7 +381,7 @@ jobs:
381381 # the pull-requests: write permission above: a token/API hiccup or
382382 # a fork PR (read-only token) skips the comment, not the check.
383383 continue-on-error : true
384- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v7
384+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v7
385385 with :
386386 script : |
387387 const fs = require('fs');
Original file line number Diff line number Diff line change 3939 publish_results : true
4040
4141 - name : Upload SARIF
42- uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v4
42+ uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v4
4343 with :
4444 sarif_file : results.sarif
4545
Original file line number Diff line number Diff line change 3636 results_format : sarif
3737
3838 - name : Upload results
39- uses : github/codeql-action/upload-sarif@c6f931105cb2c34c8f901cc885ba1e2e259cf745 # v3.31.8
39+ uses : github/codeql-action/upload-sarif@9e0d7b8d25671d64c341c19c0152d693099fb5ba # v3.31.8
4040 with :
4141 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2727 fetch-depth : 0 # Full history for scanning
2828
2929 - name : TruffleHog Secret Scan
30- uses : trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3
30+ uses : trufflesecurity/trufflehog@37b77001d0174ebec2fcca2bd83ff83a6d45a3ab # v3
3131 with :
3232 # The v3 action injects --fail automatically on pull_request events.
3333 # Passing --fail here triggers "flag 'fail' cannot be repeated".
You can’t perform that action at this time.
0 commit comments