Skip to content

Commit

Permalink
feat(build): #919 pin github actions
Browse files Browse the repository at this point in the history
- Pin actions to a commit hash

Signed-off-by: Kevin Amado <[email protected]>
  • Loading branch information
kamadorueda committed Oct 4, 2022
1 parent 0cba674 commit f8f66d8
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 12 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/dev.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Fluid Attacks and Makes contributors
#
# SPDX-License-Identifier: MIT

---
permissions: read-all
concurrency:
Expand Down Expand Up @@ -565,7 +569,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@5f45af07a1f451c75a4ce84e1514200195a1f279
- name: /tests/makeSearchPaths
run: nix-env -if . && m . /tests/makeSearchPaths

Expand All @@ -582,7 +586,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@5f45af07a1f451c75a4ce84e1514200195a1f279
- name: /tests/makeTemplate
run: nix-env -if . && m . /tests/makeTemplate

Expand All @@ -599,7 +603,7 @@ jobs:
runs-on: macos-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: cachix/install-nix-action@v15
- uses: cachix/install-nix-action@5f45af07a1f451c75a4ce84e1514200195a1f279
- name: /tests/scriptWithHelp
run: nix-env -if . && m . /tests/scriptWithHelp

Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/dev.yml.license

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/prod.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Fluid Attacks and Makes contributors
#
# SPDX-License-Identifier: MIT

---
concurrency:
cancel-in-progress: true
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/prod.yml.license

This file was deleted.

4 changes: 4 additions & 0 deletions .github/workflows/scorecards-analysis.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# SPDX-FileCopyrightText: 2022 Fluid Attacks and Makes contributors
#
# SPDX-License-Identifier: MIT

---
name: Scorecards supply-chain security
on:
Expand Down
3 changes: 0 additions & 3 deletions .github/workflows/scorecards-analysis.yaml.license

This file was deleted.

0 comments on commit f8f66d8

Please sign in to comment.