|
23 | 23 | | jq -r '.content' \ |
24 | 24 | | base64 -d > artifacts/users.yaml |
25 | 25 | - name: Upload Artifact |
26 | | - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
| 26 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
27 | 27 | with: |
28 | 28 | name: users |
29 | 29 | path: artifacts/users.yaml |
|
38 | 38 | | jq -r '.content' \ |
39 | 39 | | base64 -d > artifacts/labels.yaml |
40 | 40 | - name: Upload Artifact |
41 | | - uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3 |
| 41 | + uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1 |
42 | 42 | with: |
43 | 43 | name: labels |
44 | 44 | path: artifacts/labels.yaml |
|
50 | 50 | needs: build_user_list |
51 | 51 | if: github.event.action == 'assigned' |
52 | 52 | steps: |
53 | | - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 53 | + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
54 | 54 | id: download-users |
55 | 55 | with: |
56 | 56 | name: users |
|
65 | 65 | echo "BOARD=${BOARD}" >> $GITHUB_ENV |
66 | 66 | - name: Add issue to personal board |
67 | 67 | if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }} |
68 | | - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 |
| 68 | + uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 |
69 | 69 | with: |
70 | 70 | project-url: ${{ env.BOARD }} |
71 | 71 | github-token: ${{ secrets.ISSUE_AUTOMATION }} |
|
76 | 76 | needs: build_user_list |
77 | 77 | if: github.event.action == 'labeled' |
78 | 78 | steps: |
79 | | - - uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7 |
| 79 | + - uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1 |
80 | 80 | id: download-labels |
81 | 81 | with: |
82 | 82 | name: labels |
|
91 | 91 | echo "BOARD=${BOARD}" >> $GITHUB_ENV |
92 | 92 | - name: Add issue to team board |
93 | 93 | if: ${{ env.BOARD != 'null' && env.BOARD != '' && env.BOARD != null }} |
94 | | - uses: actions/add-to-project@9bfe908f2eaa7ba10340b31e314148fcfe6a2458 # v1.0.1 |
| 94 | + uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0 |
95 | 95 | with: |
96 | 96 | project-url: ${{ env.BOARD }} |
97 | 97 | github-token: ${{ secrets.ISSUE_AUTOMATION }} |
0 commit comments