We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sudo
1 parent 4a0a321 commit 653d925Copy full SHA for 653d925
1 file changed
.github/workflows/checks.yaml
@@ -54,6 +54,11 @@ jobs:
54
env:
55
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
56
steps:
57
+ - name: bootstrap `sudo`
58
+ run: |
59
+ export DEBIAN_FRONTEND=noninteractive
60
+ apt update
61
+ apt install sudo --yes --no-install-recommends
62
- name: audit action permissions
63
uses: GitHubSecurityLab/actions-permissions/monitor@bf82d13b9b10051d224345ab9184f5ede0a94289 # v1.0
64
with:
0 commit comments