We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81dfc80 commit 75ee6b1Copy full SHA for 75ee6b1
.github/workflows/release.yml
@@ -20,6 +20,9 @@ jobs:
20
21
steps:
22
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
23
+ with:
24
+ persist-credentials: false
25
+
26
- name: Set up Ruby
27
uses: ruby/setup-ruby@a2bbe5b1b236842c1cb7dd11e8e3b51e0a616acc # v1.202.0
28
with:
.github/workflows/tests.yml
@@ -13,6 +13,8 @@ jobs:
13
14
- name: Set up Git repository
15
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
16
17
18
19
0 commit comments