diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0a958b16..d850d617 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/build.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -33,7 +33,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/webconsole-build-ui.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/webconsole-build-ui.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -43,7 +43,7 @@ jobs: packages: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/docker-build.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/docker-build.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -54,7 +54,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/static-analysis.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/static-analysis.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -64,7 +64,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/lint.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -74,7 +74,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/hadolint.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/hadolint.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -83,7 +83,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/license-check.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -93,7 +93,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -103,7 +103,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/unit-test.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/unit-test.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -126,7 +126,7 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} @@ -138,6 +138,6 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/e2e-test.yml@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/e2e-test.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 0dcd6738..a80e0df9 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/tag-github.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/release-image.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/update-version.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/branch-release.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/sbom-source.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/grype-scan.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 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 ee69e6ea..de4ccf68 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@ead90c247b15898cf138fa31300ee71de83905bd # v0.0.21 + uses: omec-project/.github/.github/workflows/stale-issue.yml@13844841ff9ff9944647b65f59ed015c6797f9d6 # v0.0.22 with: days_before_stale: 120 days_before_close: 15