-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into vsukhin/feature/run-workflow-selector
- Loading branch information
Showing
14 changed files
with
312 additions
and
73 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 |
---|---|---|
|
@@ -19,7 +19,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
|
@@ -94,7 +94,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
|
@@ -178,7 +178,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -249,7 +249,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -317,7 +317,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -442,7 +442,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -510,7 +510,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -669,7 +669,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -741,7 +741,7 @@ jobs: | |
uses: docker/setup-qemu-action@v3 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up Docker Buildx | ||
id: buildx | ||
|
@@ -790,7 +790,7 @@ jobs: | |
uses: actions/checkout@v4 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
@@ -863,7 +863,7 @@ jobs: | |
fetch-depth: 0 | ||
|
||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
|
||
- name: Set up QEMU | ||
uses: docker/setup-qemu-action@v3 | ||
|
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 |
---|---|---|
|
@@ -185,7 +185,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
- name: Download Artifacts for Linux | ||
uses: actions/download-artifact@master | ||
with: | ||
|
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 |
---|---|---|
|
@@ -177,7 +177,7 @@ jobs: | |
with: | ||
fetch-depth: 0 | ||
- uses: sigstore/[email protected] | ||
- uses: anchore/sbom-action/[email protected].6 | ||
- uses: anchore/sbom-action/[email protected].7 | ||
- name: Download Artifacts for Linux | ||
uses: actions/download-artifact@master | ||
with: | ||
|
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
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
Oops, something went wrong.