diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 2ef9e91..60fb9e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/validate.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/validate.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} @@ -31,7 +31,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/make-target-reuse.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/make-target-reuse.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} target: doc8 @@ -42,7 +42,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/make-target-reuse.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/make-target-reuse.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} target: spelling @@ -53,7 +53,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/make-target-reuse.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/make-target-reuse.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} target: linkcheck @@ -63,7 +63,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/license-check.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} @@ -73,7 +73,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} @@ -99,6 +99,6 @@ jobs: security-events: write statuses: read vulnerability-alerts: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 77032d0..f16375f 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@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/tag-github.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 secrets: inherit update-version: @@ -28,7 +28,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/update-version.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }} @@ -41,7 +41,7 @@ jobs: actions: read id-token: write pages: write - uses: omec-project/.github/.github/workflows/publish-docs.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/publish-docs.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 secrets: inherit with: branch_name: ${{ github.ref }} @@ -51,7 +51,7 @@ jobs: permissions: contents: read actions: read - uses: omec-project/.github/.github/workflows/sbom-source.yml@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/sbom-source.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: changed: ${{ needs.tag-github.outputs.changed }} branch_name: ${{ github.ref }} @@ -65,7 +65,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@7d95c1966f0335e8135b833e5a33f1bec71c17c7 # v0.0.29 + uses: omec-project/.github/.github/workflows/grype-scan.yml@c6f69e74f8ee9034dcc237ccbd719de59526aee5 # v0.0.30 with: changed: ${{ needs.tag-github.outputs.changed }} artifact_name: ${{ github.event.repository.name }}-${{ needs.tag-github.outputs.version }}.spdx.json