Browse Source
⬆ Bump the github-actions group with 2 updates (#15682)
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/15686/head
dependabot[bot]
12 hours ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/detect-conflicts.yml
-
.github/workflows/zizmor.yml
|
|
@ -15,7 +15,7 @@ jobs: |
|
|
timeout-minutes: 5 |
|
|
timeout-minutes: 5 |
|
|
steps: |
|
|
steps: |
|
|
- name: Check if PRs have merge conflicts |
|
|
- name: Check if PRs have merge conflicts |
|
|
uses: eps1lon/actions-label-merge-conflict@1df065ebe6e3310545d4f4c4e862e43bdca146f0 # v3.0.3 |
|
|
uses: eps1lon/actions-label-merge-conflict@0273be72a0bbd58fcd71d0d6c02c209b50d1e5e1 # v3.1.0 |
|
|
with: |
|
|
with: |
|
|
dirtyLabel: "conflicts" |
|
|
dirtyLabel: "conflicts" |
|
|
repoToken: "${{ secrets.GITHUB_TOKEN }}" |
|
|
repoToken: "${{ secrets.GITHUB_TOKEN }}" |
|
|
|
|
|
@ -21,4 +21,4 @@ jobs: |
|
|
with: |
|
|
with: |
|
|
persist-credentials: false |
|
|
persist-credentials: false |
|
|
- name: Run zizmor |
|
|
- name: Run zizmor |
|
|
uses: zizmorcore/zizmor-action@b1d7e1fb5de872772f31590499237e7cce841e8e # v0.5.3 |
|
|
uses: zizmorcore/zizmor-action@5f14fd08f7cf1cb1609c1e344975f152c7ee938d # v0.5.6 |
|
|
|