File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2929 ghc-version : ' 9.8.2'
3030 cabal-version : ' 3.10'
3131 - name : Cache Cabal
32- uses : actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0 .0
32+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1 .0
3333 with :
3434 path : |
3535 ~/.cabal/packages
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
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 4040 steps :
4141 - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4242 - name : Secret scanning
43- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3.88.3
43+ uses : trufflesecurity/trufflehog@f446421baf832d6356c42c1743d99abff52ff334 # v3.88.3
4444 continue-on-error : true
4545 - name : Dependency vulnerabilities
4646 run : |
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 2424 with :
2525 fetch-depth : 0 # Full history for scanning
2626 - name : TruffleHog Secret Scan
27- uses : trufflesecurity/trufflehog@30d5bb91af1a771378349dbbb0c82129392acf70 # v3
27+ uses : trufflesecurity/trufflehog@f446421baf832d6356c42c1743d99abff52ff334 # v3
2828 with :
2929 # The v3 action injects --fail automatically on pull_request events.
3030 # Passing --fail here triggers "flag 'fail' cannot be repeated".
You can’t perform that action at this time.
0 commit comments