Skip to content

Commit 4e4291f

Browse files
authored
Add dependabot for github actions, Updated dorny/test-reporter to version 2 and pinned the third party action (#57)
1 parent ec9c169 commit 4e4291f

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
version: 2
2+
updates:
3+
4+
- package-ecosystem: "github-actions"
5+
directory: "/"
6+
schedule:
7+
# Check for updates to GitHub Actions every week
8+
interval: "weekly"

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
run: ./build.sh -target Test
4242

4343
- name: Linux unit test report
44-
uses: dorny/test-reporter@v1
44+
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
4545
if: success() || failure() # run this step even if previous step failed
4646
with:
4747
name: Linux unit test results
@@ -77,7 +77,7 @@ jobs:
7777
run: ./build.ps1 --verbosity verbose
7878

7979
- name: Windows unit test report
80-
uses: dorny/test-reporter@v1
80+
uses: dorny/test-reporter@6e6a65b7a0bd2c9197df7d0ae36ac5cee784230c # v2.0.0
8181
if: success() || failure() # run this step even if previous step failed
8282
with:
8383
name: Windows unit test results

0 commit comments

Comments
 (0)