Skip to content

Commit ac4a3a2

Browse files
feat: bump actions/github-script from 7 to 8 (#170)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Romain Lespinasse <romain.lespinasse@gmail.com>
1 parent 6772bda commit ac4a3a2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/check-variables.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102

103103
- name: Create issue for mismatches
104104
if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request'
105-
uses: actions/github-script@v7
105+
uses: actions/github-script@v8
106106
with:
107107
github-token: ${{ secrets.GITHUB_TOKEN }}
108108
script: |

.github/workflows/linter.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525
uses: super-linter/super-linter@v8
2626
env:
2727
VALIDATE_ALL_CODEBASE: false
28+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
2829
VALIDATE_JSCPD: false
2930
VALIDATE_MARKDOWN_PRETTIER: false
3031
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)