We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8c3426 commit ca9a228Copy full SHA for ca9a228
.github/workflows/ci.yml
@@ -1,6 +1,8 @@
1
---
2
name: CI
3
4
+permissions: {}
5
+
6
on:
7
push:
8
branches:
@@ -19,7 +21,9 @@ jobs:
19
21
20
22
steps:
23
- name: Checkout
- uses: actions/checkout@v5
24
+ uses: actions/checkout@v6
25
+ with:
26
+ persist-credentials: false
27
28
- name: Setup Ruby
29
uses: ruby/setup-ruby@v1
@@ -54,7 +58,9 @@ jobs:
54
58
55
59
56
60
57
61
62
63
64
65
66
0 commit comments