@@ -806,7 +806,7 @@ jobs:
806806 runs-on : ubuntu-latest
807807 steps :
808808 - name : Release 2.0 - not latest
809- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
809+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
810810 if : startsWith(inputs.version, '2.0')
811811 with :
812812 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -818,7 +818,7 @@ jobs:
818818 make_latest : false
819819
820820 - name : Release 2.1 - not latest
821- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
821+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
822822 if : startsWith(inputs.version, '2.1')
823823 with :
824824 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -830,7 +830,7 @@ jobs:
830830 make_latest : false
831831
832832 - name : Release 3.0 - not latest
833- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
833+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
834834 if : startsWith(inputs.version, '3.0')
835835 with :
836836 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -842,7 +842,7 @@ jobs:
842842 make_latest : false
843843
844844 - name : Release 3.1 - not latest
845- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
845+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
846846 if : startsWith(inputs.version, '3.1')
847847 with :
848848 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -854,7 +854,7 @@ jobs:
854854 make_latest : false
855855
856856 - name : Release 3.2 - not latest
857- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
857+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
858858 if : startsWith(inputs.version, '3.2')
859859 with :
860860 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -866,7 +866,7 @@ jobs:
866866 make_latest : false
867867
868868 - name : Release 4.0 - not latest
869- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
869+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
870870 if : startsWith(inputs.version, '4.0')
871871 with :
872872 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -878,7 +878,7 @@ jobs:
878878 make_latest : false
879879
880880 - name : Release 4.1 - not latest
881- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
881+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
882882 if : startsWith(inputs.version, '4.1')
883883 with :
884884 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -890,7 +890,7 @@ jobs:
890890 make_latest : false
891891
892892 - name : Release 4.2 - not latest
893- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
893+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
894894 if : startsWith(inputs.version, '4.2')
895895 with :
896896 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
@@ -902,7 +902,7 @@ jobs:
902902 make_latest : false
903903
904904 - name : Release 5.0 and latest
905- uses : softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3.0.0
905+ uses : softprops/action-gh-release@718ea10b132b3b2eba29c1007bb80653f286566b # v3.0.1
906906 if : startsWith(inputs.version, '5.0')
907907 with :
908908 body : " https://fluentbit.io/announcements/v${{ inputs.version }}/"
0 commit comments