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 a28de82 commit 62ac8b7Copy full SHA for 62ac8b7
3 files changed
.github/dependabot.yml
@@ -4,3 +4,5 @@ updates:
4
directory: "/"
5
schedule:
6
interval: "monthly"
7
+ cooldown:
8
+ default-days: 7
.github/workflows/release.yml
@@ -5,6 +5,8 @@ on:
branches:
- main
+permissions: {}
9
+
10
jobs:
11
test:
12
uses: ./.github/workflows/test.yml
.github/workflows/test.yml
@@ -46,6 +46,8 @@ jobs:
46
sudo sysctl -w kernel.apparmor_restrict_unprivileged_userns=0
47
- name: Checkout
48
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
49
+ with:
50
+ persist-credentials: false
51
- name: Setup Node.js
52
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
53
with:
0 commit comments