Skip to content

Commit 9b6ff6f

Browse files
dependabot[bot]soumeh01
authored andcommitted
Bump svenstaro/upload-release-action from 2.11.2 to 2.11.3
Bumps [svenstaro/upload-release-action](https://github.com/svenstaro/upload-release-action) from 2.11.2 to 2.11.3. - [Release notes](https://github.com/svenstaro/upload-release-action/releases) - [Changelog](https://github.com/svenstaro/upload-release-action/blob/master/CHANGELOG.md) - [Commits](svenstaro/upload-release-action@81c65b7...6b7fa9f) --- updated-dependencies: - dependency-name: svenstaro/upload-release-action dependency-version: 2.11.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent f9d15ca commit 9b6ff6f

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.github/workflows/buildmgr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ jobs:
314314

315315
- name: Attach installer to release
316316
if: ${{ github.event_name == 'release' }}
317-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
317+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
318318
with:
319319
repo_token: ${{ secrets.GITHUB_TOKEN }}
320320
file: tools/buildmgr/cbuildgen/installer/cbuild_install.sh
@@ -324,7 +324,7 @@ jobs:
324324

325325
- name: Attach debian installer to release
326326
if: ${{ github.event_name == 'release' }}
327-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
327+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
328328
with:
329329
repo_token: ${{ secrets.GITHUB_TOKEN }}
330330
file: tools/buildmgr/cbuildgen/installer/cmsis-build*.deb

.github/workflows/packchk.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ jobs:
133133
134134
- name: Attach zipped binary to the release
135135
if: ${{ github.event_name == 'release' }}
136-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
136+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
137137
with:
138138
repo_token: ${{ secrets.GITHUB_TOKEN }}
139139
tag: ${{ github.ref }}
@@ -350,7 +350,7 @@ jobs:
350350
working-directory: tools/packchk/distribution
351351

352352
- name: Attach zip archive to release assets
353-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
353+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
354354
with:
355355
repo_token: ${{ secrets.GITHUB_TOKEN }}
356356
file: tools/packchk/distribution/code-coverage.zip

.github/workflows/packgen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
working-directory: tools/packgen/distribution
169169

170170
- name: Attach zip archive to release assets
171-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
171+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
172172
with:
173173
repo_token: ${{ secrets.GITHUB_TOKEN }}
174174
file: tools/packgen/distribution/packgen.zip

.github/workflows/projmgr.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ jobs:
299299
working-directory: tools/projmgr/distribution
300300

301301
- name: Attach zip archive to release assets
302-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
302+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
303303
with:
304304
repo_token: ${{ secrets.GITHUB_TOKEN }}
305305
file: tools/projmgr/distribution/projmgr.zip
@@ -331,7 +331,7 @@ jobs:
331331
working-directory: tools/testreport
332332

333333
- name: Attach test report archive to release assets
334-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
334+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
335335
with:
336336
repo_token: ${{ secrets.GITHUB_TOKEN }}
337337
file: tools/testreport/testreport.zip
@@ -350,7 +350,7 @@ jobs:
350350
working-directory: tools/coverage
351351

352352
- name: Attach coverage archive to release assets
353-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
353+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
354354
with:
355355
repo_token: ${{ secrets.GITHUB_TOKEN }}
356356
file: tools/coverage/coverage.zip

.github/workflows/svdconv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ jobs:
123123
124124
- name: Attach svdconv binary to release
125125
if: ${{ github.event_name == 'release' }}
126-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
126+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
127127
with:
128128
repo_token: ${{ secrets.GITHUB_TOKEN }}
129129
tag: ${{ github.ref }}
@@ -348,7 +348,7 @@ jobs:
348348
working-directory: tools/svdconv/distribution
349349

350350
- name: Attach zip archive to release assets
351-
uses: svenstaro/upload-release-action@81c65b7cd4de9b2570615ce3aad67a41de5b1a13 # v2
351+
uses: svenstaro/upload-release-action@6b7fa9f267e90b50a19fef07b3596790bb941741 # v2
352352
with:
353353
repo_token: ${{ secrets.GITHUB_TOKEN }}
354354
file: tools/svdconv/distribution/svdconv.zip

0 commit comments

Comments
 (0)