Skip to content

Commit db5ee35

Browse files
Merge pull request #242 from deriv-com/alert-autofix-54
Potential fix for code scanning alert no. 54: Use of a known vulnerable action
2 parents 998ae84 + f32159c commit db5ee35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
- name: Checkout
8181
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11
8282
- name: Download Build Artifact
83-
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935
83+
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093
8484
with:
8585
name: build
8686
path: build

0 commit comments

Comments
 (0)