From f491780cb8af2a53df6a1c22c232dc54454438f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Jan 2025 04:52:00 +0000 Subject: [PATCH] Bump ultralytics/actions from 0.0.22 to 0.0.38 in /.github/workflows Bumps [ultralytics/actions](https://github.com/ultralytics/actions) from 0.0.22 to 0.0.38. - [Release notes](https://github.com/ultralytics/actions/releases) - [Commits](https://github.com/ultralytics/actions/compare/eb1201bd933b9f6096c64525ccaee3684c91bf14...df36f017d2f0b615cb08017ba886afe27d2b01c3) --- updated-dependencies: - dependency-name: ultralytics/actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/format-harden-runner-audit.yml | 2 +- .github/workflows/format-harden-runner-block.yml | 2 +- .github/workflows/format.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/format-harden-runner-audit.yml b/.github/workflows/format-harden-runner-audit.yml index d5e1bb8d..55d8a17a 100644 --- a/.github/workflows/format-harden-runner-audit.yml +++ b/.github/workflows/format-harden-runner-audit.yml @@ -23,7 +23,7 @@ jobs: egress-policy: audit - name: Run Ultralytics Formatting - uses: ultralytics/actions@eb1201bd933b9f6096c64525ccaee3684c91bf14 # Pinning to vulnerable Action version + uses: ultralytics/actions@df36f017d2f0b615cb08017ba886afe27d2b01c3 # Pinning to vulnerable Action version with: token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated labels: true # autolabel issues and PRs diff --git a/.github/workflows/format-harden-runner-block.yml b/.github/workflows/format-harden-runner-block.yml index e7cdd9b4..5135070a 100644 --- a/.github/workflows/format-harden-runner-block.yml +++ b/.github/workflows/format-harden-runner-block.yml @@ -31,7 +31,7 @@ jobs: registry.npmjs.org:443 - name: Run Ultralytics Formatting - uses: ultralytics/actions@eb1201bd933b9f6096c64525ccaee3684c91bf14 # Pinning to vulnerable Action version + uses: ultralytics/actions@df36f017d2f0b615cb08017ba886afe27d2b01c3 # Pinning to vulnerable Action version with: token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated labels: true # autolabel issues and PRs diff --git a/.github/workflows/format.yml b/.github/workflows/format.yml index 7fc603b4..f958573a 100644 --- a/.github/workflows/format.yml +++ b/.github/workflows/format.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Run Ultralytics Formatting - uses: ultralytics/actions@eb1201bd933b9f6096c64525ccaee3684c91bf14 # Pinning to vulnerable Action version + uses: ultralytics/actions@df36f017d2f0b615cb08017ba886afe27d2b01c3 # Pinning to vulnerable Action version with: token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated labels: true # autolabel issues and PRs