Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/go_modules/tools/honnef.co/go/t…
Browse files Browse the repository at this point in the history
…ools-0.4.3
  • Loading branch information
sywhang committed Mar 27, 2023
2 parents bebb964 + f4f627a commit 40bc2a0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,4 +75,4 @@ jobs:
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v1
uses: actions/deploy-pages@v2
2 changes: 2 additions & 0 deletions .github/workflows/fossa.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@ jobs:
with:
api-key: ${{ secrets.FOSSA_API_KEY }}

permissions:
contents: read
5 changes: 4 additions & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ on:
pull_request:
branches: ['*']

permissions:
contents: read

jobs:

build:
Expand All @@ -25,7 +28,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Go
uses: actions/setup-go@v3
uses: actions/setup-go@v4
with:
go-version: ${{ matrix.go }}
cache: true
Expand Down

0 comments on commit 40bc2a0

Please sign in to comment.