Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 17, 2024
1 parent 9e8a0bc commit e0f7539
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/automerge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ permissions:

jobs:
automerge:
uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-automerge.yaml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
6 changes: 3 additions & 3 deletions .github/workflows/build-static-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@ permissions:

jobs:
static:
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-pre-commit.yaml@v1.1.11
security:
permissions:
contents: read # for actions/checkout to fetch code
security-events: write # for github/codeql-action/upload-sarif to upload SARIF results
actions: read # only required for a private repository by github/codeql-action/upload-sarif to get the Action run status
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-trivy.yaml@v1.1.11
chain-bench:
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-chain-bench.yaml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
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 @@ -4,7 +4,7 @@ on:

jobs:
refresh_presentation_branch:
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-release-cd-refresh-master.yml@v1.1.11
with:
target_branch: main
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ on:

jobs:
update_release_draft:
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.10
uses: nolte/gh-plumbing/.github/workflows/reusable-release-drafter.yml@v1.1.11
secrets:
token: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion chezmoi_config/dot_tool-versions
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ github-cli 2.63.2
golang 1.23.4
gopass 1.15.5
helm 3.16.4
hugo 0.139.5
hugo 0.140.0
jq 1.6
k9s 0.27.4
kind 0.26.0
Expand Down

0 comments on commit e0f7539

Please sign in to comment.