Browse Source

chore(sync): synced local '.github/' with remote 'general/.github/'

Synced from dgibbs64/repo-sync@0d089f257ab6bcf099e77124d863876c8e19f9e4 — chore: remove opensuseleap15 exclusion from latest ansible-core (now Python 3.11 / Leap 15.6)
repo-sync/main
dgibbs64 3 days ago
parent
commit
bb9c4c65f3
  1. 2
      .github/workflows/action-prettier.yml
  2. 3
      .github/workflows/action-super-linter.yml
  3. 2
      .github/workflows/action-update-copyright-years-in-license-file.yml

2
.github/workflows/action-prettier.yml

@ -19,7 +19,7 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
persist-credentials: false

3
.github/workflows/action-super-linter.yml

@ -25,7 +25,7 @@ jobs:
steps:
- name: Checkout code
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
@ -49,6 +49,5 @@ jobs:
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_NATURAL_LANGUAGE: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_TERRAFORM_TERRASCAN: false
VALIDATE_TRIVY: false
VALIDATE_YAML_PRETTIER: false

2
.github/workflows/action-update-copyright-years-in-license-file.yml

@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false

Loading…
Cancel
Save