You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd# v6.0.2 # zizmor: ignore[artipacked] the prod deploy rebases main onto cloud and pushes, so it needs the persisted GITHUB_TOKEN
199
+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0# v6.0.2 # zizmor: ignore[artipacked] the prod deploy rebases main onto cloud and pushes, so it needs the persisted GITHUB_TOKEN
Copy file name to clipboardExpand all lines: .github/workflows/rebase_cloud.yml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
name: Rebase cloud on devel
13
13
runs-on: ubuntu-22.04
14
14
steps:
15
-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd# v6.0.2 # zizmor: ignore[artipacked] this job rebases cloud onto devel and pushes, so it needs the persisted GITHUB_TOKEN
15
+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0# v6.0.2 # zizmor: ignore[artipacked] this job rebases cloud onto devel and pushes, so it needs the persisted GITHUB_TOKEN
0 commit comments