diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index df4dcfc..6a30102 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -13,8 +13,9 @@ jobs: environment: production permissions: - contents: "read" - id-token: "write" + contents: read + id-token: write + checks: write steps: - name: Checkout diff --git a/.github/workflows/golangci-lint.yaml b/.github/workflows/golangci-lint.yaml index 64ae59d..d3c4b77 100644 --- a/.github/workflows/golangci-lint.yaml +++ b/.github/workflows/golangci-lint.yaml @@ -11,6 +11,7 @@ permissions: contents: write # Optional: allow read access to pull request. Use with `only-new-issues` option. pull-requests: write + checks: write jobs: golangci: @@ -21,6 +22,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version-file: "./go.mod" + cache: false - name: golangci-lint uses: golangci/golangci-lint-action@v3 diff --git a/.github/workflows/markdown-lint.yaml b/.github/workflows/markdown-lint.yaml index c0e7828..2f9b449 100644 --- a/.github/workflows/markdown-lint.yaml +++ b/.github/workflows/markdown-lint.yaml @@ -12,6 +12,7 @@ permissions: contents: read # Optional: allow read access to pull request. Use with `only-new-issues` option. pull-requests: read + checks: write jobs: markdown: diff --git a/.github/workflows/pull_reqest.yaml b/.github/workflows/pull_reqest.yaml index 0af8bd3..c67141c 100644 --- a/.github/workflows/pull_reqest.yaml +++ b/.github/workflows/pull_reqest.yaml @@ -11,6 +11,7 @@ on: permissions: contents: write pull-requests: write + checks: write jobs: Golang: diff --git a/.github/workflows/pull_request_description.yaml b/.github/workflows/pull_request_description.yaml index 03e60fb..3d2ba92 100644 --- a/.github/workflows/pull_request_description.yaml +++ b/.github/workflows/pull_request_description.yaml @@ -17,6 +17,7 @@ on: permissions: contents: read pull-requests: read + checks: write jobs: description: