Skip to content

Commit

Permalink
Bump ultralytics/actions from 0.0.22 to 0.0.39 in /.github/workflows
Browse files Browse the repository at this point in the history
Bumps [ultralytics/actions](https://github.com/ultralytics/actions) from 0.0.22 to 0.0.39.
- [Release notes](https://github.com/ultralytics/actions/releases)
- [Commits](ultralytics/actions@eb1201b...6e5f72c)

---
updated-dependencies:
- dependency-name: ultralytics/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jan 13, 2025
1 parent ae9cda7 commit 8b3e6e3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/format-harden-runner-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
egress-policy: audit

- name: Run Ultralytics Formatting
uses: ultralytics/actions@eb1201bd933b9f6096c64525ccaee3684c91bf14 # Pinning to vulnerable Action version
uses: ultralytics/actions@6e5f72c8904538e8883b3c58c63f2946a8f005c2 # Pinning to vulnerable Action version
with:
token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated
labels: true # autolabel issues and PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format-harden-runner-block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@6e5f72c8904538e8883b3c58c63f2946a8f005c2 # Pinning to vulnerable Action version
with:
token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated
labels: true # autolabel issues and PRs
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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@6e5f72c8904538e8883b3c58c63f2946a8f005c2 # Pinning to vulnerable Action version
with:
token: ${{ secrets._GITHUB_TOKEN }} # note GITHUB_TOKEN automatically generated
labels: true # autolabel issues and PRs
Expand Down

0 comments on commit 8b3e6e3

Please sign in to comment.