mirror of
https://github.com/Anon-Planet/thgtoa.git
synced 2025-03-13 17:56:40 -04:00
Merge branch 'main' into dependabot/github_actions/actions/upload-artifact-4
This commit is contained in:
commit
c0108547ca
2
.github/workflows/create-pdf.yml
vendored
2
.github/workflows/create-pdf.yml
vendored
@ -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:
|
||||
|
2
.github/workflows/mega-linter.yml
vendored
2
.github/workflows/mega-linter.yml
vendored
@ -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 }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user