We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6772bda commit ac4a3a2Copy full SHA for ac4a3a2
.github/workflows/check-variables.yml
@@ -102,7 +102,7 @@ jobs:
102
103
- name: Create issue for mismatches
104
if: steps.compare.outputs.has_mismatches == 'true' && github.event_name != 'pull_request'
105
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
106
with:
107
github-token: ${{ secrets.GITHUB_TOKEN }}
108
script: |
.github/workflows/linter.yml
@@ -25,6 +25,7 @@ jobs:
25
uses: super-linter/super-linter@v8
26
env:
27
VALIDATE_ALL_CODEBASE: false
28
+ VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
29
VALIDATE_JSCPD: false
30
VALIDATE_MARKDOWN_PRETTIER: false
31
VALIDATE_YAML_PRETTIER: false
0 commit comments