Skip to content

Commit b79b9a6

Browse files
authored
Pin add-to-board to specific commit SHA
1 parent ffb5e57 commit b79b9a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/add-to-board.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
labels: needs-team
3636

3737
- name: Add issue to the right project
38-
uses: actions/add-to-project@v1
38+
uses: actions/add-to-project@244f685bbc3b7adfa8466e08b698b5577571133e
3939
with:
4040
project-url: https://github.com/orgs/elastic/projects/${{ fromJson(env.PROJECT_ID_MAP)[github.event.label.name] }}
4141
github-token: ${{ secrets.ADD_TO_BOARD_TOKEN }}

0 commit comments

Comments
 (0)