File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -35,11 +35,11 @@ jobs:
3535 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3636
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
38+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
3939 with :
4040 languages : ${{ matrix.language }}
4141 build-mode : ${{ matrix.build-mode }}
4242 - name : Perform CodeQL Analysis
43- uses : github/codeql-action/analyze@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
43+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
4444 with :
4545 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 2727 fetch-depth : 0 # Full history for better pattern analysis
2828
2929 - name : Setup Elixir for Hypatia scanner
30- uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.18.2
30+ uses : erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.18.2
3131 with :
3232 elixir-version : ' 1.18'
3333 otp-version : ' 27'
@@ -217,7 +217,7 @@ jobs:
217217 always() &&
218218 (github.event_name != 'pull_request' ||
219219 github.event.pull_request.head.repo.fork != true)
220- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.28.1
220+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.28.1
221221 with :
222222 sarif_file : hypatia.sarif
223223 # Distinct category so Hypatia results coexist with CodeQL's
Original file line number Diff line number Diff line change @@ -125,7 +125,7 @@ jobs:
125125 with :
126126 fetch-depth : 0
127127 - name : Setup Rust
128- uses : dtolnay/rust-toolchain@67ef31d5b988238dd797d409d6f9574278e20537 # stable
128+ uses : dtolnay/rust-toolchain@fa04a1451ff1842e2626ccb99004d0195b455a88 # stable
129129 with :
130130 toolchain : stable
131131 - name : Install Radicle
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Send push notification email
18- uses : dawidd6/action-send-mail@6e502825a508b867ab2954ad6343b68787624c01 # pinned
18+ uses : dawidd6/action-send-mail@c50dc4cc848ade21f848990889906d804fae78c5 # pinned
1919 with :
2020 server_address : ${{ secrets.SMTP_HOST }}
2121 server_port : ${{ secrets.SMTP_PORT }}
Original file line number Diff line number Diff line change 3030 results_format : sarif
3131
3232 - name : Upload results
33- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.31.8
33+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.31.8
3434 with :
3535 sarif_file : results.sarif
Original file line number Diff line number Diff line change 2323 with :
2424 fetch-depth : 0 # Full history for scanning
2525 - name : TruffleHog Secret Scan
26- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3
26+ uses : trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3
2727 with :
2828 # The v3 action injects --fail automatically on pull_request events.
2929 # Passing --fail here triggers "flag 'fail' cannot be repeated".
You can’t perform that action at this time.
0 commit comments