Skip to content

Commit 5f32388

Browse files
committed
Replaced unpinned tags for mutable 3rd-party Actions w/ commit hashes for improved security (https://cwe.mitre.org/data/definitions/829.html)
1 parent 0c0a51c commit 5f32388

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-cws-ews-on-chromium-bump.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
3737
- name: Publish to CWS
3838
if: env.VERSION_CHANGED == 'true'
39-
uses: mobilefirstllc/cws-publish@latest
39+
uses: mobilefirstllc/cws-publish@5e3b5249835f1fac9f7e8c9982fec7a80e1b82a8
4040
with:
4141
action: publish
4242
extension_id: ckhgddjdjkphbaediggjdddjdjgkalom
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Publish to EWS
5050
if: env.VERSION_CHANGED == 'true'
51-
uses: wdzeng/edge-addon@v2
51+
uses: wdzeng/edge-addon@06369b959ad46c147bcd550ce79acda53a9e16f8
5252
with:
5353
product-id: ${{ secrets.EWS_PRODUCT_ID }}
5454
client-id: ${{ secrets.EWS_CLIENT_ID }}

0 commit comments

Comments
 (0)