We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc9111b commit ecd08bdCopy full SHA for ecd08bd
.github/workflows/semantic_pull_request.yml
@@ -17,7 +17,7 @@ jobs:
17
steps:
18
- name: 🤖 Ensure Commit is Semantic
19
if: github.event_name == 'pull_request'
20
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
+ uses: amannn/action-semantic-pull-request@fdd4d3ddf614fbcd8c29e4b106d3bbe0cb2c605d # v6.0.1
21
env:
22
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
23
with:
0 commit comments