Skip to content

Commit 71d9dd8

Browse files
Merge branch 'main' into RFC
2 parents 51e4abe + 159e142 commit 71d9dd8

4 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ jobs:
2121
contents: read
2222
steps:
2323
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2
24-
- uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b #v23.1.0
24+
- uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd #v23.2.0
2525
with:
2626
globs: "**/*.md"

.github/workflows/codebuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
- name: Configure AWS credentials
144144
# env.ACT is set by the 'act' CLI tool for local testing
145145
if: ${{ !env.ACT && steps.cache-check.outputs.cache-hit != 'true' }}
146-
uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0
146+
uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1
147147
with:
148148
role-to-assume: ${{ secrets.AWS_CODEBUILD_ROLE_ARN }}
149149
aws-region: ${{ vars.AWS_REGION || 'us-east-1' }}

.github/workflows/pull-request-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ jobs:
160160
pull-requests: write
161161
if: github.event_name == 'pull_request_target'
162162
steps:
163-
- uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
163+
- uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0
164164
with:
165165
sync-labels: true
166166

scripts/aidlc-traceability/uv.lock

Lines changed: 9 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)