Skip to content

Commit 7abf7e3

Browse files
committed
copy zizmor
1 parent e0dad28 commit 7abf7e3

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/quality-checks-devcontainer.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,12 @@ jobs:
3939
shell: bash
4040
steps:
4141
- &init_tool_versions
42-
name: copy .tool-versions and .grant.yaml from devcontainer user to runner home directory
42+
name: copy needed files from devcontainer user to runner home directory
4343
run: |
4444
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
4545
cp /home/vscode/.grant.yaml "$HOME/.grant.yaml"
46+
mkdir -p "$HOME/.local/bin"
47+
cp /home/vscode/.local/bin/zizmor "$HOME/.local/bin/zizmor"
4648
4749
- &checkout
4850
name: Checkout code

0 commit comments

Comments
 (0)