Update a-pr-scanner.yaml

Signed-off-by: Yuval Leibovich <89763818+yuleib@users.noreply.github.com>
This commit is contained in:
Yuval Leibovich
2023-11-26 09:47:59 +02:00
committed by GitHub
parent 3b78169f8c
commit 139a89770f

View File

@@ -23,11 +23,11 @@ jobs:
name: PR Scanner
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # ratchet:actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
submodules: recursive
- uses: actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # Install go because go-licenses use it ratchet:actions/setup-go@v3
- uses: actions/setup-go@v4
name: Installing go
with:
go-version: '1.20'
@@ -74,7 +74,7 @@ jobs:
continue-on-error: true
uses: coverallsapp/github-action@v1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
github-token: ${{ secrets.ARMOSEC_GITHUB_ACCESS_TOKEN }}
path-to-lcov: coverage.lcov
- name: Comment results to PR