Skip to content

Commit 562e569

Browse files
[fix](build): Actions(@RalphHightower/blog) (#784)
Signed-off-by: Ralph Hightower <[email protected]>
1 parent 15ad4ad commit 562e569

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/semantic-release.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# under the License.
1717

1818

19-
name: systematic-release.yml – Pull Request
19+
name: symantic-release.yml – Semantic Pull Request
2020

2121
on:
2222
pull_request:
@@ -40,13 +40,12 @@ jobs:
4040
main:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- name: Harden the runner (Audit all outbound calls)
44-
uses: step-security/harden-runner@20cf305ff2072d973412fa9b1e3a4f227bda3c76 # v2.14.0
43+
- name: Harden Runner
44+
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
4545
with:
4646
egress-policy: audit
4747

48-
- name: semantic release
49-
uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
48+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
5049
env:
5150
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5251
with:

0 commit comments

Comments
 (0)