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
- ---
2
1
on :
3
2
push :
4
3
branches :
19
18
- macos-latest
20
19
steps :
21
20
- name : Check out repository
22
- uses : actions/checkout@v4
21
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
22
with :
24
23
fetch-depth : 1
25
24
42
41
run : cargo build --verbose
43
42
44
43
- name : Archive artifacts
45
- uses : actions/upload-artifact@v4
44
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
46
45
with :
47
46
name : ddns-updater-${{ steps.get_target.outputs.name }}
48
47
path : |
Original file line number Diff line number Diff line change 1
- ---
2
1
on :
3
2
push :
4
3
# Uncomment to test against a branch
39
38
- macos-latest
40
39
steps :
41
40
- name : Check out repository
42
- uses : actions/checkout@v4
41
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43
42
with :
44
43
fetch-depth : 1
45
44
84
83
echo "name_sha512=${asset}.sha512" >> "${GITHUB_OUTPUT}"
85
84
86
85
- name : Upload release assets
87
- uses : softprops/action-gh-release@v2
86
+ uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
88
87
with :
89
88
tag_name : v${{ needs.get_version.outputs.version }}
90
89
name : Version ${{ needs.get_version.outputs.version }}
You can’t perform that action at this time.
0 commit comments