File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 88 label-issues :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/stale@v9
11+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
1212 name : Setting issue as idle
1313 with :
1414 repo-token : ${{ secrets.GITHUB_TOKEN }}
1919 operations-per-run : 100
2020 exempt-issue-labels : ' backlog'
2121
22- - uses : actions/stale@v9
22+ - uses : actions/stale@5bef64f19d7facfb25b37b414482c7164d639639 # v9.1.0
2323 name : Setting PR as idle
2424 with :
2525 repo-token : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1717 KUBECONFIG : /home/runner/.kube/config
1818 PR_BASE_REF : ${{ github.event.pull_request.base.ref }}
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
2121 name : Checkout from PR branch
2222
2323 - id : action-npm-build
2929 npm run build
3030 fi
3131
32- - uses : actions/setup-python@v5
32+ - uses : actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5.4.0
3333 name : Install Python
3434 with :
3535 python-version : ' 3.x'
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout Repository
13- uses : actions/checkout@v4
13+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1414
1515 - name : Enforce Prettier
16- uses : actionsx/prettier@v3
16+ uses : actionsx/prettier@3d9f7c3fa44c9cb819e68292a328d7f4384be206 # v3.0.0
1717 with :
1818 args : --check .
Original file line number Diff line number Diff line change 1313 build : # make sure build/ci works properly
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1717
1818 - name : Build and run L0 tests.
1919 run : |
You can’t perform that action at this time.
0 commit comments