Skip to content

Commit e5d3418

Browse files
authored
Merge pull request #1 from MrGuato/MrGuato-Sec-1
Security fix: Pin jakejarvis/s3-sync-action to a commit SHA to prevent supply chain risks with advisory GHSA-483p-rqgg-87rf
2 parents cdabeee + 56dd285 commit e5d3418

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/front-end-cicd.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- uses: actions/checkout@master
13-
- uses: jakejarvis/s3-sync-action@master
13+
- uses: jakejarvis/s3-sync-action@be0c4ab89158cac4278689ebedd8407dd5f35a83 #
1414
with:
1515
args: --acl private --follow-symlinks --delete
1616
env:

0 commit comments

Comments
 (0)