Skip to content

Commit b605936

Browse files
chore(deps): update github-actions-needs-review
1 parent a79fd65 commit b605936

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/lint.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# SECURITY: With pull_request_target, checkout defaults to the base branch (main)
2222
# We must explicitly checkout the PR head to lint the actual changes
2323
- name: Check out Git repository
24-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
24+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2525
with:
2626
# Checkout the actual PR code, not the base branch
2727
ref: ${{ github.event.pull_request.head.sha }}
@@ -40,6 +40,6 @@ jobs:
4040
conventional-title:
4141
runs-on: ubuntu-latest
4242
steps:
43-
- uses: amannn/action-semantic-pull-request@0723387faaf9b38adef4775cd42cfd5155ed6017 # v5.5.3
43+
- uses: amannn/action-semantic-pull-request@48f256284bd46cdaab1048c3721360e808335d50 # v6.1.1
4444
env:
4545
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

.github/workflows/trunk-upgrade.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
pull-requests: write
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
20+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2121

2222
- name: Run Trunk Upgrade
2323
uses: ./ # Use the local action for self-testing

0 commit comments

Comments
 (0)