Skip to content

Commit cba3f04

Browse files
authored
security: pin action to full SHA (#118)
1 parent be579eb commit cba3f04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/continuous-delivery.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- run: rake native gem
3333
- if: ${{ matrix.os == 'ubuntu-latest' }}
3434
run: gem build
35-
- uses: actions/upload-artifact@v7
35+
- uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a
3636
with:
3737
name: gem-${{ matrix.os }}
3838
path: |

0 commit comments

Comments
 (0)