Skip to content

Commit

Permalink
Update golangci-lint to in GH workflow (#333)
Browse files Browse the repository at this point in the history
- Update golangci-lint in GH workflow to v1.55.2
- Use pull_request in size workflow and set correct workflow permissions
  • Loading branch information
afritzler authored Nov 26, 2023
1 parent 5a4a941 commit 0ce72d4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
with:
version: v1.53.3
version: v1.55.2
5 changes: 4 additions & 1 deletion .github/workflows/size-label.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
name: Size Label

on:
pull_request_target:
pull_request:
types: [opened, reopened, synchronize]

jobs:
size-label:
permissions:
contents: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- name: size-label
Expand Down

0 comments on commit 0ce72d4

Please sign in to comment.