Merge pull request #1499 from kubescape/armoBuildin-removal

Update loadmocks.go
This commit is contained in:
Yuval Leibovich
2023-11-26 13:06:35 +02:00
committed by GitHub
2 changed files with 6 additions and 6 deletions

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.GH_PERSONAL_ACCESS_TOKEN }}
path-to-lcov: coverage.lcov
- name: Comment results to PR

File diff suppressed because one or more lines are too long