Skip to content

Commit df29d87

Browse files
chore: pin GitHub Actions to commit SHA (#294)
-e Signed-off-by: Quentin Laplanche <quentin.laplanche@docker.com>
1 parent d19d4f4 commit df29d87

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v4
13+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1414

1515
- name: Set up QEMU
1616
uses: docker/setup-qemu-action@v3

.github/workflows/prompts-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1515
with:
1616
submodules: false
1717

.github/workflows/test-extension.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
working-directory: src/extension/ui
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1616
- run: npm install
1717
- run: npm run build
1818
- run: npm run test

0 commit comments

Comments
 (0)