diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 984640b..7820c88 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,7 +23,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/build.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/build.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} @@ -38,7 +38,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/lint.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} @@ -47,7 +47,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/license-check.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} @@ -57,7 +57,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} @@ -67,7 +67,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/unit-test.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/unit-test.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} @@ -90,6 +90,6 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 15eafb1..ab1f287 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@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/tag-github.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 secrets: inherit update-version: @@ -29,7 +29,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/update-version.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -41,7 +41,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/branch-release.yml@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/branch-release.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 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 6451302..9d3feac 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@8dfff47ca98efd751c939d94b9c207be27f99492 # v0.0.11 + uses: omec-project/.github/.github/workflows/stale-issue.yml@d2c362a98ad0cb4911ea762e25109f71f2301d9e # v0.0.12 with: days_before_stale: 120 days_before_close: 15