diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8c8514d..9128538 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/build.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/build.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -31,7 +31,7 @@ jobs: packages: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/docker-build.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/docker-build.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -42,7 +42,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/static-analysis.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/static-analysis.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -52,7 +52,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/lint.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -62,7 +62,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/hadolint.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/hadolint.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -71,7 +71,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/license-check.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -81,7 +81,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -91,7 +91,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/unit-test.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/unit-test.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} @@ -114,6 +114,6 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 6607d29..7dde0d3 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -18,7 +18,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/tag-github.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/tag-github.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 secrets: inherit release-image: @@ -29,7 +29,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/release-image.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/release-image.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -42,7 +42,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/update-version.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -54,7 +54,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/branch-release.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/branch-release.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: release_branch: ${{ needs.tag-github.outputs.release_branch }} version_branch: ${{ needs.tag-github.outputs.version_branch }} diff --git a/.github/workflows/stale.yml b/.github/workflows/stale.yml index 1227e94..eda87ca 100644 --- a/.github/workflows/stale.yml +++ b/.github/workflows/stale.yml @@ -16,7 +16,7 @@ jobs: pull-requests: write contents: read actions: read - uses: omec-project/.github/.github/workflows/stale-issue.yml@23e0adf45c41d1564468697ae12bae734510e388 # v0.0.4 + uses: omec-project/.github/.github/workflows/stale-issue.yml@20ee3dc51e32d7d25e79e8729b07f3671ad92a5d # v0.0.7 with: days_before_stale: 120 days_before_close: 15