File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636 - nightly
3737
3838 steps :
39- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
39+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
4040 - name : Build binary
4141 uses : houseabsolute/actions-rust-cross@21b0f18dc621b25bfae556ff2791fca4173121e8 # v1.0.8
4242 with :
5050 - name : Generate SHA-256
5151 run : shasum -a 256 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }} | cut -d ' ' -f 1 > target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}.sha256
5252 - name : Release binary and SHA-256 checksum to GitHub
53- uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3
53+ uses : softprops/action-gh-release@3d0d9888cb7fd7b750713d6e236d1fcb99157228 # v3
5454 with :
5555 files : |
5656 target/${{ matrix.platform.target }}/release/${{ matrix.platform.bin }}
Original file line number Diff line number Diff line change 3232
3333 steps :
3434 - name : Checkout code
35- uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
35+ uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
3636
3737 - name : Install required cargo
3838 run : cargo install clippy-sarif sarif-fmt
4545 continue-on-error : true
4646
4747 - name : Upload analysis results to GitHub
48- uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # v4
48+ uses : github/codeql-action/upload-sarif@d1ba80a13dd99fba24a470575428917156a28b43 # v4
4949 with :
5050 sarif_file : rust-clippy-results.sarif
5151 wait-for-processing : true
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
18+ - uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
1919 - name : Build
2020 run : cargo build --verbose
2121 - name : Run tests
You can’t perform that action at this time.
0 commit comments