Skip to content

Commit c5c0101

Browse files
feat(github-action)!: Update all github actions (#78)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3ec69fe commit c5c0101

4 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Upload fuzz logs
3636
if: always()
37-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
37+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
3838
with:
3939
name: pr-fuzz-logs
4040
path: tmp/fuzz.log

.github/workflows/schedule-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636

3737
- name: Upload weekly fuzz logs
3838
if: always()
39-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
39+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4040
with:
4141
name: schedule-fuzz-logs
4242
path: tmp/fuzz.log

.github/workflows/schedule-lock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: 🔒 Lock closed issues and PRs
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: dessant/lock-threads@1bf7ec25051fe7c00bdd17e6a7cf3d7bfb7dc771 # v5.0.1
19+
- uses: dessant/lock-threads@7266a7ce5c1df01b1c6db85bf8cd86c737dadbe7 # v6.0.0
2020
with:
2121
github-token: ${{ github.token }}
2222
issue-inactive-days: "30"

.github/workflows/test-controller.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,14 @@ jobs:
3737
3838
- name: Upload coverage report
3939
if: always()
40-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
40+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4141
with:
4242
name: coverage-report
4343
path: coverage.out
4444

4545
- name: Upload coverage report
4646
if: always()
47-
uses: actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5
47+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6
4848
with:
4949
name: junit.xml
5050
path: tmp/test-results/junit.xml

0 commit comments

Comments
 (0)