diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 05390ec..8cc4450 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -61,7 +61,7 @@ jobs: steps: - uses: actions/checkout@v3.0.2 - - uses: oxsecurity/megalinter/flavors/javascript@v6 + - uses: oxsecurity/megalinter/flavors/javascript@v6.9.1 env: GITHUB_TOKEN: ${{ github.token }} MEGALINTER_CONFIG: .github/linters/.mega-linter.yml @@ -122,7 +122,7 @@ jobs: with: submodules: true - - uses: ahmadnassri/action-dotenv@v1.0.1 + - uses: ahmadnassri/action-dotenv@v1.0.2 - uses: actions/setup-node@v3.4.1 with: @@ -167,10 +167,6 @@ jobs: with: cache: npm - - uses: ahmadnassri/action-github-registry-npm-proxy@v3.0.1 - with: - token: ${{ github.token }} - - run: npm ci - id: release @@ -202,7 +198,7 @@ jobs: - name: publish to github registry env: - NODE_AUTH_TOKEN: ${{ secrets.GITHUB_TOKEN }} + NODE_AUTH_TOKEN: ${{ github.token }} run: | jq '.name = "@'"${GITHUB_REPOSITORY/node-/}"'"' package.json > /tmp/package.json; mv /tmp/package.json . npm version --no-git-tag-version "v${{ needs.release.outputs.version }}" diff --git a/.semantic.json b/.semantic.json index b294c40..21ada31 100644 --- a/.semantic.json +++ b/.semantic.json @@ -17,8 +17,8 @@ "preset": "conventionalcommits", "presetConfig": { "types": [ + { "type": "chore", "section": "Chores", "hidden": true }, { "type": "build", "section": "Build", "hidden": false }, - { "type": "chore", "section": "Chores", "hidden": false }, { "type": "ci", "section": "CI/CD", "hidden": false }, { "type": "docs", "section": "Docs", "hidden": false }, { "type": "feat", "section": "Features", "hidden": false }, diff --git a/docker-compose.yml b/docker-compose.yml index 185bbbb..4448838 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,7 +6,7 @@ services: # ---- mega-linter ---- # lint: profiles: ["dev"] - image: oxsecurity/megalinter-javascript:v6 + image: oxsecurity/megalinter-javascript:v6.9.1 volumes: - ./:/tmp/lint environment: