Skip to content

Commit 042a0f4

Browse files
🚨 Update github actions
1 parent f25d674 commit 042a0f4

4 files changed

Lines changed: 13 additions & 13 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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
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: 3 additions & 3 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
174174
uses: actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4.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

‎.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@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7.0.0
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@29824e69f54612133e76f7eaac726eef6c875baf # v2.2.1
54+
- uses: actions/create-github-app-token@f8d387b68d61c58ab83c6c016672934102569859 # v3.0.0
5555
id: generate-token
5656
with:
5757
app-id: ${{ vars.EC_AUTOMATION_APP_ID }}

0 commit comments

Comments
 (0)