File tree Expand file tree Collapse file tree 8 files changed +750
-415
lines changed Expand file tree Collapse file tree 8 files changed +750
-415
lines changed Original file line number Diff line number Diff line change 1- ---
21on :
32 push :
43 branches :
1918 - macos-latest
2019 steps :
2120 - name : Check out repository
22- uses : actions/checkout@v4
21+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2322 with :
2423 fetch-depth : 1
2524
4241 run : cargo build --verbose
4342
4443 - name : Archive artifacts
45- uses : actions/upload-artifact@v4
44+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
4645 with :
4746 name : ddns-updater-${{ steps.get_target.outputs.name }}
4847 path : |
Original file line number Diff line number Diff line change 1- ---
21on :
32 push :
43 # Uncomment to test against a branch
3938 - macos-latest
4039 steps :
4140 - name : Check out repository
42- uses : actions/checkout@v4
41+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4342 with :
4443 fetch-depth : 1
4544
8483 echo "name_sha512=${asset}.sha512" >> "${GITHUB_OUTPUT}"
8584
8685 - name : Upload release assets
87- uses : softprops/action-gh-release@v2
86+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
8887 with :
8988 tag_name : v${{ needs.get_version.outputs.version }}
9089 name : Version ${{ needs.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments