diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4d87e40d..1295588b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -21,6 +21,6 @@ jobs: contents: read steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd #v6.0.2 - - uses: DavidAnson/markdownlint-cli2-action@6b51ade7a9e4a75a7ad929842dd298a3804ebe8b #v23.1.0 + - uses: DavidAnson/markdownlint-cli2-action@ded1f9488f68a970bc66ea5619e13e9b52e601cd #v23.2.0 with: globs: "**/*.md" diff --git a/.github/workflows/codebuild.yml b/.github/workflows/codebuild.yml index 45a72c5f..50b00868 100644 --- a/.github/workflows/codebuild.yml +++ b/.github/workflows/codebuild.yml @@ -143,7 +143,7 @@ jobs: - name: Configure AWS credentials # env.ACT is set by the 'act' CLI tool for local testing if: ${{ !env.ACT && steps.cache-check.outputs.cache-hit != 'true' }} - uses: aws-actions/configure-aws-credentials@ec61189d14ec14c8efccab744f656cffd0e33f37 # v6.1.0 + uses: aws-actions/configure-aws-credentials@d979d5b3a71173a29b74b5b88418bfda9437d885 # v6.1.1 with: role-to-assume: ${{ secrets.AWS_CODEBUILD_ROLE_ARN }} aws-region: ${{ vars.AWS_REGION || 'us-east-1' }} diff --git a/.github/workflows/pull-request-lint.yml b/.github/workflows/pull-request-lint.yml index 670d389b..3fe69303 100644 --- a/.github/workflows/pull-request-lint.yml +++ b/.github/workflows/pull-request-lint.yml @@ -160,7 +160,7 @@ jobs: pull-requests: write if: github.event_name == 'pull_request_target' steps: - - uses: actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1 + - uses: actions/labeler@f27b608878404679385c85cfa523b85ccb86e213 # v6.1.0 with: sync-labels: true