@@ -49,14 +49,14 @@ jobs:
4949 continue-on-error : true
5050
5151 - name : " Comment on PR with validation error"
52- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
52+ uses : marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
5353 if : steps.commitlint.outcome == 'failure'
5454 with :
5555 header : pr-title-lint-error
5656 path : ${{ runner.temp }}/commitlint-comment.md
5757
5858 - name : " Remove error comment on success"
59- uses : marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
59+ uses : marocchino/sticky-pull-request-comment@5770ad5eb8f42dd2c4f34da00c94c5381e49af88 # v3.0.5
6060 if : steps.commitlint.outcome == 'success'
6161 with :
6262 header : pr-title-lint-error
7474 pull-requests : write
7575 if : github.event.action == 'opened'
7676 steps :
77- - uses : technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1
77+ - uses : technote-space/assign-author@9558557c5c4816f38bd06176fbc324ba14bb3160 # v1.6.2
7878
7979 labeler :
8080 name : " Apply labels"
@@ -87,12 +87,12 @@ jobs:
8787 - name : " Checkout repository"
8888 uses : actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8989
90- - uses : actions/labeler@8558fd74291d67161a8a78ce36a881fa63b766a9 # v5
90+ - uses : actions/labeler@bf12e9b00b37c5c0ca2b87b79b2daf7891dbda13 # v7.0.0
9191 with :
9292 configuration-path : .github/labeler.yml
9393
9494 - name : " Apply size and semantic labels"
95- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
95+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
9696 with :
9797 script : |
9898 const { default: labelPullRequest } = await import(
0 commit comments