File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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 @@ -103,7 +103,7 @@ jobs:
103103 install -m 0755 _build/default/bin/main.exe \
104104 "affinescript-${{ matrix.target }}"
105105 - name : Attest build provenance
106- uses : actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2
106+ uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
107107 with :
108108 subject-path : ' affinescript-${{ matrix.target }}'
109109 - name : Upload the binary to the release
Original file line number Diff line number Diff line change 3737 results_format : sarif
3838 publish_results : true
3939 - name : Upload SARIF to code-scanning
40- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v3
40+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v3
4141 with :
4242 sarif_file : results.sarif
Original file line number Diff line number Diff line change 3030 env :
3131 SEMGREP_APP_TOKEN : ${{ secrets.SEMGREP_APP_TOKEN }}
3232 - name : Upload SARIF
33- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4.36.2
33+ uses : github/codeql-action/upload-sarif@54f647b7e1bb85c95cddabcd46b0c578ec92bc1a # v4.36.3
3434 with :
3535 sarif_file : semgrep.sarif
3636 if : always()
You can’t perform that action at this time.
0 commit comments