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 0f66771 commit 4bac609Copy full SHA for 4bac609
.github/workflows/security.yaml
@@ -30,6 +30,8 @@ jobs:
30
steps:
31
- name: Checkout repository
32
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
33
+ with:
34
+ persist-credentials: false
35
36
- name: Setup Go
37
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
@@ -55,6 +57,8 @@ jobs:
55
57
56
58
59
60
61
62
63
64
0 commit comments