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@v4
39+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
4040 - name : Build binary
41- uses : houseabsolute/actions-rust-cross@v0
41+ uses : houseabsolute/actions-rust-cross@21b0f18dc621b25bfae556ff2791fca4173121e8 # v1.0.8
4242 with :
4343 command : " build"
4444 target : ${{ matrix.platform.target }}
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@v1
53+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # 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@v3
35+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # 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@v2
48+ uses : github/codeql-action/upload-sarif@8aad20d150bbac5944a9f9d289da16a4b0d87c1e # 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@v3
18+ - uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1919 - name : Build
2020 run : cargo build --verbose
2121 - name : Run tests
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ edition = "2021"
77
88[dependencies ]
99anyhow = " 1.0.75"
10- derive-new = " 0.5.9 "
10+ derive-new = " 0.7.0 "
1111home = " 0.5.5"
1212serde = { version = " 1.0.171" , features = [" derive" ] }
13- thiserror = " 1 .0.49 "
14- toml = " 0.8.2 "
13+ thiserror = " 2 .0.0 "
14+ toml = " 1.0.0 "
1515tracing = " 0.1.37"
You can’t perform that action at this time.
0 commit comments