Skip to content

Commit 3136511

Browse files
chore(deps): pin dependencies (#1)
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 30e2c3c commit 3136511

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
112112
- name: "Upload coverage artifact"
113113
if: matrix.with_coverage == true
114-
uses: actions/upload-artifact@v6.0.0
114+
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
115115
with:
116116
name: code-coverage-results
117117
path: tests/_output/

.github/workflows/release.yml

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

3131
- name: Semantic Release
3232
id: semantic
33-
uses: cycjimmy/semantic-release-action@v6.0.0
33+
uses: cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0.0
3434
with:
3535
tag_format: ${version}
3636
branches: |

0 commit comments

Comments
 (0)