Skip to content

Commit 1e67ec9

Browse files
authored
Merge branch 'main-enterprise' into dependabot/npm_and_yarn/npm_and_yarn-7fa4943c34
2 parents 35e6c7c + 21e8df5 commit 1e67ec9

File tree

5 files changed

+14
-11
lines changed

5 files changed

+14
-11
lines changed

.github/workflows/create-pre-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
username: ${{ github.actor }}
5959
password: ${{ secrets.GITHUB_TOKEN }}
6060
- name: Build Docker Image Locally
61-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
61+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6262
with:
6363
context: .
6464
file: ./Dockerfile
@@ -86,7 +86,7 @@ jobs:
8686
commitish: ${{ github.ref }}
8787
- name: Push Docker Image
8888
if: ${{ success() }}
89-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
89+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
9090
with:
9191
context: .
9292
file: ./Dockerfile

.github/workflows/create-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
username: ${{ github.actor }}
3737
password: ${{ secrets.GITHUB_TOKEN }}
3838
- name: Build Docker Image Locally
39-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
39+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
4040
with:
4141
context: .
4242
file: ./Dockerfile
@@ -59,7 +59,7 @@ jobs:
5959
bump: final
6060
- name: Push Docker Image
6161
if: ${{ success() }}
62-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
62+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
6363
with:
6464
context: .
6565
file: ./Dockerfile

.github/workflows/rc-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
- name: Set up Docker Buildx
7777
uses: docker/setup-buildx-action@8d2750c68a42422c14e847fe6c8ac0403b4cbd6f
7878
- name: Build and push Docker image
79-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
79+
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294
8080
with:
8181
context: .
8282
push: true

package-lock.json

Lines changed: 8 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
"node-cron": "^4.2.1",
3636
"octokit": "^5.0.2",
3737
"probot": "^14.2.4",
38-
"proxy-from-env": "^1.1.0",
38+
"proxy-from-env": "^2.1.0",
3939
"undici": "^7.7.0"
4040
},
4141
"devDependencies": {

0 commit comments

Comments
 (0)