You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by ja...@apache.org on 2023/01/22 20:49:08 UTC

[mynewt-core] branch master updated: Use exact commit sha for GH Actions that are not certified

This is an automated email from the ASF dual-hosted git repository.

janc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mynewt-core.git


The following commit(s) were added to refs/heads/master by this push:
     new 62218e575 Use exact commit sha for GH Actions that are not certified
62218e575 is described below

commit 62218e575804b3e4514a016aa2d0d232e203dc8e
Author: Szymon Janc <sz...@codecoup.pl>
AuthorDate: Fri Jan 20 11:19:57 2023 +0100

    Use exact commit sha for GH Actions that are not certified
    
    ASF policy requires to use exact sha instead of tags for actions that
    are not certified by Github or ASF.
---
 .github/workflows/build_blinky.yml  | 2 +-
 .github/workflows/build_targets.yml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/build_blinky.yml b/.github/workflows/build_blinky.yml
index dfeacb20d..3ff8bdae9 100644
--- a/.github/workflows/build_blinky.yml
+++ b/.github/workflows/build_blinky.yml
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: '1.16'
-      - uses: carlosperate/arm-none-eabi-gcc-action@v1
+      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
         with:
           release: '12.2.Rel1'
       - name: Install Dependencies
diff --git a/.github/workflows/build_targets.yml b/.github/workflows/build_targets.yml
index db2e01205..d5e2bd23c 100644
--- a/.github/workflows/build_targets.yml
+++ b/.github/workflows/build_targets.yml
@@ -29,7 +29,7 @@ jobs:
       - uses: actions/setup-go@v3
         with:
           go-version: '1.16'
-      - uses: carlosperate/arm-none-eabi-gcc-action@v1
+      - uses: carlosperate/arm-none-eabi-gcc-action@48db4484a55750df7a0ccca63347fcdea6534d78
         with:
           release: '12.2.Rel1'
       - name: Install newt