Skip to content

Commit db8d0bb

Browse files
committed
use exact hash
1 parent 2cd5ffb commit db8d0bb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/project-automation.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Check if PR is in project
1818
continue-on-error: true
1919
id: check_project
20-
uses: github/update-project-action@main
20+
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
2121
with:
2222
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
2323
organization: getsentry
@@ -45,7 +45,7 @@ jobs:
4545
runs-on: ubuntu-latest
4646
steps:
4747
- name: Update status to in_progress
48-
uses: github/update-project-action@main
48+
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
4949
with:
5050
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
5151
organization: getsentry
@@ -66,7 +66,7 @@ jobs:
6666
steps:
6767
- name: Update status to in_review
6868
id: update_status
69-
uses: github/update-project-action@main
69+
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
7070
with:
7171
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
7272
organization: getsentry
@@ -87,7 +87,7 @@ jobs:
8787
steps:
8888
- name: Update status to done
8989
id: update_status
90-
uses: github/update-project-action@main
90+
uses: github/update-project-action@f980378bc179626af5b4e20ec05ec39c7f7a6f6d
9191
with:
9292
github_token: ${{ secrets.GH_PROJECT_AUTOMATION }}
9393
organization: getsentry

0 commit comments

Comments
 (0)