diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4306ce53..5ff25fde 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -123,7 +123,7 @@ jobs: - name: Find existing comment if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }} - uses: peter-evans/find-comment@3eae4d37986fb5a8592848f6a574fdf654e61f9e # v3.1.0 + uses: peter-evans/find-comment@b30e6a3c0ed37e7c023ccd3f1db5c6c0b0c23aad # v4.0.0 id: find-comment with: issue-number: ${{ github.event.pull_request.number }} @@ -132,7 +132,7 @@ jobs: - name: Post or update comment if: ${{ github.event_name == 'pull_request' && !github.event.pull_request.head.repo.fork }} - uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4.0.0 + uses: peter-evans/create-or-update-comment@e8674b075228eee787fea43ef493e45ece1004c9 # v5.0.0 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} issue-number: ${{ github.event.pull_request.number }} diff --git a/.github/workflows/datasets.yml b/.github/workflows/datasets.yml index d261f644..30c92083 100644 --- a/.github/workflows/datasets.yml +++ b/.github/workflows/datasets.yml @@ -42,7 +42,7 @@ jobs: - name: Open pull request if: steps.diff.outputs.changed == 'true' - uses: peter-evans/create-pull-request@22a9089034f40e5a961c8808d113e2c98fb63676 # v7.0.11 + uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1 # v8.1.1 with: commit-message: "chore(data): update IBGE/CONCLA datasets" branch: chore/update-datasets diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 058f5416..03c89ec0 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -59,7 +59,7 @@ jobs: steps: - name: Run release-please id: release - uses: googleapis/release-please-action@5c625bfb5d1ff62eadeeb3772007f7f66fdcf071 # v4.4.1 + uses: googleapis/release-please-action@45996ed1f6d02564a971a2fa1b5860e934307cf7 # v5.0.0 with: config-file: release-please-config.json manifest-file: .release-please-manifest.json diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 6f1cefc8..cf79f858 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -47,7 +47,7 @@ jobs: persist-credentials: false - name: Run OSV-Scanner - uses: google/osv-scanner-action/osv-scanner-action@6e4298ebc4db23e847df9b2e2de2939d6f066c67 # v2.5.1 + uses: google/osv-scanner-action/osv-scanner-action@a345acffa64b0eaede81a3d9aae6141214d9c8fc # v2.6.0 with: scan-args: | --lockfile=package-lock.json diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index b16427c5..10c5ae19 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -46,7 +46,7 @@ jobs: - name: Upload coverage to Codecov if: matrix.node-version == 24 - uses: codecov/codecov-action@0fb7174895f61a3b6b78fc075e0cd60383518dac # v5.5.5 + uses: codecov/codecov-action@0b35c9ecc4f0529d0eb674914510c22f85b196b4 # v7.1.0 with: token: ${{ secrets.CODECOV_TOKEN }} files: ./coverage/lcov.info