Skip to content

Commit 5b69c74

Browse files
authored
Merge branch 'main' into add-s3_output-parameter-to-start_query_execution_call
2 parents 225c55e + 294f35e commit 5b69c74

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

.github/workflows/cfn-nag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5
2828
- name: Use Node.js
29-
uses: actions/setup-node@v5
29+
uses: actions/setup-node@v6
3030
with:
3131
node-version: 18
3232
- name: Cache Node.js modules

.github/workflows/pr-linter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,11 @@ on:
1010

1111
jobs:
1212
lint:
13+
name: Validate PR title
1314
runs-on: ubuntu-latest
1415
permissions:
15-
statuses: write
16+
pull-requests: read
1617
steps:
17-
- uses: aslafy-z/conventional-pr-title-action@v3
18+
- uses: amannn/action-semantic-pull-request@v6
1819
env:
1920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)