gowalk-cicd 1.0.43 → 1.0.44

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.44
@@ -1 +1 @@
1
- 1.0.43
1
+ 1.0.44
@@ -1 +1 @@
1
- 1.0.43
1
+ 1.0.44
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gowalk-cicd",
3
- "version": "1.0.43",
3
+ "version": "1.0.44",
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