Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
actions: read
contents: read
security-events: write
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/public-codeql.yml@1eaaa687f32f81c33ac99be3db0b76d0204420b8 # 0.1.8
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/public-codeql.yml@409817cf743e76383c84e30c72edf781d73b71a1 # 0.1.11
with:
# Public repository: `pull_request` runs untrusted fork code. Name the
# hosted runner explicitly — the reusable's default belongs to the pinned
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
permissions:
actions: read # verify exact public workflow evidence
contents: read # read the signed annotated tag
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-promotion-gate.yml@1eaaa687f32f81c33ac99be3db0b76d0204420b8 # 0.1.8
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-promotion-gate.yml@409817cf743e76383c84e30c72edf781d73b71a1 # 0.1.11
with:
version: ${{ needs.resolve.outputs.version }}
runner: ubuntu-latest
Expand All @@ -62,7 +62,7 @@ jobs:
id-token: write # mint Sigstore identity
attestations: write # persist provenance and SBOM attestations
artifact-metadata: write # persist attested artifact metadata
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-supply-chain.yml@1eaaa687f32f81c33ac99be3db0b76d0204420b8 # 0.1.8
uses: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-supply-chain.yml@409817cf743e76383c84e30c72edf781d73b71a1 # 0.1.11
with:
version: ${{ needs.resolve.outputs.version }}
package_name: cd-workflows
Expand Down
12 changes: 6 additions & 6 deletions catalog/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ actions:
sha: "043fb46d1a93c77aae656e7c1c64a875d1fc6a0a"
version: "v7.0.1"
- name: NDDev-OpenNetwork/ci-workflows/.github/workflows/public-codeql.yml
sha: "1eaaa687f32f81c33ac99be3db0b76d0204420b8"
version: "0.1.8"
sha: "409817cf743e76383c84e30c72edf781d73b71a1"
version: "0.1.11"
- name: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-promotion-gate.yml
sha: "1eaaa687f32f81c33ac99be3db0b76d0204420b8"
version: "0.1.8"
sha: "409817cf743e76383c84e30c72edf781d73b71a1"
version: "0.1.11"
- name: NDDev-OpenNetwork/ci-workflows/.github/workflows/release-supply-chain.yml
sha: "1eaaa687f32f81c33ac99be3db0b76d0204420b8"
version: "0.1.8"
sha: "409817cf743e76383c84e30c72edf781d73b71a1"
version: "0.1.11"