Skip to content

Commit 1bc6e98

Browse files
fix: pin actions/add-to-project to v1.0.2
1 parent 96bf4a4 commit 1bc6e98

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
add-to-project:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/add-to-project@v1
13+
- uses: actions/add-to-project@v1.0.2
1414
with:
1515
project-url: https://github.com/orgs/AzureLocal/projects/3
1616
github-token: ${{ secrets.ADD_TO_PROJECT_PAT }}

0 commit comments

Comments
 (0)