|
25 | 25 | steps: |
26 | 26 |
|
27 | 27 | - name : Checkout repository |
28 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 28 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
29 | 29 | # https://github.com/actions/checkout/releases/tag/v4.1.1 |
30 | 30 |
|
31 | 31 | - name: Setup Go |
@@ -66,20 +66,20 @@ jobs: |
66 | 66 |
|
67 | 67 | - name: Checkout repository |
68 | 68 | # https://github.com/actions/checkout/releases/tag/v4.1.1 |
69 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 69 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
70 | 70 |
|
71 | 71 | - name: package-helm |
72 | 72 | run: ./scripts/package-helm |
73 | 73 |
|
74 | 74 | - name: Download the amd64 artifacts |
75 | | - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 75 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
76 | 76 | # https://github.com/actions/download-artifact/releases/tag/v4.1.7 |
77 | 77 | with: |
78 | 78 | name: webhook-artifacts-amd64 |
79 | 79 | path: dist/artifacts |
80 | 80 |
|
81 | 81 | - name: Download the arm64 artifacts |
82 | | - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 82 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
83 | 83 | # https://github.com/actions/download-artifact/releases/tag/v4.1.7 |
84 | 84 | with: |
85 | 85 | name: webhook-artifacts-arm64 |
@@ -113,10 +113,10 @@ jobs: |
113 | 113 | steps: |
114 | 114 | - name : Checkout repository |
115 | 115 | # https://github.com/actions/checkout/releases/tag/v4.1.1 |
116 | | - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 |
| 116 | + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 |
117 | 117 |
|
118 | 118 | - name: Download the artifacts |
119 | | - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 119 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
120 | 120 | # https://github.com/actions/download-artifact/releases/tag/v4.1.7 |
121 | 121 | with: |
122 | 122 | name: webhook-artifacts-${{ matrix.arch }} |
@@ -183,7 +183,7 @@ jobs: |
183 | 183 | needs: image |
184 | 184 | steps: |
185 | 185 | - name: Download digests |
186 | | - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 186 | + uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 |
187 | 187 | # https://github.com/actions/download-artifact/releases/tag/v4.1.7 |
188 | 188 | with: |
189 | 189 | path: /tmp/digests |
|
0 commit comments