Skip to content

Commit 85b64e5

Browse files
🚨 Update github actions
1 parent 8aec709 commit 85b64e5

4 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/checks-codecov.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
run: make test
8787

8888
- name: Upload test coverage artifacts
89-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
89+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
9090
with:
9191
name: coverage-test
9292
path: |
@@ -156,7 +156,7 @@ jobs:
156156
run: E2E_INSTRUMENTATION=true make acceptance
157157

158158
- name: Upload acceptance coverage artifact
159-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
159+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
160160
with:
161161
name: coverage-acceptance
162162
path: ./coverage-acceptance.out
@@ -180,19 +180,19 @@ jobs:
180180
fetch-depth: 0
181181

182182
- name: Download test coverage artifacts
183-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
183+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
184184
with:
185185
name: coverage-test
186186
path: ./coverage
187187

188188
- name: Download acceptance coverage artifact
189-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
189+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
190190
with:
191191
name: coverage-acceptance
192192
path: ./coverage
193193

194194
- name: Upload unit test coverage report
195-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
195+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
196196
env:
197197
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
198198
with:
@@ -201,7 +201,7 @@ jobs:
201201
flags: unit
202202

203203
- name: Upload generative test coverage report
204-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
204+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
205205
env:
206206
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
207207
with:
@@ -210,7 +210,7 @@ jobs:
210210
flags: generative
211211

212212
- name: Upload integration test coverage report
213-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
213+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
214214
env:
215215
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
216216
with:
@@ -219,7 +219,7 @@ jobs:
219219
flags: integration
220220

221221
- name: Upload acceptance test coverage report
222-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
222+
uses: codecov/codecov-action@e79a6962e0d4c0c17b229090214935d2e33f8354 # v6.0.1
223223
env:
224224
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
225225
with:

.github/workflows/release.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ jobs:
110110
run: make dist
111111

112112
- name: Set up QEMU
113-
uses: docker/setup-qemu-action@c7c53464625b32c7a7e944ae62b3e17d2b600130 # v3.7.0
113+
uses: docker/setup-qemu-action@ce360397dd3f832beb865e1373c09c0e9f86d70a # v4.0.0
114114

115115
- name: Registry login (quay.io/conforma)
116116
run: podman login -u ${{ secrets.BUNDLE_PUSH_USER_CONFORMA }} -p ${{ secrets.BUNDLE_PUSH_PASS_CONFORMA }} quay.io
@@ -170,15 +170,15 @@ jobs:
170170
run: hack/stats.sh
171171

172172
- name: Configure statistics pages
173-
uses: actions/configure-pages@983d7736d9b0ae728b81ab479565c72886d7745b # v5.0.0
173+
uses: actions/configure-pages@45bfe0192ca1faeb007ade9deae92b16b8254a0d # v6.0.0
174174

175175
- name: Upload statistics
176-
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.0.0
176+
uses: actions/upload-pages-artifact@fc324d3547104276b827a68afc52ff2a11cc49c9 # v5.0.0
177177
with:
178178
path: stats
179179

180180
- name: Deploy statistics
181-
uses: actions/deploy-pages@d6db90164ac5ed86f2b6aed7e0febac5b3c0c03e # v4.0.5
181+
uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0
182182

183183
- name: Delete snapshot release and tag
184184
id: add_tags
@@ -202,7 +202,7 @@ jobs:
202202
git push -f --tags
203203
204204
- name: Rolling release
205-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
205+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
206206
with:
207207
make_latest: true
208208
name: Rolling release
@@ -212,7 +212,7 @@ jobs:
212212
files: dist/*
213213

214214
- name: Versioned release
215-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
215+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
216216
with:
217217
make_latest: false
218218
name: ${{ steps.add_tags.outputs.tag_name }}

.github/workflows/scorecard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Upload the results as artifacts (optional). Commenting out will disable
6868
# uploads of run results in SARIF format to the repository Actions tab.
6969
- name: Upload artifact
70-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
70+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
7171
with:
7272
name: SARIF file
7373
path: results.sarif

.github/workflows/update-go-containerregistry.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
# https://github.com/golang/go/issues/45413
5252
GOPRIVATE: github.com/conforma/go-containerregistry
5353

54-
- uses: actions/create-github-app-token@fee1f7d63c2ff003460e3d139729b119787bc349 # v2.2.2
54+
- uses: actions/create-github-app-token@bcd2ba49218906704ab6c1aa796996da409d3eb1 # v3.2.0
5555
id: generate-token
5656
with:
5757
app-id: ${{ vars.EC_AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)