From c55d1117e57b6155fd41a884e4173e7cce906867 Mon Sep 17 00:00:00 2001 From: Ekaterina Gerasimova Date: Tue, 9 Nov 2021 08:39:20 +0000 Subject: [PATCH] Actions: reference commits rather than tags It's better to reference commits because the tags can be moved to reference other commits. Signed-off-by: Ekaterina Gerasimova --- .github/workflows/triage-incoming.yml | 2 +- .github/workflows/triage-needs-info.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/triage-incoming.yml b/.github/workflows/triage-incoming.yml index 40d5507415..4ecc824424 100644 --- a/.github/workflows/triage-incoming.yml +++ b/.github/workflows/triage-incoming.yml @@ -8,7 +8,7 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: alex-page/github-project-automation-plus@v0.8.1 + - uses: alex-page/github-project-automation-plus@bb266ff4dde9242060e2d5418e120a133586d488 with: project: Issue triage column: Incoming diff --git a/.github/workflows/triage-needs-info.yml b/.github/workflows/triage-needs-info.yml index 64de7951c6..d334dbdf9f 100644 --- a/.github/workflows/triage-needs-info.yml +++ b/.github/workflows/triage-needs-info.yml @@ -8,7 +8,7 @@ jobs: Move_Labeled_Issue_On_Project_Board: runs-on: ubuntu-latest steps: - - uses: konradpabjan/move-labeled-or-milestoned-issue@v2.0 + - uses: konradpabjan/move-labeled-or-milestoned-issue@219d384e03fa4b6460cd24f9f37d19eb033a4338 with: action-token: ${{ secrets.GITHUB_TOKEN }} project-url: "https://github.com/vector-im/element-android/projects/4"