Skip to content

Commit 1ebceb4

Browse files
committed
ci: pin actions to SHA refs
1 parent 7fa0727 commit 1ebceb4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
# Steps represent a sequence of tasks that will be executed as part of the job
1919
steps:
2020
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
21-
- uses: actions/checkout@v6
21+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2222
- name: Build backend
2323
run: |
2424
cd $GITHUB_WORKSPACE

0 commit comments

Comments
 (0)