Skip to content

Commit

Permalink
Update nolte/gh-plumbing action to v1.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 16, 2024
1 parent 0a27131 commit 6b10afc
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ on:

jobs:
automerge:
uses: nolte/gh-plumbing/.github/workflows/reuseable-automerge.yaml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-automerge.yaml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/build-static-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ on:

jobs:
static:
uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-pre-commit.yaml@v1.1.11
security:
uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-trivy.yaml@v1.1.11
2 changes: 1 addition & 1 deletion .github/workflows/release-cd-refresh-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
refresh_presentation_branch:
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-cd-refresh-master.yml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-cd-refresh-master.yml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ on:

jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-release-drafter.yml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/stale.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ on:

jobs:
stale:
uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@v1.0.18
uses: nolte/gh-plumbing/.github/workflows/reuseable-stale.yaml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 6b10afc

Please sign in to comment.