diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index e44ea39..f89768e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -21,7 +21,7 @@ jobs: checks: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/lint-charts.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1 + uses: omec-project/.github/.github/workflows/lint-charts.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 secrets: inherit with: branch_name: ${{ github.ref }} @@ -31,7 +31,7 @@ jobs: contents: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/license-check.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2 + uses: omec-project/.github/.github/workflows/license-check.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 with: branch_name: ${{ github.ref }} @@ -41,7 +41,7 @@ jobs: security-events: write id-token: write attestations: write - uses: omec-project/.github/.github/workflows/fossa-scan.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2 + uses: omec-project/.github/.github/workflows/fossa-scan.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 with: branch_name: ${{ github.ref }} @@ -64,6 +64,6 @@ jobs: repository-projects: read security-events: write statuses: read - uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@453e42d23f0366133ec7c053ee92a97f374f3ac5 # v0.0.1 + uses: omec-project/.github/.github/workflows/scorecard-analysis.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 with: branch_name: ${{ github.ref }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 86b98e6..5f46e41 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -16,7 +16,7 @@ jobs: contents: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/tag-github.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2 + uses: omec-project/.github/.github/workflows/tag-github.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 secrets: inherit publish: @@ -26,7 +26,7 @@ jobs: actions: read id-token: write attestations: write - uses: omec-project/.github/.github/workflows/publish-charts.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2 + uses: omec-project/.github/.github/workflows/publish-charts.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 secrets: inherit with: branch_name: ${{ github.ref }} @@ -38,7 +38,7 @@ jobs: pull-requests: write actions: read id-token: write - uses: omec-project/.github/.github/workflows/update-version.yml@53d4a413210952112117fc4c6e2cf384f09188af # v0.0.2 + uses: omec-project/.github/.github/workflows/update-version.yml@76c248f1621bfe102956c558ea8cecfe5df143bf # v0.0.3 with: changed: ${{ needs.tag-github.outputs.changed }} version: ${{ needs.tag-github.outputs.version }}