diff --git a/.github/actions/fill-project-name/action.yaml b/.github/actions/fill-project-name/action.yaml index 132fd86ba..2031464e8 100644 --- a/.github/actions/fill-project-name/action.yaml +++ b/.github/actions/fill-project-name/action.yaml @@ -12,7 +12,7 @@ runs: echo "repository_name=$SNAKE_CASE" >> $GITHUB_OUTPUT - name: Fill the project name - uses: mikefarah/yq@f15500b20a1c991c8729870ba60a4dc3524b6a94 # v4.44.2 + uses: mikefarah/yq@751d8ad57b84f1794661bc70c0afb92a22ad7b3c # v4.53.2 with: cmd: | yq '.name = "${{ steps.convert_name.outputs.repository_name }}"' melos.yaml > melos.yaml.new diff --git a/.github/workflows/check-pr.yaml b/.github/workflows/check-pr.yaml index b88cb24e0..f8a1baf47 100644 --- a/.github/workflows/check-pr.yaml +++ b/.github/workflows/check-pr.yaml @@ -40,7 +40,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/marketplace/actions/actionlint-with-reviewdog - - uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 + - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 with: actionlint_flags: -ignore 'SC2153' fail_on_error: true @@ -97,7 +97,7 @@ jobs: # https://github.com/andstor/file-existence-action - name: Check file existence id: check_files - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: # https://github.com/isaacs/node-glob の形式 files: "**/test_report.log" diff --git a/.github/workflows/labeler.yml b/.github/workflows/labeler.yml index c541c6615..50b2aa96d 100644 --- a/.github/workflows/labeler.yml +++ b/.github/workflows/labeler.yml @@ -16,6 +16,6 @@ jobs: steps: # https://github.com/srvaroa/labeler - name: Label manager for PRs and Issues based on configurable conditions - uses: srvaroa/labeler@1eec6d9e7c5fa5864840279978680302f955fc37 # v1.10.1 + uses: srvaroa/labeler@bf262763a8a8e191f5847873aecc0f29df84f957 # v1.14.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/merge-queue.yaml b/.github/workflows/merge-queue.yaml index f1f44872d..634b8e7dd 100644 --- a/.github/workflows/merge-queue.yaml +++ b/.github/workflows/merge-queue.yaml @@ -39,7 +39,7 @@ jobs: uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 # https://github.com/marketplace/actions/actionlint-with-reviewdog - - uses: reviewdog/action-actionlint@4f8f9963ca57a41e5fd5b538dd79dbfbd3e0b38a # v1.54.0 + - uses: reviewdog/action-actionlint@6fb7acc99f4a1008869fa8a0f09cfca740837d9d # v1.72.0 with: actionlint_flags: -ignore 'SC2153' fail_on_error: true @@ -96,7 +96,7 @@ jobs: # https://github.com/andstor/file-existence-action - name: Check file existence id: check_files - uses: andstor/file-existence-action@076e0072799f4942c8bc574a82233e1e4d13e9d6 # v3.0.0 + uses: andstor/file-existence-action@558493d6c74bf472d87c84eab196434afc2fa029 # v3.1.0 with: # https://github.com/isaacs/node-glob の形式 files: "**/test_report.log"