diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1b43aff5..afbf127c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -22,7 +22,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/build.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/build.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -32,7 +32,7 @@ jobs: packages: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/docker-build.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/docker-build.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -43,7 +43,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/static-analysis.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/static-analysis.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -53,7 +53,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/lint.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -63,7 +63,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/hadolint.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/hadolint.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -72,7 +72,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/license-check.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -82,7 +82,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -92,7 +92,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/unit-test.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/unit-test.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -115,7 +115,7 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} @@ -127,6 +127,6 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/e2e-test.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/e2e-test.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index cbfd36c5..3d1ec6c7 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -19,7 +19,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/tag-github.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/tag-github.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 secrets: inherit release-image: @@ -30,7 +30,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/release-image.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/release-image.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -43,7 +43,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/update-version.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -55,7 +55,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/branch-release.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/branch-release.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: release_branch: ${{ needs.tag-github.outputs.release_branch }} version_branch: ${{ needs.tag-github.outputs.version_branch }} @@ -66,7 +66,7 @@ jobs: permissions: contents: read actions: read - uses: omec-project/.github/.github/workflows/sbom-source.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/sbom-source.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: changed: ${{ needs.tag-github.outputs.changed }} branch_name: ${{ github.ref }} @@ -80,7 +80,7 @@ jobs: contents: read actions: read security-events: write # Required for SARIF upload to Code Scanning - uses: omec-project/.github/.github/workflows/grype-scan.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/grype-scan.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: changed: ${{ needs.tag-github.outputs.changed }} artifact_name: ${{ github.event.repository.name }}-${{ needs.tag-github.outputs.version }}.spdx.json diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index ce95e119..a763aeba 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write contents: read actions: read - uses: omec-project/.github/.github/workflows/stale-issue.yml@b5505f9f8923c31b4395b3268d28df9382389c21 # v0.0.18 + uses: omec-project/.github/.github/workflows/stale-issue.yml@48e96fa5fe1ff6340c2031208c9077b8620887bc # v0.0.20 with: days_before_stale: 120 days_before_close: 15