We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54045cd commit 48b09cfCopy full SHA for 48b09cf
.github/dependabot.yml
@@ -19,6 +19,8 @@ updates:
19
interval: "daily"
20
cooldown:
21
default-days: 2
22
+ exclude:
23
+ - "@docker/actions-toolkit"
24
versioning-strategy: "increase"
25
allow:
26
- dependency-type: "production"
.github/zizmor.yml
subaction/matrix/action.yml
@@ -28,7 +28,7 @@ runs:
28
-
29
name: Generate
30
id: generate
31
- uses: actions/github-script@v8
+ uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
32
env:
33
INPUT_WORKDIR: ${{ inputs.workdir }}
34
INPUT_FILES: ${{ inputs.files }}
0 commit comments