Skip to content

Commit 7212c92

Browse files
authored
Merge branch 'main' into coana-15.10.2
2 parents c37624a + cdacf3b commit 7212c92

9 files changed

Lines changed: 158 additions & 138 deletions

File tree

.github/workflows/dependency-review.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
workflow_or_action_changed: ${{ steps.diff.outputs.workflow_or_action_changed }}
4949
sfw_mode: ${{ steps.mode.outputs.sfw_mode }}
5050
steps:
51-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
51+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5252
with:
5353
fetch-depth: 0
5454
persist-credentials: false
@@ -135,7 +135,7 @@ jobs:
135135
runs-on: ubuntu-latest
136136
timeout-minutes: 15
137137
steps:
138-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
138+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
139139
with:
140140
fetch-depth: 1
141141
persist-credentials: false
@@ -226,7 +226,7 @@ jobs:
226226
timeout-minutes: 15
227227
environment: socket-firewall
228228
steps:
229-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
229+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
230230
with:
231231
fetch-depth: 1
232232
persist-credentials: false
@@ -317,7 +317,7 @@ jobs:
317317
runs-on: ubuntu-latest
318318
timeout-minutes: 15
319319
steps:
320-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
320+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
321321
with:
322322
fetch-depth: 1
323323
persist-credentials: false
@@ -378,7 +378,7 @@ jobs:
378378
timeout-minutes: 15
379379
environment: socket-firewall
380380
steps:
381-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
381+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
382382
with:
383383
fetch-depth: 1
384384
persist-credentials: false
@@ -439,7 +439,7 @@ jobs:
439439
runs-on: ubuntu-latest
440440
timeout-minutes: 15
441441
steps:
442-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
442+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
443443
with:
444444
fetch-depth: 1
445445
persist-credentials: false
@@ -503,7 +503,7 @@ jobs:
503503
timeout-minutes: 15
504504
environment: socket-firewall
505505
steps:
506-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
506+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
507507
with:
508508
fetch-depth: 1
509509
persist-credentials: false
@@ -565,7 +565,7 @@ jobs:
565565
runs-on: ubuntu-latest
566566
timeout-minutes: 20
567567
steps:
568-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
568+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
569569
with:
570570
fetch-depth: 1
571571
persist-credentials: false

.github/workflows/docker-stable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
stable:
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
16+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1717
with:
1818
persist-credentials: false
1919

@@ -35,7 +35,7 @@ jobs:
3535
dockerhub-token: ${{ secrets.DOCKERHUB_TOKEN }}
3636

3737
- name: Build & Push Stable Docker
38-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
38+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
3939
with:
4040
push: true
4141
platforms: linux/amd64,linux/arm64

.github/workflows/e2e-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
name: e2e-${{ matrix.name }}
7272
steps:
73-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
73+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false

.github/workflows/pr-preview.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
contents: read
2525
pull-requests: write
2626
steps:
27-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
27+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2828
with:
2929
fetch-depth: 0
3030
persist-credentials: false
@@ -65,7 +65,7 @@ jobs:
6565
6666
- name: Publish to Test PyPI
6767
if: steps.version_check.outputs.exists != 'true'
68-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
68+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
6969
with:
7070
repository-url: https://test.pypi.org/legacy/
7171
verbose: true
@@ -150,7 +150,7 @@ jobs:
150150

151151
- name: Build & Push Docker Preview
152152
if: steps.verify_package.outputs.success == 'true'
153-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
153+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
154154
env:
155155
VERSION: ${{ env.VERSION }}
156156
with:

.github/workflows/python-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
runs-on: ubuntu-latest
3636
timeout-minutes: 20
3737
steps:
38-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
38+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
3939
with:
4040
fetch-depth: 1
4141
persist-credentials: false
@@ -71,7 +71,7 @@ jobs:
7171
runs-on: ubuntu-latest
7272
timeout-minutes: 10
7373
steps:
74-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
74+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7575
with:
7676
fetch-depth: 1
7777
persist-credentials: false

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
id-token: write
1111
contents: read
1212
steps:
13-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
13+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
1414
with:
1515
fetch-depth: 0
1616
persist-credentials: false
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Publish to PyPI
6868
if: steps.version_check.outputs.pypi_exists != 'true'
69-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0
69+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1
7070

7171
- name: Set up Docker publishing
7272
uses: ./.github/actions/setup-docker
@@ -96,7 +96,7 @@ jobs:
9696
if: |
9797
steps.verify_package.outputs.success == 'true' &&
9898
steps.docker_check.outputs.docker_exists != 'true'
99-
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
99+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
100100
env:
101101
VERSION: ${{ env.VERSION }}
102102
with:

.github/workflows/version-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
if: github.event.pull_request.user.login != 'dependabot[bot]'
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424
with:
2525
fetch-depth: 0 # Fetch all history for all branches
2626
persist-credentials: false

tests/e2e/fixtures/simple-npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"dependencies": {
77
"lodash": "4.18.1",
88
"express": "4.22.0",
9-
"axios": "1.16.1"
9+
"axios": "1.19.0"
1010
},
1111
"devDependencies": {
1212
"typescript": "5.0.4",

0 commit comments

Comments
 (0)