File tree Expand file tree Collapse file tree 5 files changed +8
-8
lines changed
Expand file tree Collapse file tree 5 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2525 if : github.event.pull_request.head.repo.full_name == github.repository
2626 steps :
2727 - name : Checkout Repo
28- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
28+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
2929 with :
3030 ref : ${{ github.head_ref }}
3131 token : ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}
Original file line number Diff line number Diff line change 1818 runs-on : ubuntu-latest
1919 steps :
2020 - name : Label PRs
21- uses : actions/labeler@v5
21+ uses : actions/labeler@634933edcd8ababfe52f92936142cc22ac488b1b # v6.0.1
2222 with :
2323 repo-token : " ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}"
2424 configuration-path : .github/labeler.yml
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Repo
14- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
14+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1515
1616 - name : Install Tools & Dependencies
1717 uses : withstudiocms/automations/.github/actions/install@main
Original file line number Diff line number Diff line change 3030 NODE_OPTIONS : " --max_old_space_size=4096"
3131 steps :
3232 - name : Checkout Repo
33- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
33+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
3434 with :
3535 ref : ${{ github.head_ref }}
3636 token : ${{ secrets.STUDIOCMS_SERVICE_TOKEN }}
4242 run : pnpm run lint:fix
4343
4444 - name : Commit changes
45- uses : stefanzweifel/git-auto-commit-action@8621497c8c39c72f3e2a999a26b4ca1b5058a842 # v5
45+ uses : stefanzweifel/git-auto-commit-action@28e16e81777b558cc906c8750092100bbb34c5e3 # v7.0.0
4646 with :
4747 commit_message : ' [ci] lint'
4848 branch : ${{ github.head_ref }}
5555 runs-on : ubuntu-latest
5656 steps :
5757 - name : Checkout Repo
58- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
58+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
5959
6060 - name : Run Todo Issue Bot
6161 uses : juulsn/todo-issue@main
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Checkout Repo
80- uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
80+ uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
8181
8282 - name : Install Tools & Dependencies
8383 uses : withstudiocms/automations/.github/actions/install@main
Original file line number Diff line number Diff line change 1414 if : ${{ github.event.issue.pull_request }}
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+ - uses : actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
1818 - uses : kevinzunigacuellar/coauthor-action@292b32bdbffc663431a2a37b3bfa597d83a74905 # v0.1.3
You can’t perform that action at this time.
0 commit comments