Skip to content

Commit 382bb12

Browse files
chore(deps): update actions/upload-artifact digest to 043fb46
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 768af73 commit 382bb12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/job-node-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
working-directory: ${{ inputs.workingDirectory }}
4141
- run: npm run build
4242
working-directory: ${{ inputs.workingDirectory }}
43-
- uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
43+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4444
if: ${{ (github.head_ref || github.ref) == format('refs/heads/{0}', inputs.release_branch ) }}
4545
with:
4646
name: target

.github/workflows/job-sbom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
github-token: ${{ github.token }}
4444

4545
- name: Upload SBOM artifacts
46-
uses: actions/upload-artifact@bbbca2ddaa5d8feaa63e36b76fdaad77386f024f # v7
46+
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7
4747
with:
4848
name: sbom
4949
path: |

0 commit comments

Comments
 (0)