Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4

This commit is contained in:
Than Harrison 2024-07-12 20:18:53 -04:00 committed by GitHub
commit c0108547ca
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ jobs:
makepdfs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: mkrakowitzer/actions-makepdfs@master
if: github.ref == 'refs/heads/main'
with:

View File

@ -41,7 +41,7 @@ jobs:
# MegaLinter
- name: Run MegaLinter
id: ml
uses: oxsecurity/megalinter/flavors/documentation@v7.12.0
uses: oxsecurity/megalinter/flavors/documentation@v7.13.0
env:
VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}