We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d19d4f4 commit df29d87Copy full SHA for df29d87
3 files changed
.github/workflows/extension.yml
@@ -10,7 +10,7 @@ jobs:
10
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v4
+ uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
14
15
- name: Set up QEMU
16
uses: docker/setup-qemu-action@v3
.github/workflows/prompts-docker.yml
@@ -11,7 +11,7 @@ jobs:
with:
submodules: false
17
.github/workflows/test-extension.yml
@@ -12,7 +12,7 @@ jobs:
working-directory: src/extension/ui
runs-on: ubuntu-latest
- - uses: actions/checkout@v4
+ - uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
- run: npm install
- run: npm run build
18
- run: npm run test
0 commit comments