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 - name : Checkout
3636 uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3737 - name : Initialize CodeQL
38- uses : github/codeql-action/init@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3.28.1
38+ uses : github/codeql-action/init@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.28.1
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.28.1
43+ uses : github/codeql-action/analyze@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3.28.1
4444 with :
4545 category : " /language:${{ matrix.language }}"
Original file line number Diff line number Diff line change 3939 cabal-version : ' 3.10'
4040
4141 - name : Cache Cabal
42- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v4
42+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v4
4343 with :
4444 path : |
4545 ~/.cabal/packages
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 2626 run : |
2727 find . -type f -perm /111 -name "*.sh" | head -10 || true
2828 - name : Check for secrets
29- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.93.3
29+ uses : trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.93.3
3030 with :
3131 path : ./
3232 base : ${{ github.event.pull_request.base.sha || github.event.before }}
Original file line number Diff line number Diff line change 2222 with :
2323 fetch-depth : 0
2424 - name : TruffleHog Secret Scan
25- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.95.6
25+ uses : trufflesecurity/trufflehog@00155c9dc586f34d189adc83d3ac2698c2ec551f # v3.95.8
2626 with :
2727 extra_args : --only-verified --fail
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ jobs:
124124 - name : Setup Elixir for Hypatia scanner
125125 id : beam
126126 continue-on-error : true
127- uses : erlef/setup-beam@fc68ffb90438ef2936bbb3251622353b3dcb2f93 # v1.18.2
127+ uses : erlef/setup-beam@54075bcc5e249e4758d363f27d099f55d843f124 # v1.18.2
128128 with :
129129 elixir-version : ' 1.19.4'
130130 otp-version : ' 28.3'
You can’t perform that action at this time.
0 commit comments