Skip to content

Commit f3b50ab

Browse files
committed
ci: deploy zizmor
1 parent c1ed4c1 commit f3b50ab

File tree

4 files changed

+243
-219
lines changed

4 files changed

+243
-219
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,5 @@ updates:
77
schedule:
88
# Check for updates to GitHub Actions every week
99
interval: "weekly"
10+
cooldown:
11+
default-days: 7

.github/workflows/add_to_backlog.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ on:
99
types:
1010
- opened
1111

12+
permissions: {}
13+
1214
jobs:
1315
add-to-project:
1416
name: Add issue or PR to OctoPrint Backlog project
1517
runs-on: ubuntu-latest
1618
steps:
17-
- uses: actions/add-to-project@main
19+
- uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e # v1.0.2
1820
with:
1921
project-url: https://github.com/orgs/OctoPrint/projects/6
2022
github-token: ${{ secrets.BACKLOG_PROJECT_ACCESS }}

0 commit comments

Comments
 (0)