hoverkraft-tech / ci-github-nodejs

Opinionated Github actions and workflows for continuous integration in NodeJs context
MIT License
0 stars 0 forks source link

This is a workaround for having workflow ref. See https://github.com/orgs/commun... #103

Open github-actions[bot] opened 6 months ago

github-actions[bot] commented 6 months ago

Needs: https://github.com/orgs/community/discussions/38659

https://github.com/hoverkraft-tech/ci-github-nodejs/blob/e842cf283f7380d3d9fe2a2b3312ae0c16cc3077/.github/workflows/continuous-integration.yml#L48


        type: string
        required: false
        default: "codecov"

permissions:
  contents: read
  security-events: write
  # FIXME: This is a workaround for having workflow ref. See https://github.com/orgs/community/discussions/38659
  id-token: write

jobs:
  code-ql: