Skip to content

Commit

Permalink
For now, block [down|up]load-artifact >= 4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
turing85 committed Dec 15, 2023
1 parent d1a8e97 commit bc2b01f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/owasp-scan/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ runs:

- name: Publish Report
if: ${{ always() }}
uses: turing85/[email protected].3
uses: turing85/[email protected].11
with:
report-list-tests: failed
report-name: OWASP Scan
Expand Down
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,10 @@ updates:
directory: '/'
schedule:
interval: 'daily'
ignore:
- dependency-name: actions/download-artifact
versions: [ ">= 4" ]
- dependency-name: actions/upload-artifact
versions: [ ">= 4" ]
labels:
- 'Github Actions'

0 comments on commit bc2b01f

Please sign in to comment.