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