Skip to content

Commit e94d262

Browse files
authored
chore(security): Pin deps to hash & unify CI templates
1 parent e874374 commit e94d262

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ updates:
1111
assignees:
1212
- "vavkamil"
1313
cooldown:
14-
default-days: 7
14+
default-days: 14
1515

1616
- package-ecosystem: "github-actions"
1717
directory: "/"
@@ -22,4 +22,4 @@ updates:
2222
assignees:
2323
- "vavkamil"
2424
cooldown:
25-
default-days: 7
25+
default-days: 14

.github/workflows/stargazers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v6.0.2 # zizmor: ignore[unpinned-uses]
22+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2323
with:
2424
fetch-depth: 0
2525
persist-credentials: false

0 commit comments

Comments
 (0)