File tree Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Expand file tree Collapse file tree 6 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 41
41
- run : echo ${{ github.event.number }} > new-authors/pr-number.txt
42
42
- run : ls -l
43
43
- name : Upload new authors
44
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
44
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
45
45
with :
46
46
name : new-authors
47
47
path : new-authors
Original file line number Diff line number Diff line change 58
58
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
59
59
cp $HOME/.cargo/bin/cbindgen .
60
60
- name : Uploading prep archive
61
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
61
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
62
62
with :
63
63
name : cbindgen
64
64
path : .
@@ -454,13 +454,13 @@ jobs:
454
454
# container name directly in an artifact, as artifacts can't
455
455
# have ':' in the name.
456
456
- if : matrix.container == 'fedora:40'
457
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
457
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
458
458
name : Uploading RPMs
459
459
with :
460
460
name : rpms-fedora-40
461
461
path : suricata-rpms/devel/rpms
462
462
- if : matrix.container == 'almalinux:9'
463
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
463
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
464
464
name : Uploading RPMs
465
465
with :
466
466
name : rpms-epel-9
@@ -2812,7 +2812,7 @@ jobs:
2812
2812
run : |
2813
2813
mkdir dist
2814
2814
mv suricata-*.tar.gz dist
2815
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
2815
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
2816
2816
name : Uploading distribution
2817
2817
with :
2818
2818
name : dist
Original file line number Diff line number Diff line change 97
97
make -ik distclean > /dev/null
98
98
done
99
99
- run : sccache -s
100
- - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
100
+ - uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
101
101
name : Uploading build log
102
102
if : always()
103
103
with :
Original file line number Diff line number Diff line change 52
52
cargo install --target x86_64-unknown-linux-musl --debug cbindgen
53
53
cp $HOME/.cargo/bin/cbindgen .
54
54
- name : Uploading prep archive
55
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
55
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
56
56
with :
57
57
name : cbindgen
58
58
path : .
Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112
112
cd ..
113
113
tar zcf suricata-verify.tar.gz suricata-verify
114
114
- name : Uploading prep archive
115
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
115
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
116
116
with :
117
117
name : prep
118
118
path : |
Original file line number Diff line number Diff line change 43
43
# https://docs.github.com/en/actions/advanced-guides/storing-workflow-data-as-artifacts
44
44
# Optional.
45
45
- name : " Upload artifact"
46
- uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.1.2
46
+ uses : actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.1.2
47
47
with :
48
48
name : SARIF file
49
49
path : results.sarif
You can’t perform that action at this time.
0 commit comments