Skip to content

Commit

Permalink
chore(deps): bump rollkit/.github from 0.4.1 to 0.5.0
Browse files Browse the repository at this point in the history
Bumps [rollkit/.github](https://github.com/rollkit/.github) from 0.4.1 to 0.5.0.
- [Release notes](https://github.com/rollkit/.github/releases)
- [Commits](rollkit/.github@v0.4.1...v0.5.0)

---
updated-dependencies:
- dependency-name: rollkit/.github
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 14, 2024
1 parent 01ed65c commit 666cad6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Version Release
uses: rollkit/.github/.github/actions/version-release@v0.4.1
uses: rollkit/.github/.github/actions/version-release@v0.5.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
version-bump: ${{inputs.version}}
4 changes: 2 additions & 2 deletions .github/workflows/docker-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0
with:
dockerfile: Dockerfile
secrets: inherit
Expand All @@ -23,7 +23,7 @@ jobs:
permissions:
contents: write
packages: write
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_dockerfile_pipeline.yml@v0.5.0
with:
dockerfile: Dockerfile.contract
packageName: contract
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/housekeeping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issue-management:
if: ${{ github.event.issue }}
name: Add issues to project and add triage label
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand All @@ -25,7 +25,7 @@ jobs:
# ignore dependabot PRs
if: ${{ github.event.pull_request && github.actor != 'dependabot[bot]' }}
name: Add PRs to project
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand All @@ -37,7 +37,7 @@ jobs:
auto-add-reviewer:
name: Auto add reviewer to PR
if: github.event.pull_request
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_housekeeping.yml@v0.5.0
secrets: inherit
permissions:
issues: write
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/yamllint@v0.4.1
- uses: rollkit/.github/.github/actions/yamllint@v0.5.0

markdown-lint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: rollkit/.github/.github/actions/markdown-lint@v0.4.1
- uses: rollkit/.github/.github/actions/markdown-lint@v0.5.0

dockerfile-lint:
uses: rollkit/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.4.1
uses: rollkit/.github/.github/workflows/reusable_dockerfile_lint.yml@v0.5.0
with:
failure-threshold: "error"

0 comments on commit 666cad6

Please sign in to comment.