diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 49b0616..1207810 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -6,7 +6,7 @@ name: build on: [push] jobs: build: - uses: xenoterracide/github/.github/workflows/maven.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/maven.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop permissions: actions: write contents: read diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index d2f32bf..ce0846b 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -8,6 +8,6 @@ permissions: contents: read jobs: license: - uses: xenoterracide/github/.github/workflows/license.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/license.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop prettier: - uses: xenoterracide/github/.github/workflows/prettier.yml@29a3d18797fea084c08dd6551099c1726baef8b4 # develop + uses: xenoterracide/github/.github/workflows/prettier.yml@8c5fe0f3eb42d9eb5e0d110929cbefd0f8670f86 # develop