Skip to content

Commit 525368d

Browse files
committed
copy zizmor
1 parent 7607dfc commit 525368d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,12 +42,12 @@ jobs:
4242
shell: bash
4343
steps:
4444
- &init_tool_versions
45-
name: copy needed files from devcontainer user to runner home directory
45+
name: copy needed files from devcontainer user to runner home directory or bin directory
4646
run: |
4747
cp /home/vscode/.tool-versions "$HOME/.tool-versions"
4848
cp /home/vscode/.grant.yaml "$HOME/.grant.yaml"
4949
mkdir -p "$HOME/.local/bin"
50-
cp /home/vscode/.local/bin/zizmor "$HOME/.local/bin/zizmor"
50+
sudo cp /home/vscode/.local/bin/zizmor /usr/local/bin/zizmor
5151
5252
- &checkout
5353
name: Checkout code

0 commit comments

Comments
 (0)