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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3
42+ uses : github/codeql-action/init@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # 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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3
48+ uses : github/codeql-action/analyze@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # 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@cdf488f595d80d6e07e03d4674febd5ab45fa938 # v3.28.1
245+ uses : github/codeql-action/upload-sarif@b96794f015dfd88f77b49b1c93e0fa7110f94c63 # 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 5151 steps :
5252 - name : Deploy to GitHub Pages
5353 id : deployment
54- uses : actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
54+ uses : actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1
Original file line number Diff line number Diff line change 3939 timeout-minutes : 5
4040 steps :
4141 - name : Send push notification email
42- uses : hyperpolymath/smtp-notify-action@ede1191ef6ff3ac02c4f4d9efdf837ee517e11d7 # v0.2 .0
42+ uses : hyperpolymath/smtp-notify-action@22e7bdb322c430c1d0dac6b3bb307f4bb139d0be # v0.3 .0
4343 with :
4444 server_address : ${{ secrets.SMTP_HOST }}
4545 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@20652fbbdefffcdaa493a5bf57ab2ac6b1db715b # v3
31+ uses : trufflesecurity/trufflehog@363923b901c911a9164f50b6c423f47c15372b1c # 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