We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae2fa6 commit 3cc33ecCopy full SHA for 3cc33ec
.github/workflows/main.yml
@@ -6,7 +6,7 @@ jobs:
6
steps:
7
- uses: actions/checkout@v1
8
- name: Runs DX Scanner on the code
9
- uses: docker://dxheroes/dx-scanner:latest
+ uses: Dxheroes/dx-scanner@master
10
with:
11
github_token: ${{ secrets.TEST }}
12
- run: dx-scanner run --ci
0 commit comments