This is an automated email from the ASF dual-hosted git repository.
altay pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/beam.git
The following commit(s) were added to refs/heads/master by this push:
new 95161d2 [BEAM-11035] Pin versions of untrusted 3rd-party GitHub
Actions
new e4f4199 Merge pull request #13033 from
TobKed/BEAM-11035-pin-third-party-github-actions
95161d2 is described below
commit 95161d2260ed851ed14db1ef648f089141f700d8
Author: Tobiasz Kędzierski <[email protected]>
AuthorDate: Wed Oct 7 12:54:17 2020 +0200
[BEAM-11035] Pin versions of untrusted 3rd-party GitHub Actions
---
.github/workflows/cancel.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/cancel.yml b/.github/workflows/cancel.yml
index d28cad9..e86cb58 100644
--- a/.github/workflows/cancel.yml
+++ b/.github/workflows/cancel.yml
@@ -30,7 +30,7 @@ jobs:
name: "Cancel duplicate workflow runs"
runs-on: ubuntu-latest
steps:
- - uses: potiuk/[email protected]
+ - uses:
potiuk/cancel-workflow-runs@e9e87cb7738dbb999654aa90d69359d62c9e4eae #v3
name: "Cancel duplicate workflow runs"
with:
cancelMode: duplicates