There was an error while loading. Please reload this page.
1 parent 30e2c3c commit 3136511Copy full SHA for 3136511
2 files changed
.github/workflows/ci.yml
@@ -111,7 +111,7 @@ jobs:
111
112
- name: "Upload coverage artifact"
113
if: matrix.with_coverage == true
114
- uses: actions/upload-artifact@v6.0.0
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
115
with:
116
name: code-coverage-results
117
path: tests/_output/
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
31
- name: Semantic Release
32
id: semantic
33
- uses: cycjimmy/semantic-release-action@v6.0.0
+ uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
34
35
tag_format: ${version}
36
branches: |
0 commit comments