diff --git a/.github/dependency-review-config.yml b/.github/dependency-review-config.yml index 8c97407..b871367 100644 --- a/.github/dependency-review-config.yml +++ b/.github/dependency-review-config.yml @@ -1,7 +1,7 @@ allow_licenses: - - 'GPL-3.0' - - 'BSD-3-Clause' - - 'BSD-2-Clause' - - 'MIT' - - 'Apache-2.0' - - 'MPL-2.0' + - "GPL-3.0" + - "BSD-3-Clause" + - "BSD-2-Clause" + - "MIT" + - "Apache-2.0" + - "MPL-2.0" diff --git a/.github/workflows/depsreview.yaml b/.github/workflows/depsreview.yaml index 5f56e6b..491fe47 100644 --- a/.github/workflows/depsreview.yaml +++ b/.github/workflows/depsreview.yaml @@ -12,4 +12,4 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - uses: actions/dependency-review-action@4901385134134e04cec5fbe5ddfe3b2c5bd5d976 # v4.0.0 with: - config-file: './.github/dependency-review-config.yml' + config-file: "./.github/dependency-review-config.yml" diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 926f4fb..e2282af 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,8 +12,8 @@ permissions: jobs: golangci: permissions: - contents: read # for actions/checkout to fetch code - pull-requests: read # for golangci/golangci-lint-action to fetch pull requests + contents: read # for actions/checkout to fetch code + pull-requests: read # for golangci/golangci-lint-action to fetch pull requests name: lint runs-on: ubuntu-latest steps: