Skip to content

Commit 31ca854

Browse files
🚨 Update github actions
1 parent ab3d427 commit 31ca854

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: |
@@ -133,7 +133,7 @@ jobs:
133133
run: E2E_INSTRUMENTATION=true make acceptance
134134

135135
- name: Upload acceptance coverage artifact
136-
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
136+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
137137
with:
138138
name: coverage-acceptance
139139
path: ./coverage-acceptance.out
@@ -157,19 +157,19 @@ jobs:
157157
fetch-depth: 0
158158

159159
- name: Download test coverage artifacts
160-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
160+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
161161
with:
162162
name: coverage-test
163163
path: ./coverage
164164

165165
- name: Download acceptance coverage artifact
166-
uses: actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7.0.0
166+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
167167
with:
168168
name: coverage-acceptance
169169
path: ./coverage
170170

171171
- name: Upload unit test coverage report
172-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
172+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
173173
env:
174174
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
175175
with:
@@ -178,7 +178,7 @@ jobs:
178178
flags: unit
179179

180180
- name: Upload generative test coverage report
181-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
181+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
182182
env:
183183
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
184184
with:
@@ -187,7 +187,7 @@ jobs:
187187
flags: generative
188188

189189
- name: Upload integration test coverage report
190-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
190+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
191191
env:
192192
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
193193
with:
@@ -196,7 +196,7 @@ jobs:
196196
flags: integration
197197

198198
- name: Upload acceptance test coverage report
199-
uses: codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
199+
uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6.0.0
200200
env:
201201
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
202202
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
@@ -168,15 +168,15 @@ jobs:
168168
run: hack/stats.sh
169169

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

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

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

181181
- name: Delete snapshot release and tag
182182
id: add_tags
@@ -200,7 +200,7 @@ jobs:
200200
git push -f --tags
201201
202202
- name: Rolling release
203-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
203+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
204204
with:
205205
make_latest: true
206206
name: Rolling release
@@ -210,7 +210,7 @@ jobs:
210210
files: dist/*
211211

212212
- name: Versioned release
213-
uses: softprops/action-gh-release@a06a81a03ee405af7f2048a818ed3f03bbf83c7b # v2
213+
uses: softprops/action-gh-release@b4309332981a82ec1c5618f44dd2e27cc8bfbfda # v3
214214
with:
215215
make_latest: false
216216
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@1b10c78c7865c340bc4f6099eb2f838309f1e8c3 # v3.1.1
5555
id: generate-token
5656
with:
5757
app-id: ${{ vars.EC_AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)