File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ jobs:
3939 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
4040
4141 - name : Initialize CodeQL
42- uses : github/codeql-action/init@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
42+ uses : github/codeql-action/init@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v3
4343 with :
4444 languages : ${{ matrix.language }}
4545 build-mode : ${{ matrix.build-mode }}
4646
4747 - name : Perform CodeQL Analysis
48- uses : github/codeql-action/analyze@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3
48+ uses : github/codeql-action/analyze@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v3
4949 with :
5050 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 always() &&
243243 (github.event_name != 'pull_request' ||
244244 github.event.pull_request.head.repo.fork != true)
245- uses : github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v3.28.1
245+ uses : github/codeql-action/upload-sarif@ff2f1c621b7f889edc0d3c761ac2e6a3f8cdb0dd # v3.28.1
246246 with :
247247 sarif_file : hypatia.sarif
248248 # Distinct category so Hypatia results coexist with CodeQL's
Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ jobs:
141141 fetch-depth : 0
142142
143143 - name : Setup Rust
144- uses : dtolnay/rust-toolchain@2c7215f132e9ebf062739d9130488b56d53c060c # stable
144+ uses : dtolnay/rust-toolchain@6c977a6ca4077a0ceb28ffbe03f59d46e9ac8772 # stable
145145 with :
146146 toolchain : stable
147147
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@12335b969ae3fb71bee5f2c6b829744261aec34c # pinned
18+ uses : dawidd6/action-send-mail@0bbdab096651ee93f37ec02383e088183d41ff0b # 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 2828 fetch-depth : 0 # Full history for scanning
2929
3030 - name : TruffleHog Secret Scan
31- uses : trufflesecurity/trufflehog@6f3c981e7b77f235fd2702dd74af25fc4b72bf11 # v3
31+ uses : trufflesecurity/trufflehog@bcfcf73aaf4759d4dadc2783177c245a02792318 # v3
3232 with :
3333 # The v3 action injects --fail automatically on pull_request events.
3434 # Passing --fail here triggers "flag 'fail' cannot be repeated".
You can’t perform that action at this time.
0 commit comments