Skip to content

Commit 0db1a17

Browse files
authored
security: pin action reference and restrict permissions
1 parent 986babe commit 0db1a17

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/new-issue.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ jobs:
1111
add-to-project:
1212
name: Add issue to BeeWare project
1313
runs-on: ubuntu-latest
14+
permissions: {}
1415
steps:
15-
- uses: actions/add-to-project@v2.0.0
16+
- uses: actions/add-to-project@5afcf98fcd03f1c2f92c3c83f58ae24323cc57fd # v2.0.0
1617
with:
1718
project-url: https://github.com/orgs/beeware/projects/1
1819
github-token: ${{ secrets.BRUTUS_PAT_TOKEN }}

0 commit comments

Comments
 (0)