-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Christopher Phillips <[email protected]>
- Loading branch information
Showing
2 changed files
with
18 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ jobs: | |
environment: release | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0 | ||
|
||
- name: Check if tag already exists | ||
# note: this will fail if the tag already exists | ||
|
@@ -20,7 +20,7 @@ jobs: | |
git tag ${{ github.event.inputs.version }} | ||
- name: Check static analysis results | ||
uses: fountainhead/[email protected] | ||
uses: fountainhead/action-wait-for-check@297be350cf8393728ea4d4b39435c7d7ae167c93 #v1.1.0 | ||
id: static-analysis | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -29,7 +29,7 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Check unit test results | ||
uses: fountainhead/[email protected] | ||
uses: fountainhead/action-wait-for-check@297be350cf8393728ea4d4b39435c7d7ae167c93 #v1.1.0 | ||
id: unit | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -38,7 +38,7 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Check acceptance test results (linux) | ||
uses: fountainhead/[email protected] | ||
uses: fountainhead/action-wait-for-check@297be350cf8393728ea4d4b39435c7d7ae167c93 #v1.1.0 | ||
id: acceptance-linux | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -47,7 +47,7 @@ jobs: | |
ref: ${{ github.event.pull_request.head.sha || github.sha }} | ||
|
||
- name: Check unit test results | ||
uses: fountainhead/[email protected] | ||
uses: fountainhead/action-wait-for-check@297be350cf8393728ea4d4b39435c7d7ae167c93 #v1.1.0 | ||
id: cli | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -72,7 +72,7 @@ jobs: | |
contents: write | ||
steps: | ||
|
||
- uses: actions/checkout@v3 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac #v4.0.0 | ||
with: | ||
fetch-depth: 0 | ||
|
||
|
@@ -96,11 +96,11 @@ jobs: | |
QUILL_NOTARY_KEY: ${{ secrets.APPLE_NOTARY_KEY }} | ||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- uses: anchore/sbom-action@v0 | ||
- uses: anchore/sbom-action@78fc58e266e87a38d4194b2137a3d4e9bcaf7ca1 #v0.14.3 | ||
with: | ||
artifact-name: sbom.spdx.json | ||
|
||
- uses: actions/upload-artifact@v3 | ||
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 #v3.1.3 | ||
with: | ||
name: artifacts | ||
path: dist/**/* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters