diff options
| author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2026-07-31 12:57:16 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-07-31 12:57:16 +0200 |
| commit | 1b304c2a9c3d90d1bc2587528f687975a1fde7d2 (patch) | |
| tree | 5520fbe3d138844346a04f32174c0de8b7cf3d8a /.github/workflows/deploy.yml | |
| parent | d8a81199fb888d1d243f522deb42ecd46c7ac5d1 (diff) | |
| download | luasystem-1b304c2a9c3d90d1bc2587528f687975a1fde7d2.tar.gz luasystem-1b304c2a9c3d90d1bc2587528f687975a1fde7d2.tar.bz2 luasystem-1b304c2a9c3d90d1bc2587528f687975a1fde7d2.zip | |
Add Dependabot for GitHub Actions and pin workflow actions (#89)
Diffstat (limited to '.github/workflows/deploy.yml')
| -rw-r--r-- | .github/workflows/deploy.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 19192f5..4adcceb 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml | |||
| @@ -7,12 +7,12 @@ jobs: | |||
| 7 | 7 | ||
| 8 | affected: | 8 | affected: |
| 9 | uses: | 9 | uses: |
| 10 | lunarmodules/.github/.github/workflows/list_affected_rockspecs.yml@main | 10 | lunarmodules/.github/.github/workflows/list_affected_rockspecs.yml@d3b39c89365b06e9590297cfaa0b3c9e52c04b6d # main |
| 11 | 11 | ||
| 12 | build: | 12 | build: |
| 13 | needs: affected | 13 | needs: affected |
| 14 | if: ${{ needs.affected.outputs.rockspecs }} | 14 | if: ${{ needs.affected.outputs.rockspecs }} |
| 15 | uses: lunarmodules/.github/.github/workflows/test_build_rock.yml@main | 15 | uses: lunarmodules/.github/.github/workflows/test_build_rock.yml@5e21af2b298be5ad6677a4737114db239510d3ce # main |
| 16 | with: | 16 | with: |
| 17 | rockspecs: ${{ needs.affected.outputs.rockspecs }} | 17 | rockspecs: ${{ needs.affected.outputs.rockspecs }} |
| 18 | 18 | ||
| @@ -32,7 +32,7 @@ jobs: | |||
| 32 | startsWith(github.ref, 'refs/tags/') ) && | 32 | startsWith(github.ref, 'refs/tags/') ) && |
| 33 | needs.affected.outputs.rockspecs | 33 | needs.affected.outputs.rockspecs |
| 34 | }} | 34 | }} |
| 35 | uses: lunarmodules/.github/.github/workflows/upload_to_luarocks.yml@main | 35 | uses: lunarmodules/.github/.github/workflows/upload_to_luarocks.yml@5e21af2b298be5ad6677a4737114db239510d3ce # main |
| 36 | with: | 36 | with: |
| 37 | rockspecs: ${{ needs.affected.outputs.rockspecs }} | 37 | rockspecs: ${{ needs.affected.outputs.rockspecs }} |
| 38 | secrets: | 38 | secrets: |
