diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d275346..742ec57 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,10 +14,6 @@ updates: directory: / schedule: interval: weekly - ignore: - - dependency-name: '@types/node' - update-types: - - 'version-update:semver-major' groups: npm-development: dependency-type: development diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 5f8e060..21ea886 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false matrix: language: - - TypeScript + - javascript steps: - name: Checkout @@ -36,6 +36,7 @@ jobs: id: initialize uses: github/codeql-action/init@v3 with: + config-file: .github/codeql/codeql-config.yml languages: ${{ matrix.language }} source-root: src diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 8c0f6f0..c82943c 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -1,3 +1,8 @@ +# This workflow will lint the entire codebase using the +# `super-linter/super-linter` action. +# +# For more information, see the super-linter repository: +# https://github.com/super-linter/super-linter name: Lint Codebase on: diff --git a/README.md b/README.md index b5015ed..e7ae41f 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ There are a few things to keep in mind when writing your action code: ``` For more information about the GitHub Actions toolkit, see the - [documentation](https://github.com/actions/toolkit/blob/master/README.md). + [documentation](https://github.com/actions/toolkit/blob/main/README.md). So, what are you waiting for? Go ahead and start customizing your action! @@ -175,7 +175,7 @@ So, what are you waiting for? Go ahead and start customizing your action! Your action is now published! :rocket: For information about versioning your action, see -[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) +[Versioning](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md) in the GitHub Actions toolkit. ## Validate the Action @@ -208,7 +208,7 @@ For example workflow runs, check out the After testing, you can create version tag(s) that developers can use to reference different stable versions of your action. For more information, see -[Versioning](https://github.com/actions/toolkit/blob/master/docs/action-versioning.md) +[Versioning](https://github.com/actions/toolkit/blob/main/docs/action-versioning.md) in the GitHub Actions toolkit. To include the action in a workflow in another repository, you can use the