gowalk-cicd 1.0.43 → 1.0.45

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1 +1 @@
1
- 1.0.43
1
+ 1.0.45
package/action/action.yml CHANGED
@@ -830,7 +830,7 @@ runs:
830
830
  # rate limit, outage) must never fail a build whose TestFlight upload
831
831
  # already succeeded. The apply step below tolerates an empty response.
832
832
  continue-on-error: true
833
- uses: actions/ai-inference@v1
833
+ uses: actions/ai-inference@b81b2afb8390ee6839b494a404766bef6493c7d9 # v1.2.8 (last v1)
834
834
  with:
835
835
  prompt-file: ${{ runner.temp }}/rendered_phase1.yml
836
836
  model: ${{ inputs.ai-metadata-model }}
@@ -937,7 +937,7 @@ runs:
937
937
  || steps.phase1_apply.outputs.phase1_ok == 'true') }}
938
938
  # Best-effort (see Phase 1): never fail the build on a model API error.
939
939
  continue-on-error: true
940
- uses: actions/ai-inference@v1
940
+ uses: actions/ai-inference@b81b2afb8390ee6839b494a404766bef6493c7d9 # v1.2.8 (last v1)
941
941
  with:
942
942
  prompt-file: ${{ runner.temp }}/rendered_phase2.yml
943
943
  model: ${{ inputs.ai-metadata-model }}
@@ -1 +1 @@
1
- 1.0.43
1
+ 1.0.45
@@ -1 +1 @@
1
- 1.0.43
1
+ 1.0.45
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gowalk-cicd",
3
- "version": "1.0.43",
3
+ "version": "1.0.45",
4
4
  "description": "Zero-config GitHub Actions delivery for iOS TestFlight and Android Google Play.",
5
5
  "type": "module",
6
6
  "bin": {
@@ -13,6 +13,9 @@ on:
13
13
  - ".github/workflows/deploy-backend.yml"
14
14
  workflow_dispatch:
15
15
 
16
+ permissions:
17
+ contents: read
18
+
16
19
  concurrency:
17
20
  group: backend-deploy-${{ github.ref }}
18
21
  cancel-in-progress: true
@@ -22,7 +25,7 @@ jobs:
22
25
  runs-on: ubuntu-latest
23
26
  timeout-minutes: 30
24
27
  steps:
25
- - uses: actions/checkout@v4
28
+ - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
26
29
 
27
30
  # Pick the source dir and either its nested compose file or a root one.
28
31
  - id: dir
@@ -410,6 +410,8 @@ jobs:
410
410
  && github.ref_name != github.event.repository.default_branch }}
411
411
  runs-on: ubuntu-latest
412
412
  timeout-minutes: 30
413
+ permissions:
414
+ contents: read
413
415
  steps:
414
416
  - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
415
417
  - id: dir