Skip to content

Commit 05c728e

Browse files
committed
Update dependencies
1 parent c357583 commit 05c728e

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/codacy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,6 @@ jobs:
5858

5959
# Upload the SARIF file generated in the previous step
6060
- name: Upload SARIF results file
61-
uses: github/codeql-action/upload-sarif@v2
61+
uses: github/codeql-action/upload-sarif@v4
6262
with:
6363
sarif_file: results.sarif

.github/workflows/verify.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,9 @@ jobs:
3535

3636
# https://github.com/bats-core/bats-action
3737
- name: Setup Bats & libraries
38-
uses: bats-core/bats-action@3.0.1
38+
uses: bats-core/bats-action@4.0.0
3939
with:
40+
github-token: ${{ secrets.GITHUB_TOKEN }}
4041
bats-install: true
4142
bats-version: latest
4243
support-path: ${{ github.workspace }}/test/test_helper/bats-support

0 commit comments

Comments
 (0)