We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c357583 commit e137209Copy full SHA for e137209
.github/workflows/codacy.yml
@@ -58,6 +58,6 @@ jobs:
58
59
# Upload the SARIF file generated in the previous step
60
- name: Upload SARIF results file
61
- uses: github/codeql-action/upload-sarif@v2
+ uses: github/codeql-action/upload-sarif@v4
62
with:
63
sarif_file: results.sarif
.github/workflows/verify.yml
@@ -35,8 +35,9 @@ jobs:
35
36
# https://github.com/bats-core/bats-action
37
- name: Setup Bats & libraries
38
- uses: bats-core/bats-action@3.0.1
+ uses: bats-core/bats-action@4.0.0
39
40
+ github-token: ${{ secrets.GITHUB_TOKEN }}
41
bats-install: true
42
bats-version: latest
43
support-path: ${{ github.workspace }}/test/test_helper/bats-support
0 commit comments