Skip to content

Commit

Permalink
Merge branch 'main' into renovate/snyk-ls-20240605.x
Browse files Browse the repository at this point in the history
* main:
  bump(cobol-language-support): downgrade to v2.1.1 (#6001)
  ci: add names to jobs (#6000)
  bump(iferr): update to v0.0.0-20240122035601-9c3e2fbe4bd1 (#5550)
  bump(buf-language-server): update to v0.0.0-20240213221648-8e42e5e2e24f (#5548)
  bump(cobol-language-support): update to v2.1.2 (#5675)
  bump(json-to-struct): update to v0.0.0-20230613234638-1f65fffbfdbb (#5551)
  • Loading branch information
williamboman committed Jun 5, 2024
2 parents 3638980 + 17b0998 commit 60aa3f2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/actionlint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:

jobs:
validate:
name: Actionlint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/package-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ on:

jobs:
lint:
name: Registry lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -22,6 +23,7 @@ jobs:
packages: ${{ github.event.inputs.packages }}

test:
name: Package tests
needs: lint
uses: mason-org/actions/.github/workflows/package-tests.yaml@v1
with:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/validate-renovate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ on:

jobs:
validate:
name: Validate renovate config
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion packages/buf-language-server/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ categories:
- LSP

source:
id: pkg:golang/github.com/bufbuild/[email protected]20221121155404-1e927a5df512#cmd/bufls
id: pkg:golang/github.com/bufbuild/[email protected]20240213221648-8e42e5e2e24f#cmd/bufls

bin:
bufls: golang:bufls
2 changes: 1 addition & 1 deletion packages/iferr/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ languages:
categories: []

source:
id: pkg:golang/github.com/koron/[email protected]20180615142939-bb332a3b1d91
id: pkg:golang/github.com/koron/[email protected]20240122035601-9c3e2fbe4bd1

bin:
iferr: golang:iferr
2 changes: 1 addition & 1 deletion packages/json-to-struct/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ languages:
categories: []

source:
id: pkg:golang/github.com/tmc/[email protected]20200606071124-5576f9d7d291
id: pkg:golang/github.com/tmc/[email protected]20230613234638-1f65fffbfdbb

bin:
json-to-struct: golang:json-to-struct

0 comments on commit 60aa3f2

Please sign in to comment.