Skip to content

Commit 0a5bc88

Browse files
committed
fix: update actions/download-artifact and actions/filter-sarif versions in workflows
1 parent 0baf20d commit 0a5bc88

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ jobs:
163163
runs-on: ${{ matrix.os }}
164164
steps:
165165
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
166-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
166+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
167167
with:
168168
path: ./prebuilds
169169
merge-multiple: true
@@ -190,7 +190,7 @@ jobs:
190190
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
191191
with:
192192
node-version: ${{ matrix.node-version }}
193-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
193+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
194194
with:
195195
path: ./prebuilds
196196
merge-multiple: true
@@ -216,12 +216,12 @@ jobs:
216216
runs-on: ${{ matrix.runner }}
217217
steps:
218218
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
219-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
219+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
220220
with:
221221
path: ./prebuilds
222222
merge-multiple: true
223223
- name: Download test extension for this architecture
224-
uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
224+
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
225225
with:
226226
name: test-extension-linux-${{ matrix.arch }}-musl
227227
path: ./test/fixtures/test-extension
@@ -246,7 +246,7 @@ jobs:
246246
runs-on: ${{ matrix.os }}
247247
steps:
248248
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
249-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
249+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
250250
with:
251251
path: ./prebuilds
252252
merge-multiple: true
@@ -282,7 +282,7 @@ jobs:
282282
# Fetch full history for proper git operations
283283
fetch-depth: 0
284284

285-
- uses: actions/download-artifact@70fc10c6e5e1ce46ad2ea6f2b72d43f7d47b13c3 # v8.0.0
285+
- uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
286286
with:
287287
path: ./prebuilds
288288
merge-multiple: true

.github/workflows/security.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
# only loses cached C++ state, not the underlying JS value reference.
118118
# See: https://github.com/nodejs/node-addon-api/blob/main/doc/value.md
119119
- name: Filter upstream code from SARIF
120-
uses: advanced-security/filter-sarif@f3b8118a9349d88f7b1c0c488476411145b6270d # v1.0.1
120+
uses: advanced-security/filter-sarif@2da736ff05ef065cb2894ac6892e47b5eac2c3c0 # v1.1
121121
with:
122122
patterns: |
123123
-**/src/upstream/**
@@ -153,7 +153,7 @@ jobs:
153153
fetch-depth: 0
154154

155155
- name: TruffleHog OSS
156-
uses: trufflesecurity/trufflehog@c3e599b7163e8198a55467f3133db0e7b2a492cb # v3.93.7
156+
uses: trufflesecurity/trufflehog@6c05c4a00b91aa542267d8e32a8254774799d68d # v3.93.8
157157
with:
158158
path: ./
159159
base: ${{ github.event.repository.default_branch }}

0 commit comments

Comments
 (0)