Skip to content

Commit ca09286

Browse files
Bump js-yaml from 3.14.1 to 3.14.2 (#84)
* Bump js-yaml from 3.14.1 to 3.14.2 Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.14.1 to 3.14.2. - [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md) - [Commits](nodeca/js-yaml@3.14.1...3.14.2) --- updated-dependencies: - dependency-name: js-yaml dependency-version: 3.14.2 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> * Update binary files for js-yaml 3.14.2 * Update checkout step to disable credential persistence and update super-linter version --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Chris Reddington <791642+chrisreddington@users.noreply.github.com>
1 parent 8861bbe commit ca09286

7 files changed

Lines changed: 41 additions & 25 deletions

File tree

.checkov.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
# Checkov configuration file
3+
# Excludes specific directories from security scanning
4+
skip-path:
5+
- dist/
6+
- node_modules/

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
- name: Checkout
2121
id: checkout
2222
uses: actions/checkout@v5
23+
with:
24+
persist-credentials: false
2325

2426
- name: Setup Node.js
2527
id: setup-node
@@ -52,6 +54,8 @@ jobs:
5254
- name: Checkout
5355
id: checkout
5456
uses: actions/checkout@v5
57+
with:
58+
persist-credentials: false
5559

5660
- name: Test Local Action
5761
id: test-action

.github/workflows/codeql-analysis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
- name: Checkout
3232
id: checkout
3333
uses: actions/checkout@v5
34+
with:
35+
persist-credentials: false
3436

3537
- name: Initialize CodeQL
3638
id: initialize

.github/workflows/linter.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
uses: actions/checkout@v5
2525
with:
2626
fetch-depth: 0
27+
persist-credentials: false
2728

2829
- name: Setup Node.js
2930
id: setup-node
@@ -36,20 +37,17 @@ jobs:
3637
id: install
3738
run: npm ci
3839

39-
- name: Check Prettier formatting
40-
id: prettier-check
41-
run: npm run format:check
42-
4340
- name: Lint Codebase
4441
id: super-linter
45-
uses: super-linter/super-linter/slim@5119dcd8011e92182ce8219d9e9efc82f16fddb6 # v8.0.0
42+
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
4643
env:
4744
DEFAULT_BRANCH: main
4845
FILTER_REGEX_EXCLUDE: dist/**/*
4946
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5047
VALIDATE_ALL_CODEBASE: true
5148
VALIDATE_JAVASCRIPT_STANDARD: false
5249
VALIDATE_JSCPD: false
53-
VALIDATE_MARKDOWN_PRETTIER: false
5450
VALIDATE_TYPESCRIPT_STANDARD: false
5551
VALIDATE_TYPESCRIPT_ES: false # handled in CI, due to current lack of support for ESLint 9.
52+
VALIDATE_BIOME_FORMAT: false
53+
VALIDATE_BIOME_LINT: false

dist/index.js

Lines changed: 18 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)