Skip to content

Commit

Permalink
dev: upload-artefact v4 & remove explicit token from megalinter
Browse files Browse the repository at this point in the history
  • Loading branch information
practicalli-johnny committed Mar 1, 2024
1 parent 1def9eb commit 9a63c3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/megalinter.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
- name: Checkout Code
uses: actions/checkout@v4
with:
token: "${{ secrets.PAT || secrets.GITHUB_TOKEN }}"
fetch-depth: 0
sparse-checkout: |
docs
Expand All @@ -55,7 +54,7 @@ jobs:
# Upload MegaLinter artifacts
- name: Archive production artifacts
if: ${{ success() }} || ${{ failure() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: MegaLinter reports
path: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
- dev: skip readme change and sparse checkout for changelog check workflow
- dev: checkout v4 & python v5 actions in publish-book workflow
- dev: sparse checkout scheduled version workflow
- dev: upload-artefact v4 & remove explicit token from megalinter

## Added
- button link to Clojure CLI releases changelog to view available versions
Expand Down

0 comments on commit 9a63c3b

Please sign in to comment.